4.24.0
What's Changed
- docs: Add blank line before onclose hook heading by @kadoshita in https://github.com/fastify/fastify/pull/5042
- build(dependabot): ignore tap major updates by @Fdawgs in https://github.com/fastify/fastify/pull/5047
- chore: Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5048
- chore: more perf by @Eomm in https://github.com/fastify/fastify/pull/5016
- docs(ecosystem): add fastify-prisma by @zrosenbauer in https://github.com/fastify/fastify/pull/5041
- test: fix ci due yup breaking by @Eomm in https://github.com/fastify/fastify/pull/5058
- perf: optimize split params by @Connormiha in https://github.com/fastify/fastify/pull/5057
- chore: implicitly infer SchemaCompiler as readonly by @DemonHa in https://github.com/fastify/fastify/pull/5060
- test(logger): splitting existing tests to avoid pipeline failing for timeout by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5064
- fix(async-hooks): mixing async and callback style in preHandler option now returns an error by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5069
- fix: enhance 100 and 200 or 204 handling by @Iamshankhadeep in https://github.com/fastify/fastify/pull/5056
- docs: add fastify-cloudflare-turnstile to ecosystem by @112RG in https://github.com/fastify/fastify/pull/5067
- docs: Fixing a couple typos by @Cadienvan in https://github.com/fastify/fastify/pull/5079
- feat: Add
Symbol.asyncDisposeto improve DX in short lived servers. by @arthurfiorette in https://github.com/fastify/fastify/pull/5082 - docs: Documentation changes requested at #5082 by @arthurfiorette in https://github.com/fastify/fastify/pull/5083
- docs: remove thenable promisesaplus spec references by @dancastillo in https://github.com/fastify/fastify/pull/5081
- docs(ecosystem): add fastify-event-bus by @Shiva127 in https://github.com/fastify/fastify/pull/5085
- docs: update docs for FastifyPlugin by @dancastillo in https://github.com/fastify/fastify/pull/5070
- docs: Update for .hijack heading by @jackbatzner in https://github.com/fastify/fastify/pull/5088
- fix(warnings): fixed warning when accessing context property from Request and Reply objects by @giuliowaitforitdavide in https://github.com/fastify/fastify/pull/5084
- fix: HEAD route search by @ivan-tymoshenko in https://github.com/fastify/fastify/pull/5078
Full Changelog: https://github.com/fastify/fastify/compare/v4.23.2...v4.24.0