@@ -9,6 +9,28 @@ Version 2.2.0
99To be released.
1010
1111
12+ Version 2.1.1
13+ -------------
14+
15+ Released on March 27, 2026.
16+
17+ ### @fedify/fedify
18+
19+ - Limited the number of HTTP redirects followed by the remote document
20+ loaders and signed HTTP fetches to mitigate resource exhaustion during
21+ remote key and document resolution. [[ CVE-2026 -34148] by Abhinav Jaswal]
22+
23+ - Stopped the remote document loaders and signed HTTP fetches from
24+ revisiting the same URL within a redirect chain, preventing
25+ self-referential redirect loops. [[ CVE-2026 -34148] by Abhinav Jaswal]
26+
27+ - Persisted negative public key cache entries for failed remote key
28+ fetches, reducing repeated retries against the same unavailable key
29+ across requests. [[ CVE-2026 -34148] by Abhinav Jaswal]
30+
31+ [ CVE-2026-34148 ] : https://github.com/fedify-dev/fedify/security/advisories/GHSA-gm9m-gwc4-hwgp
32+
33+
1234Version 2.1.0
1335-------------
1436
@@ -210,6 +232,26 @@ Released on March 24, 2026.
210232[ #599 ] : https://github.com/fedify-dev/fedify/pull/599
211233
212234
235+ Version 2.0.8
236+ -------------
237+
238+ Released on March 27, 2026.
239+
240+ ### @fedify/fedify
241+
242+ - Limited the number of HTTP redirects followed by the remote document
243+ loaders and signed HTTP fetches to mitigate resource exhaustion during
244+ remote key and document resolution. [[ CVE-2026 -34148] by Abhinav Jaswal]
245+
246+ - Stopped the remote document loaders and signed HTTP fetches from
247+ revisiting the same URL within a redirect chain, preventing
248+ self-referential redirect loops. [[ CVE-2026 -34148] by Abhinav Jaswal]
249+
250+ - Persisted negative public key cache entries for failed remote key
251+ fetches, reducing repeated retries against the same unavailable key
252+ across requests. [[ CVE-2026 -34148] by Abhinav Jaswal]
253+
254+
213255Version 2.0.7
214256-------------
215257
@@ -924,6 +966,26 @@ Released on February 22, 2026.
924966[ #351 ] : https://github.com/fedify-dev/fedify/issues/351
925967
926968
969+ Version 1.10.5
970+ --------------
971+
972+ Released on March 27, 2026.
973+
974+ ### @fedify/fedify
975+
976+ - Limited the number of HTTP redirects followed by the remote document
977+ loaders and signed HTTP fetches to mitigate resource exhaustion during
978+ remote key and document resolution. [[ CVE-2026 -34148] by Abhinav Jaswal]
979+
980+ - Stopped the remote document loaders and signed HTTP fetches from
981+ revisiting the same URL within a redirect chain, preventing
982+ self-referential redirect loops. [[ CVE-2026 -34148] by Abhinav Jaswal]
983+
984+ - Persisted negative public key cache entries for failed remote key
985+ fetches, reducing repeated retries against the same unavailable key
986+ across requests. [[ CVE-2026 -34148] by Abhinav Jaswal]
987+
988+
927989Version 1.10.4
928990--------------
929991
@@ -1077,6 +1139,26 @@ Released on December 24, 2025.
10771139 - Implemented ` list() ` method in ` WorkersKvStore ` . [[ #498 ] , [ #500 ]]
10781140
10791141
1142+ Version 1.9.6
1143+ -------------
1144+
1145+ Released on March 27, 2026.
1146+
1147+ ### @fedify/fedify
1148+
1149+ - Limited the number of HTTP redirects followed by the remote document
1150+ loaders and signed HTTP fetches to mitigate resource exhaustion during
1151+ remote key and document resolution. [[ CVE-2026 -34148] by Abhinav Jaswal]
1152+
1153+ - Stopped the remote document loaders and signed HTTP fetches from
1154+ revisiting the same URL within a redirect chain, preventing
1155+ self-referential redirect loops. [[ CVE-2026 -34148] by Abhinav Jaswal]
1156+
1157+ - Persisted negative public key cache entries for failed remote key
1158+ fetches, reducing repeated retries against the same unavailable key
1159+ across requests. [[ CVE-2026 -34148] by Abhinav Jaswal]
1160+
1161+
10801162Version 1.9.5
10811163-------------
10821164
0 commit comments