Skip to content

Fedify 2.0.6

Choose a tag to compare

@github-actions github-actions released this 18 Mar 18:18
· 567 commits to main since this release
2.0.6
137332e

Released on March 19, 2026.

@fedify/init

  • Fixed fedify init crashing when @fedify/cli or @fedify/init is executed through the JSR/Deno distribution. import.meta.dirname is undefined for 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]