Skip to content

v2.0.0

Compare
Choose a tag to compare
@samchungy samchungy released this 20 Sep 03:57
· 50 commits to main since this release
97aadda

What's Changed

Breaking Changes 🛠

  • Support Fastify 5 by @dmuharemagic in #155

  • Bump zod-openapi requirement to 3.0.1 by @samchungy in #156

    This release sets the required Node version to 20 and bumps all the underlying peerDependency version requirements to the following:

    "@fastify/swagger": "^9.0.0",
    "@fastify/swagger-ui": "^5.0.1",
    "fastify": "5",
    "zod-openapi": "^3.0.1"

    The Fastify update required a few type signature changes but there should be hopefully minimal updates you need to apply to your code.

New Contributors

Full Changelog: v1.3.0...v2.0.0