Skip to content

Fedify 1.8.14

Choose a tag to compare

@github-actions github-actions released this 19 Oct 11:01
· 3076 commits to main since this release
1.8.14
8224087

Released on October 19, 2025.

@fedify/testing

  • Fixed JSR publishing hanging indefinitely at the processing stage. The issue was caused by TypeScript function overload signatures in MockContext and MockFederation classes that triggered a bug in JSR's type analyzer. All method overloads have been removed and simplified to use any types where necessary. [#468, #470]

@fedify/cli

  • Fixed fedify command failing on Windows with PermissionDenied error when trying to locate or execute package managers during initialization. The CLI now properly handles *.cmd and *.bat files on Windows by invoking them through cmd /c. [#463]