|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +# [1.53.0](https://github.com/Sofie-Automation/sofie-package-manager/compare/v1.53.0-alpha.4...v1.53.0) (2026-02-10) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* better handling of streams in putPackageStream ([19b5732](https://github.com/Sofie-Automation/sofie-package-manager/commit/19b57324758bcf4fc6fd7a7c3fd5b7c0b4ca0c20)) |
| 12 | +* bug fix in HTTP-Proxy, handle unlinking of file that had already been removed ([1dac69d](https://github.com/Sofie-Automation/sofie-package-manager/commit/1dac69d42cbe7d82cf87174c9134152d11191d8c)) |
| 13 | +* expand config documentation for `accessURL` ([04504e8](https://github.com/Sofie-Automation/sofie-package-manager/commit/04504e8283348889e8562f6d5c72833d31248b8c)) |
| 14 | +* ffmpeg 7.0+ ([1c00553](https://github.com/Sofie-Automation/sofie-package-manager/commit/1c005532784df5cb3741fce6a26bcd38508c8e2c)) |
| 15 | +* handle thrown error when testing executables ([ba38287](https://github.com/Sofie-Automation/sofie-package-manager/commit/ba382874d969ee3e26ae1b89d17ee9f491ef67b2)) |
| 16 | +* HTTP-Proxy use `JSONWriteFilesNoLockHandler` to better align with previous (working) functionality and still alighn with the other accessorHandlers that uses the GenericFileOperationsHandler ([2622cf6](https://github.com/Sofie-Automation/sofie-package-manager/commit/2622cf6d28cdcb6e4c85e2b2be46eedbe48aa902)) |
| 17 | +* improve network-scoped URLs parsing ([39a27e3](https://github.com/Sofie-Automation/sofie-package-manager/commit/39a27e39c74c47907c18a19434c160184aa9b56b)) |
| 18 | +* issue where allowedExpectationTypes became [''] by default, thus disallowing any jobs on any worker ([0e35c53](https://github.com/Sofie-Automation/sofie-package-manager/commit/0e35c538b88ce448282084984c95ef3f54067460)) |
| 19 | +* issue where the access url to expectationManager did not include port ([85d3e5a](https://github.com/Sofie-Automation/sofie-package-manager/commit/85d3e5a4f7b190f5509e748512084c252a986a32)) |
| 20 | +* minor fixes after code review ([38fdef7](https://github.com/Sofie-Automation/sofie-package-manager/commit/38fdef76314fa356847eaa6cdc57c152d141c7ee)) |
| 21 | +* networks-scoped URLs with authentication part are incorrectly parsed ([9ac4a4d](https://github.com/Sofie-Automation/sofie-package-manager/commit/9ac4a4ddc46baaae340e5330da06d94d73131ec7)) |
| 22 | +* remove invalid reported statuses ([bfffb57](https://github.com/Sofie-Automation/sofie-package-manager/commit/bfffb579562aebfdc2e08859626a675afd1b1f8e)) |
| 23 | +* revert use of delayRemove-json-writer for HTTP-Proxy ([203251d](https://github.com/Sofie-Automation/sofie-package-manager/commit/203251d9a2d80a488873b7a59a007aa2847dc0b0)) |
| 24 | +* rework how Workforce announces expectationManagers to workers ([5627ef6](https://github.com/Sofie-Automation/sofie-package-manager/commit/5627ef67cdc2cf60afb6d3e3a2ef3ea49dfd877f)) |
| 25 | +* use correct url in thrown error string ([3be1751](https://github.com/Sofie-Automation/sofie-package-manager/commit/3be17517e2a41ec3717163bb197dd5fea7a6d2f6)) |
| 26 | +* **worker:** clarify empty allowedExpectationTypes means "all allowed" ([30e4766](https://github.com/Sofie-Automation/sofie-package-manager/commit/30e4766065f2b7532e47b4d4703673964860975d)) |
| 27 | + |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | +* Add command line option to matchFilenamesWithoutExtension ([2959f69](https://github.com/Sofie-Automation/sofie-package-manager/commit/2959f6961c8d87c82ca3d0c07c56ae4d320bc993)) |
| 32 | +* add preChecks to mediaConvert, add executableAliases CLI ([d39b18e](https://github.com/Sofie-Automation/sofie-package-manager/commit/d39b18ea5045c904552a502e1d758f6bd20c70fe)) |
| 33 | +* Add support for loading Kairos clips/stills into RAM ([081a88b](https://github.com/Sofie-Automation/sofie-package-manager/commit/081a88bc934ed9b40fcab055c558378884df33be)) |
| 34 | +* alternative URLs for expectationManager ([5bc1ac7](https://github.com/Sofie-Automation/sofie-package-manager/commit/5bc1ac741691d9355932eb50cd40b30527efe142)) |
| 35 | +* Implement getResolvedFullPath method for LocalFolder and FileShare accessors ([0e0dc26](https://github.com/Sofie-Automation/sofie-package-manager/commit/0e0dc266d2f69d4f537392fc4bf8eac78d8b20a0)) |
| 36 | +* Match Extension-less filenames in getFileInfo ([97c48a6](https://github.com/Sofie-Automation/sofie-package-manager/commit/97c48a6b79147027e443e7b36d73b176de16aefb)) |
| 37 | +* Match Extension-less filenames when deleting ([0c5d82b](https://github.com/Sofie-Automation/sofie-package-manager/commit/0c5d82bb86699760bd59bcc0f4a7531004be2b5b)) |
| 38 | +* Move config to process and make it available more widely ([4a2ff70](https://github.com/Sofie-Automation/sofie-package-manager/commit/4a2ff70ff5be91c4f7ab97b2937ea35e2b6ef432)) |
| 39 | +* Move extensionless filename detection to utility ([cc33a01](https://github.com/Sofie-Automation/sofie-package-manager/commit/cc33a010e766ae0243de73ad742d56b9032dc6dc)) |
| 40 | +* Pass parameter correctly ([78b131f](https://github.com/Sofie-Automation/sofie-package-manager/commit/78b131f0a44c008ba4a16d038c6c3f6c4f8e7a1d)) |
| 41 | +* Support correct file paths in scan.ts ([3b3d0af](https://github.com/Sofie-Automation/sofie-package-manager/commit/3b3d0af587d26fb655ca0404094e77a53735724e)) |
| 42 | +* Support extensionless filePaths in copy operations ([13ffb11](https://github.com/Sofie-Automation/sofie-package-manager/commit/13ffb11df654ea4296d194a306489a42803ac70f)) |
| 43 | +* Support extensionless paths in localFolder.ts ([3585a48](https://github.com/Sofie-Automation/sofie-package-manager/commit/3585a48cec815cda896ac172ed0c4e605e86b515)) |
| 44 | +* Support matchFilenamesWithoutExtension in fileShare ([5ae48de](https://github.com/Sofie-Automation/sofie-package-manager/commit/5ae48de3cefb82739ea62a709c954a36f0299d90)) |
| 45 | +* **worker:** add allowedExpectationTypes to be set for workers ([2489622](https://github.com/Sofie-Automation/sofie-package-manager/commit/2489622d02579d665cdc7f4f411bdebf7e7ff589)) |
| 46 | +* **worker:** list out allowed types for allowedExpectationTypes ([ca0ea70](https://github.com/Sofie-Automation/sofie-package-manager/commit/ca0ea70afa1d52ddf56e680fe0d9384f62fc5a7e)) |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
6 | 52 | # [1.53.0-alpha.4](https://github.com/Sofie-Automation/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22) |
7 | 53 |
|
8 | 54 |
|
|
0 commit comments