@@ -8,6 +8,14 @@ Version 1.4.11
88
99To be released.
1010
11+ - Fixed a bug where inbox handler had thrown a ` jsonld.SyntaxError ` which
12+ caused a ` 500 Internal Server Error ` when the received activity had
13+ an invalid JSON-LD syntax. Now it logs the error and responds with
14+ a ` 400 Bad Request ` error instead. [[ #232 ]]
15+
16+ - The ` exportJwk() ` function now populates the ` alg ` property of a returned
17+ ` JsonWebKey ` object with ` "Ed25519" ` if the input key is an Ed25519 key.
18+
1119
1220Version 1.4.10
1321--------------
@@ -233,6 +241,20 @@ Released on February 5, 2025.
233241[#195 ]: https://github.com/fedify-dev/fedify/issues/195
234242
235243
244+ Version 1.3.18
245+ --------------
246+
247+ Released on May 16, 2025.
248+
249+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
250+ caused a `500 Internal Server Error` when the received activity had
251+ an invalid JSON-LD syntax. Now it logs the error and responds with
252+ a `400 Bad Request` error instead. [[#232]]
253+
254+ - The `exportJwk()` function now populates the `alg` property of a returned
255+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
256+
257+
236258Version 1.3.17
237259--------------
238260
@@ -573,6 +595,20 @@ Released on November 30, 2024.
573595[#193 ]: https://github.com/fedify-dev/fedify/issues/193
574596
575597
598+ Version 1.2.22
599+ --------------
600+
601+ Released on May 16, 2025.
602+
603+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
604+ caused a `500 Internal Server Error` when the received activity had
605+ an invalid JSON-LD syntax. Now it logs the error and responds with
606+ a `400 Bad Request` error instead. [[#232]]
607+
608+ - The `exportJwk()` function now populates the `alg` property of a returned
609+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
610+
611+
576612Version 1.2.21
577613--------------
578614
@@ -961,6 +997,20 @@ Released on October 31, 2024.
961997[#118 ]: https://github.com/fedify-dev/fedify/issues/118
962998
963999
1000+ Version 1.1.22
1001+ --------------
1002+
1003+ Released on May 16, 2025.
1004+
1005+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
1006+ caused a `500 Internal Server Error` when the received activity had
1007+ an invalid JSON-LD syntax. Now it logs the error and responds with
1008+ a `400 Bad Request` error instead. [[#232]]
1009+
1010+ - The `exportJwk()` function now populates the `alg` property of a returned
1011+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
1012+
1013+
9641014Version 1.1.21
9651015--------------
9661016
@@ -1390,6 +1440,22 @@ Released on October 20, 2024.
13901440[#150 ]: https://github.com/fedify-dev/fedify/issues/150
13911441
13921442
1443+ Version 1.0.25
1444+ --------------
1445+
1446+ Released on May 16, 2025.
1447+
1448+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
1449+ caused a `500 Internal Server Error` when the received activity had
1450+ an invalid JSON-LD syntax. Now it logs the error and responds with
1451+ a `400 Bad Request` error instead. [[#232]]
1452+
1453+ - The `exportJwk()` function now populates the `alg` property of a returned
1454+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
1455+
1456+ [#232 ]: https://github.com/fedify-dev/fedify/issues/232
1457+
1458+
13931459Version 1.0.24
13941460--------------
13951461
0 commit comments