v2.0.0
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
- @dmuharemagic made their first contribution in #155
Full Changelog: v1.3.0...v2.0.0