Skip to content

fastify: v2.0.0

Choose a tag to compare

@arobson arobson released this 29 Aug 21:01
83d799f

2.0.0 (2026-08-29)

⚠ BREAKING CHANGES

  • fastify: fastify fully bundles core's source at build time (tsup --noExternal), so request.authstar's decorated shape changes to match core 2.0.0 -- organizationMemberships replaces organizationId, same breaking change, just carried through the bundle rather than fastify's own source changing.

Features

  • fastify: rebuild and republish against core 2.0.0 (3e4f742)