Fedify 2.1.11
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]