@@ -90,6 +90,12 @@ To be released.
9090 - Removed ` @fedify/fedify/x/sveltekit ` in favor of ` @fedify/sveltekit ` .
9191 - Removed ` @fedify/fedify/x/fresh ` (Fresh integration). [[ #466 ]]
9292
93+ - Deprecated the ` @fedify/fedify/vocab ` module in favor of the new
94+ ` @fedify/vocab ` package. The ` @fedify/fedify/vocab ` module now re-exports
95+ all exports from ` @fedify/vocab ` for backward compatibility, but will be
96+ removed in a future version. Please migrate to ` @fedify/vocab ` directly.
97+ [[ #437 ] , [ #517 ] by ChanHaeng Lee]
98+
9399 - The ` KvStore.list() ` method is now required instead of optional.
94100 This method was added as optional in version 1.10.0 to give existing
95101 implementations time to add support. All official ` KvStore ` implementations
@@ -119,13 +125,15 @@ To be released.
119125[ #393 ] : https://github.com/fedify-dev/fedify/pulls/393
120126[ #433 ] : https://github.com/fedify-dev/fedify/pull/433
121127[ #434 ] : https://github.com/fedify-dev/fedify/pull/434
128+ [ #437 ] : https://github.com/fedify-dev/fedify/issues/437
122129[ #441 ] : https://github.com/fedify-dev/fedify/issues/441
123130[ #444 ] : https://github.com/fedify-dev/fedify/issues/444
124131[ #445 ] : https://github.com/fedify-dev/fedify/pull/445
125132[ #451 ] : https://github.com/fedify-dev/fedify/pull/451
126133[ #466 ] : https://github.com/fedify-dev/fedify/issues/466
127134[ #499 ] : https://github.com/fedify-dev/fedify/issues/499
128135[ #506 ] : https://github.com/fedify-dev/fedify/pull/506
136+ [ #517 ] : https://github.com/fedify-dev/fedify/pull/517
129137[ #536 ] : https://github.com/fedify-dev/fedify/issues/536
130138[ #538 ] : https://github.com/fedify-dev/fedify/issues/538
131139[ #540 ] : https://github.com/fedify-dev/fedify/pull/540
@@ -283,18 +291,16 @@ To be released.
283291 including parsing and generating WebFinger documents.
284292 [[ #517 ] by ChanHaeng Lee]
285293
286- [ #517 ] : https://github.com/fedify-dev/fedify/pull/517
287-
288294### @fedify/vocab
289295
290296 - Created ActivityPub Vocabulary API package as the * @fedify/vocab * package.
291297 This package contains the generated Activity Vocabulary classes and
292298 related types, separated from the main * @fedify/fedify * package to
293299 improve modularity and enable custom vocabulary extensions.
300+ The previous ` @fedify/fedify/vocab ` module is now deprecated and
301+ re-exports all exports from this package for backward compatibility.
294302 [[ #437 ] , [ #517 ] by ChanHaeng Lee]
295303
296- [ #437 ] : https://github.com/fedify-dev/fedify/issues/437
297-
298304### @fedify/sqlite
299305
300306 - Added ` SqliteMessageQueue ` class implementing ` MessageQueue ` interface
0 commit comments