Skip to content

Commit 0fbe976

Browse files
committed
Merge tag '0.1.4' into 0.2-maintenance
BotKit 0.1.4
2 parents e96b66a + b6b91cd commit 0fbe976

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ Version 0.2.4
66

77
To 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

1015
Version 0.2.3
1116
-------------
1217

1318
Released 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+
101117
Version 0.1.3
102118
-------------
103119

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

0 commit comments

Comments
 (0)