File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,18 @@ Version 0.2.4
66
77To be released.
88
9+ - Upgraded Fedifyh to 1.5.7 which fixes a bug where HTTP Signature
10+ verification failed for requests having ` created ` or ` expires ` fields
11+ in their ` Signature ` header, causing ` 500 Internal Server Error ` responses
12+ in inbox handlers.
13+
914
1015Version 0.2.3
1116-------------
1217
1318Released on August 25, 2025.
1419
15- - Upgraded Fedify to 1.4 .6, which fixes a bug where ActivityPub Discovery
20+ - Upgraded Fedify to 1.5 .6, which fixes a bug where ActivityPub Discovery
1621 failed to recognize XHTML self-closing ` <link> ` tags. The HTML/XHTML parser
1722 now correctly handles whitespace before the self-closing slash (` /> ` ),
1823 improving compatibility with XHTML documents that follow the self-closing
@@ -98,6 +103,17 @@ Released on April 21, 2025.
98103 to the author of the original message as well if it is a reply.
99104
100105
106+ Version 0.1.4
107+ -------------
108+
109+ Released on August 26, 2025.
110+
111+ - Upgraded Fedifyh to 1.4.15 which fixes a bug where HTTP Signature
112+ verification failed for requests having ` created ` or ` expires ` fields
113+ in their ` Signature ` header, causing ` 500 Internal Server Error ` responses
114+ in inbox handlers.
115+
116+
101117Version 0.1.3
102118-------------
103119
Original file line number Diff line number Diff line change 1818 "./text" : " ./src/text.ts"
1919 },
2020 "imports" : {
21- "@fedify/fedify" : " jsr:@fedify/fedify@^1.5.6 " ,
21+ "@fedify/fedify" : " jsr:@fedify/fedify@^1.5.7 " ,
2222 "@fedify/markdown-it-hashtag" : " jsr:@fedify/markdown-it-hashtag@^0.3.0" ,
2323 "@fedify/markdown-it-mention" : " jsr:@fedify/markdown-it-mention@^0.3.0" ,
2424 "@hongminhee/x-forwarded-fetch" : " jsr:@hongminhee/x-forwarded-fetch@^0.2.0" ,
You can’t perform that action at this time.
0 commit comments