Fedify 2.0.6
Released on March 19, 2026.
@fedify/init
- Fixed
fedify initcrashing when@fedify/clior@fedify/initis executed through the JSR/Deno distribution.import.meta.dirnameisundefinedfor remote JSR modules, so the template loading and repository-relative path logic has been made safe for published JSR execution. [#624, #633]
@fedify/vocab-runtime
- Added http://joinmastodon.org/ns to preloaded JSON-LD contexts. This URL has never served a real JSON-LD context document (Mastodon has always inlined the term definitions), but some ActivityPub implementations put it as a bare URL in their
@context, causing JSON-LD processors to fail with a 404. [#630, #631]