Skip to content

Fedify 1.5.3

Choose a tag to compare

@github-actions github-actions released this 16 May 05:14
· 1224 commits to main since this release
1.5.3
f851d3d

Released on May 16, 2025.

  • Fixed a bug where inbox handler had thrown a jsonld.SyntaxError which caused a 500 Internal Server Error when the received activity had an invalid JSON-LD syntax. Now it logs the error and responds with a 400 Bad Request error instead. [#232]

  • The exportJwk() function now populates the alg property of a returned JsonWebKey object with "Ed25519" if the input key is an Ed25519 key.