v6.0.0-alpha.2Pre-release
Fixed 2
- Run preClose hook exactly once per declaring instance
- Report canonical route url for hidden prefix slash route
Security 2
- Fix for GHSA-w2qp-rph6-63g4
- Fix for GHSA-3m5p-2c4r-xxw2
From Fastify
⚠️ Security release
- Fix for https://github.com/fastify/fastify/security/advisories/GHSA-w2qp-rph6-63g4
- Fix for https://github.com/fastify/fastify/security/advisories/GHSA-3m5p-2c4r-xxw2
What's Changed
- test: fix reply.mediaType by @climba03003 in https://github.com/fastify/fastify/pull/6949
- ci: allow backport in pr title by @climba03003 in https://github.com/fastify/fastify/pull/6948
- fix: run preClose hook exactly once per declaring instance by @contactjawad in https://github.com/fastify/fastify/pull/6940
- docs: remove deprecated-API notices ahead of v6 cleanup by @Tony133 in https://github.com/fastify/fastify/pull/6951
- fix: report canonical route url for hidden prefix slash route by @paulkagiri in https://github.com/fastify/fastify/pull/6719
New Contributors
- @contactjawad made their first contribution in https://github.com/fastify/fastify/pull/6940
- @paulkagiri made their first contribution in https://github.com/fastify/fastify/pull/6719
Full Changelog: https://github.com/fastify/fastify/compare/v6.0.0-alpha.1...v6.0.0-alpha.2