Skip to content

Fedify 2.1.11

Choose a tag to compare

@github-actions github-actions released this 27 Apr 04:38
· 1213 commits to main since this release
2.1.11
ca670c0

Released on April 27, 2026.

@fedify/init

  • Fixed the Astro, Nitro, and Next.js project templates so their generated logging.ts files are loaded during server startup before Fedify handles requests. Nitro projects now get a server plugin that imports the LogTape configuration, Next.js projects get an instrumentation.ts register() hook that imports it in the Node.js runtime, and Astro projects import it in src/middleware.ts. [#725, #727]