4.26.0
What's Changed
- docs(ecosystem): add missing plugins to core list by @Fdawgs in https://github.com/fastify/fastify/pull/5234
- ci: CITGM github workflow by @Uzlopak in https://github.com/fastify/fastify/pull/5233
- chore: bump find-may-way to v8.0.0 by @mcollina in https://github.com/fastify/fastify/pull/5236
- fix: setValidatorCompiler with addSchema by @derammo in https://github.com/fastify/fastify/pull/5188
- feat(routes): expose findRoute and param validator by @sf3ris in https://github.com/fastify/fastify/pull/5230
- feat: add use semicolon delimter config, default = true by @dancastillo in https://github.com/fastify/fastify/pull/5239
- chore: add autocannon and concurrently as dev dependencies by @Uzlopak in https://github.com/fastify/fastify/pull/5240
- fix: return the correct serializer function when no content-type is defined by @DouglasdeMoura in https://github.com/fastify/fastify/pull/5229
- Sync next by @Uzlopak in https://github.com/fastify/fastify/pull/5238
- docs: add open-collective by @Eomm in https://github.com/fastify/fastify/pull/5216
- chore: Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5249
- chore: Bump actions/labeler from 4 to 5 by @dependabot in https://github.com/fastify/fastify/pull/5248
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by @Bugs5382 in https://github.com/fastify/fastify/pull/5245
- chore: update actions/labeler@5 by @climba03003 in https://github.com/fastify/fastify/pull/5254
- fix: restrict findRoute exposed property by @climba03003 in https://github.com/fastify/fastify/pull/5253
- fix(test): flaky on-listen hook test by @Uzlopak in https://github.com/fastify/fastify/pull/5256
- fix: remove unused promise warning in setNotFoundHandler with preHandler by @mcollina in https://github.com/fastify/fastify/pull/5258
- fix: Always call resource.emitDestroy() by @mcollina in https://github.com/fastify/fastify/pull/5228
- docs: Add missing punctuation in Ecosystem by @matthyk in https://github.com/fastify/fastify/pull/5261
- docs: remove word repetition on Decorators docs by @rlawisch in https://github.com/fastify/fastify/pull/5260
- chore(types): Remove unused type imports by @codershiba in https://github.com/fastify/fastify/pull/5264
- chore(license): Update licensing year by @codershiba in https://github.com/fastify/fastify/pull/5266
- chore(docs): Add clarification about
fastify.setErrorHandler()by @codershiba in https://github.com/fastify/fastify/pull/5265 - refactor: deprecate
Reply#getResponseTime()in favour ofReply#elapsedTimeby @codershiba in https://github.com/fastify/fastify/pull/5263 - chore: remove
www.fromfastify.devurls by @Fdawgs in https://github.com/fastify/fastify/pull/5270 - feat: expose method for setGenReqId on FastifyInstance by @dancastillo in https://github.com/fastify/fastify/pull/5259
- fix: ensure
onListenhooks are called when they should be by @bienzaaron in https://github.com/fastify/fastify/pull/5273 - docs: re-word clarification about
setErrorHandler()by @codershiba in https://github.com/fastify/fastify/pull/5269 - docs(ecosystem): remove unsupported package by @Fdawgs in https://github.com/fastify/fastify/pull/5278
- docs: Fix Pino docs link by @BoscoDomingo in https://github.com/fastify/fastify/pull/5284
- chore: add github sponsor by @Eomm in https://github.com/fastify/fastify/pull/5293
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by @yoav0gal in https://github.com/fastify/fastify/pull/5288
- docs: add ESM usage example in Getting Started by @atilagulers in https://github.com/fastify/fastify/pull/5294
- docs: repoint readers to shared
.githubfiles by @Fdawgs in https://github.com/fastify/fastify/pull/5268 - feat: Web Stream API by @climba03003 in https://github.com/fastify/fastify/pull/5286
- chore: sync generated code by @Eomm in https://github.com/fastify/fastify/pull/5295
Full Changelog: https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0