@@ -48,6 +48,35 @@ To be released.
4848[ #652 ] : https://github.com/fedify-dev/fedify/pull/652
4949
5050
51+ Version 2.1.4
52+ -------------
53+
54+ Released on April 7, 2026.
55+
56+ ### @fedify/fedify
57+
58+ - Fixed ` sendActivity() ` not awaiting ` fanoutQueue.enqueue() ` in the fanout
59+ path, which could cause fanout messages to be silently dropped on runtimes
60+ like Cloudflare Workers that may terminate an isolate as soon as the
61+ response is sent. [[ #661 ]]
62+
63+ [ #661 ] : https://github.com/fedify-dev/fedify/issues/661
64+
65+ ### @fedify/cfworkers
66+
67+ - Fixed a TypeScript type mismatch that occurred when passing
68+ ` wrangler types ` -generated binding types (e.g. ` KVNamespace ` , ` Queue ` )
69+ to ` WorkersKvStore ` and ` WorkersMessageQueue ` constructors. The package
70+ previously imported these types from
71+ ` @cloudflare/workers-types/experimental ` , which includes extra members
72+ (such as ` KVNamespace.deleteBulk() ` ) absent from types generated by
73+ ` wrangler types ` , causing TypeScript assignment errors at the call site.
74+ The import now uses the stable ` @cloudflare/workers-types ` entrypoint,
75+ whose definitions match what ` wrangler types ` generates. [[ #662 ]]
76+
77+ [ #662 ] : https://github.com/fedify-dev/fedify/issues/662
78+
79+
5180Version 2.1.3
5281-------------
5382
@@ -309,6 +338,31 @@ Released on March 24, 2026.
309338[ #599 ] : https://github.com/fedify-dev/fedify/pull/599
310339
311340
341+ Version 2.0.11
342+ --------------
343+
344+ Released on April 7, 2026.
345+
346+ ### @fedify/fedify
347+
348+ - Fixed ` sendActivity() ` not awaiting ` fanoutQueue.enqueue() ` in the fanout
349+ path, which could cause fanout messages to be silently dropped on runtimes
350+ like Cloudflare Workers that may terminate an isolate as soon as the
351+ response is sent. [[ #661 ]]
352+
353+ ### @fedify/cfworkers
354+
355+ - Fixed a TypeScript type mismatch that occurred when passing
356+ ` wrangler types ` -generated binding types (e.g. ` KVNamespace ` , ` Queue ` )
357+ to ` WorkersKvStore ` and ` WorkersMessageQueue ` constructors. The package
358+ previously imported these types from
359+ ` @cloudflare/workers-types/experimental ` , which includes extra members
360+ (such as ` KVNamespace.deleteBulk() ` ) absent from types generated by
361+ ` wrangler types ` , causing TypeScript assignment errors at the call site.
362+ The import now uses the stable ` @cloudflare/workers-types ` entrypoint,
363+ whose definitions match what ` wrangler types ` generates. [[ #662 ]]
364+
365+
312366Version 2.0.10
313367--------------
314368
@@ -1086,6 +1140,19 @@ Released on February 22, 2026.
10861140[ #351 ] : https://github.com/fedify-dev/fedify/issues/351
10871141
10881142
1143+ Version 1.10.7
1144+ --------------
1145+
1146+ Released on April 7, 2026.
1147+
1148+ ### @fedify/fedify
1149+
1150+ - Fixed ` sendActivity() ` not awaiting ` fanoutQueue.enqueue() ` in the fanout
1151+ path, which could cause fanout messages to be silently dropped on runtimes
1152+ like Cloudflare Workers that may terminate an isolate as soon as the
1153+ response is sent. [[ #661 ]]
1154+
1155+
10891156Version 1.10.6
10901157--------------
10911158
@@ -1273,6 +1340,19 @@ Released on December 24, 2025.
12731340 - Implemented ` list() ` method in ` WorkersKvStore ` . [[ #498 ] , [ #500 ]]
12741341
12751342
1343+ Version 1.9.8
1344+ -------------
1345+
1346+ Released on April 7, 2026.
1347+
1348+ ### @fedify/fedify
1349+
1350+ - Fixed ` sendActivity() ` not awaiting ` fanoutQueue.enqueue() ` in the fanout
1351+ path, which could cause fanout messages to be silently dropped on runtimes
1352+ like Cloudflare Workers that may terminate an isolate as soon as the
1353+ response is sent. [[ #661 ]]
1354+
1355+
12761356Version 1.9.7
12771357-------------
12781358
0 commit comments