Skip to content

Commit a676360

Browse files
committed
Upgrade Fedify to 1.4.15
1 parent 2114d05 commit a676360

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Version 0.1.4
66

77
To be released.
88

9+
- Upgraded Fedifyh to 1.4.15 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.1.3
1116
-------------

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"./text": "./src/text.ts"
1818
},
1919
"imports": {
20-
"@fedify/fedify": "jsr:@fedify/fedify@^1.4.14",
20+
"@fedify/fedify": "jsr:@fedify/fedify@^1.4.15",
2121
"@fedify/markdown-it-hashtag": "jsr:@fedify/markdown-it-hashtag@^0.3.0",
2222
"@fedify/markdown-it-mention": "jsr:@fedify/markdown-it-mention@^0.2.0",
2323
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",

0 commit comments

Comments
 (0)