v5.11.1
Fixed 3
- Add http method override warning
- Allow explicit http2: false in server options
- Do not force close in-flight connections when forceCloseConnections is 'idle'
What's Changed
- fix: add http method override warning by @jean-michelet in https://github.com/fastify/fastify/pull/6879
- fix(types): allow explicit http2: false in server options by @Tony133 in https://github.com/fastify/fastify/pull/6888
- docs: clarify what attachValidation exposes on request.validationError by @basteez in https://github.com/fastify/fastify/pull/6891
- fix: do not force close in-flight connections when forceCloseConnections is 'idle' by @aquie00t in https://github.com/fastify/fastify/pull/6889
New Contributors
- @basteez made their first contribution in https://github.com/fastify/fastify/pull/6891
Full Changelog: https://github.com/fastify/fastify/compare/v5.11.0...v5.11.1