Fedify 2.2.11
Released on August 23, 2026.
@fedify/fedify
- Fixed some public relay subscription requests being rejected by implementations that compare
Follow.objectas a plain URL without JSON-LD expansion. The Public collection in relayFollowactivities is now serialized as its full ActivityStreams URI instead of a compact IRI. [#998, #1008 by Jiwon Kwon]
@fedify/cli
- Added a permanent removal warning to the
fedify initcommand for Linux and other Unix-like system users before deleting existing content in the project directory. [#989, #997 by Jungmin Yoon]
@fedify/init
- Added permanent removal warning for Linux or other UNIX-like system users before delete the existing content in the project directory. [#989, #997 by Jungmin Yoon]
@fedify/lint
- Fixed
@fedify/lintactor property requirement rules reporting false positives when an actor dispatcher returnsnullfor an actor that was not found. Non-null actor returns are still checked for the configured properties. [#974]
@fedify/vocab-runtime
- Added the Controlled Identifiers v1.0 context to the preloaded JSON-LD contexts. The default document loader now resolves https://www.w3.org/ns/cid/v1 locally, so transient W3C outages no longer prevent otherwise valid inbound documents from being parsed or verified. [#932]