Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 09 Oct 20:06
· 4 commits to main since this release
d724a36

Major Changes

  • Recently Fastify released its v5 and along with it came some breaking changes. Read their migration guide to learn more. (#4270) by @LekoArts

    In order to support Fastify v5 a new major version of @clerk/fastify is required as Fastify's Node.js requirement is now >=20. Previously @clerk/fastify allowed >=18.17.0.

    @clerk/[email protected] only supports Fastify v5 or later, if you want/need to continue using Fastify v4, please stick with your current version. The @clerk/[email protected] upgrade itself doesn't have any required code changes as only internal dependencies and requirements were updated.

Patch Changes