@@ -8,6 +8,14 @@ Version 1.5.3
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.5.2
1321-------------
@@ -158,6 +166,20 @@ Released on March 28, 2025.
158166[multibase ]: https://github.com/multiformats/js-multibase
159167
160168
169+ Version 1.4.11
170+ --------------
171+
172+ Released on May 16, 2025.
173+
174+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
175+ caused a `500 Internal Server Error` when the received activity had
176+ an invalid JSON-LD syntax. Now it logs the error and responds with
177+ a `400 Bad Request` error instead. [[#232]]
178+
179+ - The `exportJwk()` function now populates the `alg` property of a returned
180+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
181+
182+
161183Version 1.4.10
162184--------------
163185
@@ -382,6 +404,20 @@ Released on February 5, 2025.
382404[#195 ]: https://github.com/fedify-dev/fedify/issues/195
383405
384406
407+ Version 1.3.18
408+ --------------
409+
410+ Released on May 16, 2025.
411+
412+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
413+ caused a `500 Internal Server Error` when the received activity had
414+ an invalid JSON-LD syntax. Now it logs the error and responds with
415+ a `400 Bad Request` error instead. [[#232]]
416+
417+ - The `exportJwk()` function now populates the `alg` property of a returned
418+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
419+
420+
385421Version 1.3.17
386422--------------
387423
@@ -722,6 +758,20 @@ Released on November 30, 2024.
722758[#193 ]: https://github.com/fedify-dev/fedify/issues/193
723759
724760
761+ Version 1.2.22
762+ --------------
763+
764+ Released on May 16, 2025.
765+
766+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
767+ caused a `500 Internal Server Error` when the received activity had
768+ an invalid JSON-LD syntax. Now it logs the error and responds with
769+ a `400 Bad Request` error instead. [[#232]]
770+
771+ - The `exportJwk()` function now populates the `alg` property of a returned
772+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
773+
774+
725775Version 1.2.21
726776--------------
727777
@@ -1110,6 +1160,20 @@ Released on October 31, 2024.
11101160[#118 ]: https://github.com/fedify-dev/fedify/issues/118
11111161
11121162
1163+ Version 1.1.22
1164+ --------------
1165+
1166+ Released on May 16, 2025.
1167+
1168+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
1169+ caused a `500 Internal Server Error` when the received activity had
1170+ an invalid JSON-LD syntax. Now it logs the error and responds with
1171+ a `400 Bad Request` error instead. [[#232]]
1172+
1173+ - The `exportJwk()` function now populates the `alg` property of a returned
1174+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
1175+
1176+
11131177Version 1.1.21
11141178--------------
11151179
@@ -1539,6 +1603,22 @@ Released on October 20, 2024.
15391603[#150 ]: https://github.com/fedify-dev/fedify/issues/150
15401604
15411605
1606+ Version 1.0.25
1607+ --------------
1608+
1609+ Released on May 16, 2025.
1610+
1611+ - Fixed a bug where inbox handler had thrown a `jsonld.SyntaxError` which
1612+ caused a `500 Internal Server Error` when the received activity had
1613+ an invalid JSON-LD syntax. Now it logs the error and responds with
1614+ a `400 Bad Request` error instead. [[#232]]
1615+
1616+ - The `exportJwk()` function now populates the `alg` property of a returned
1617+ `JsonWebKey` object with `"Ed25519"` if the input key is an Ed25519 key.
1618+
1619+ [#232 ]: https://github.com/fedify-dev/fedify/issues/232
1620+
1621+
15421622Version 1.0.24
15431623--------------
15441624
0 commit comments