Skip to content

Commit c6e410a

Browse files
committed
Merge tag '0.2.4'
BotKit 0.2.4
2 parents 2001782 + 12897a7 commit c6e410a

File tree

5 files changed

+91
-69
lines changed

5 files changed

+91
-69
lines changed

CHANGES.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To be released.
3535
- Added `Create` class.
3636
- Added `MemoryCachedRepository` class.
3737

38-
- Upgraded Fedify to 1.8.7.
38+
- Upgraded Fedify to 1.8.8.
3939

4040
[#7]: https://github.com/fedify-dev/botkit/issues/7
4141
[#8]: https://github.com/fedify-dev/botkit/pull/8
@@ -47,12 +47,23 @@ To be released.
4747
- Added `SqliteRepositoryOptions` interface.
4848

4949

50+
Version 0.2.4
51+
-------------
52+
53+
Released on August 26, 2025.
54+
55+
- Upgraded Fedifyh to 1.5.7 which fixes a bug where HTTP Signature
56+
verification failed for requests having `created` or `expires` fields
57+
in their `Signature` header, causing `500 Internal Server Error` responses
58+
in inbox handlers.
59+
60+
5061
Version 0.2.3
5162
-------------
5263

5364
Released on August 25, 2025.
5465

55-
- Upgraded Fedify to 1.4.6, which fixes a bug where ActivityPub Discovery
66+
- Upgraded Fedify to 1.5.6, which fixes a bug where ActivityPub Discovery
5667
failed to recognize XHTML self-closing `<link>` tags. The HTML/XHTML parser
5768
now correctly handles whitespace before the self-closing slash (`/>`),
5869
improving compatibility with XHTML documents that follow the self-closing
@@ -138,6 +149,17 @@ Released on April 21, 2025.
138149
to the author of the original message as well if it is a reply.
139150

140151

152+
Version 0.1.4
153+
-------------
154+
155+
Released on August 26, 2025.
156+
157+
- Upgraded Fedifyh to 1.4.15 which fixes a bug where HTTP Signature
158+
verification failed for requests having `created` or `expires` fields
159+
in their `Signature` header, causing `500 Internal Server Error` responses
160+
in inbox handlers.
161+
162+
141163
Version 0.1.3
142164
-------------
143165

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"temporal"
99
],
1010
"imports": {
11-
"@fedify/fedify": "jsr:@fedify/fedify@^1.8.7",
11+
"@fedify/fedify": "jsr:@fedify/fedify@^1.8.8",
1212
"@logtape/logtape": "jsr:@logtape/logtape@^1.0.4",
1313
"@std/fs": "jsr:@std/fs@^1.0.19",
1414
"@std/path": "jsr:@std/path@^1.1.1",

deno.lock

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
- docs
44

55
catalog:
6-
"@fedify/fedify": ^1.8.7
6+
"@fedify/fedify": ^1.8.8
77
"@js-temporal/polyfill": ^0.5.1
88
"@logtape/logtape": ^1.0.4
99
hono: ^4.8.2

0 commit comments

Comments
 (0)