Skip to content

Commit 045a60d

Browse files
committed
Merge tag '0.2.3'
BotKit 0.2.3
2 parents 73aab73 + 540d5e9 commit 045a60d

6 files changed

Lines changed: 138 additions & 111 deletions

File tree

CHANGES.md

Lines changed: 26 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.2.
38+
- Upgraded Fedify to 1.8.7.
3939

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

4949

50+
Version 0.2.3
51+
-------------
52+
53+
Released on August 25, 2025.
54+
55+
- Upgraded Fedify to 1.4.6, which fixes a bug where ActivityPub Discovery
56+
failed to recognize XHTML self-closing `<link>` tags. The HTML/XHTML parser
57+
now correctly handles whitespace before the self-closing slash (`/>`),
58+
improving compatibility with XHTML documents that follow the self-closing
59+
tag format.
60+
61+
5062
Version 0.2.2
5163
-------------
5264

@@ -126,12 +138,24 @@ Released on April 21, 2025.
126138
to the author of the original message as well if it is a reply.
127139

128140

141+
Version 0.1.3
142+
-------------
143+
144+
Released on August 25, 2025.
145+
146+
- Upgraded Fedify to 1.4.14, which fixes a bug where ActivityPub Discovery
147+
failed to recognize XHTML self-closing `<link>` tags. The HTML/XHTML parser
148+
now correctly handles whitespace before the self-closing slash (`/>`),
149+
improving compatibility with XHTML documents that follow the self-closing
150+
tag format.
151+
152+
129153
Version 0.1.2
130154
-------------
131155

132156
Released on August 8, 2025.
133157

134-
- Upgrade Fedify to 1.4.13, which includes a critical security
158+
- Upgraded Fedify to 1.4.13, which includes a critical security
135159
fix [CVE-2025-54888] that addresses an authentication bypass
136160
vulnerability allowing actor impersonation. [[CVE-2025-54888]]
137161

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.5",
11+
"@fedify/fedify": "jsr:@fedify/fedify@^1.8.7",
1212
"@logtape/logtape": "jsr:@logtape/logtape@^1.0.0",
1313
"@std/fs": "jsr:@std/fs@^1.0.19",
1414
"@std/path": "jsr:@std/path@^1.1.1",

0 commit comments

Comments
 (0)