fastify/fastify (fastify)
### [`v4.26.0`](https://togithub.com/fastify/fastify/releases/tag/v4.26.0)
[Compare Source](https://togithub.com/fastify/fastify/compare/v4.25.2...v4.26.0)
#### What's Changed
- docs(ecosystem): add missing plugins to core list by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5234](https://togithub.com/fastify/fastify/pull/5234)
- ci: CITGM github workflow by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5233](https://togithub.com/fastify/fastify/pull/5233)
- chore: bump find-may-way to v8.0.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5236](https://togithub.com/fastify/fastify/pull/5236)
- fix: setValidatorCompiler with addSchema by [@derammo](https://togithub.com/derammo) in [https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- feat(routes): expose findRoute and param validator by [@sf3ris](https://togithub.com/sf3ris) in [https://github.com/fastify/fastify/pull/5230](https://togithub.com/fastify/fastify/pull/5230)
- feat: add use semicolon delimter config, default = true by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify/pull/5239](https://togithub.com/fastify/fastify/pull/5239)
- chore: add autocannon and concurrently as dev dependencies by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5240](https://togithub.com/fastify/fastify/pull/5240)
- fix: return the correct serializer function when no content-type is defined by [@DouglasdeMoura](https://togithub.com/DouglasdeMoura) in [https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- Sync next by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5238](https://togithub.com/fastify/fastify/pull/5238)
- docs: add open-collective by [@Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5216](https://togithub.com/fastify/fastify/pull/5216)
- chore: Bump actions/upload-artifact from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5249](https://togithub.com/fastify/fastify/pull/5249)
- chore: Bump actions/labeler from 4 to 5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5248](https://togithub.com/fastify/fastify/pull/5248)
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by [@Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5245](https://togithub.com/fastify/fastify/pull/5245)
- chore: update actions/labeler@5 by [@climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5254](https://togithub.com/fastify/fastify/pull/5254)
- fix: restrict findRoute exposed property by [@climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5253](https://togithub.com/fastify/fastify/pull/5253)
- fix(test): flaky on-listen hook test by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5256](https://togithub.com/fastify/fastify/pull/5256)
- fix: remove unused promise warning in setNotFoundHandler with preHandler by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5258](https://togithub.com/fastify/fastify/pull/5258)
- fix: Always call resource.emitDestroy() by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5228](https://togithub.com/fastify/fastify/pull/5228)
- docs: Add missing punctuation in Ecosystem by [@matthyk](https://togithub.com/matthyk) in [https://github.com/fastify/fastify/pull/5261](https://togithub.com/fastify/fastify/pull/5261)
- docs: remove word repetition on Decorators docs by [@rlawisch](https://togithub.com/rlawisch) in [https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- chore(types): Remove unused type imports by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- chore(license): Update licensing year by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5266](https://togithub.com/fastify/fastify/pull/5266)
- chore(docs): Add clarification about `fastify.setErrorHandler()` by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5265](https://togithub.com/fastify/fastify/pull/5265)
- refactor: deprecate `Reply#getResponseTime()` in favour of `Reply#elapsedTime` by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5263](https://togithub.com/fastify/fastify/pull/5263)
- chore: remove `www.` from `fastify.dev` urls by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5270](https://togithub.com/fastify/fastify/pull/5270)
- feat: expose method for setGenReqId on FastifyInstance by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify/pull/5259](https://togithub.com/fastify/fastify/pull/5259)
- fix: ensure `onListen` hooks are called when they should be by [@bienzaaron](https://togithub.com/bienzaaron) in [https://github.com/fastify/fastify/pull/5273](https://togithub.com/fastify/fastify/pull/5273)
- docs: re-word clarification about `setErrorHandler()` by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5269](https://togithub.com/fastify/fastify/pull/5269)
- docs(ecosystem): remove unsupported package by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5278](https://togithub.com/fastify/fastify/pull/5278)
- docs: Fix Pino docs link by [@BoscoDomingo](https://togithub.com/BoscoDomingo) in [https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- chore: add github sponsor by [@Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5293](https://togithub.com/fastify/fastify/pull/5293)
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by [@yoav0gal](https://togithub.com/yoav0gal) in [https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- docs: add ESM usage example in Getting Started by [@atilagulers](https://togithub.com/atilagulers) in [https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)
- docs: repoint readers to shared `.github` files by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5268](https://togithub.com/fastify/fastify/pull/5268)
- feat: Web Stream API by [@climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5286](https://togithub.com/fastify/fastify/pull/5286)
- chore: sync generated code by [@Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5295](https://togithub.com/fastify/fastify/pull/5295)
#### New Contributors
- [@derammo](https://togithub.com/derammo) made their first contribution in [https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188)
- [@DouglasdeMoura](https://togithub.com/DouglasdeMoura) made their first contribution in [https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229)
- [@rlawisch](https://togithub.com/rlawisch) made their first contribution in [https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260)
- [@codershiba](https://togithub.com/codershiba) made their first contribution in [https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264)
- [@BoscoDomingo](https://togithub.com/BoscoDomingo) made their first contribution in [https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284)
- [@yoav0gal](https://togithub.com/yoav0gal) made their first contribution in [https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288)
- [@atilagulers](https://togithub.com/atilagulers) made their first contribution in [https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294)
**Full Changelog**: https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.25.2
->4.26.0
Release Notes
fastify/fastify (fastify)
### [`v4.26.0`](https://togithub.com/fastify/fastify/releases/tag/v4.26.0) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.25.2...v4.26.0) #### What's Changed - docs(ecosystem): add missing plugins to core list by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5234](https://togithub.com/fastify/fastify/pull/5234) - ci: CITGM github workflow by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5233](https://togithub.com/fastify/fastify/pull/5233) - chore: bump find-may-way to v8.0.0 by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5236](https://togithub.com/fastify/fastify/pull/5236) - fix: setValidatorCompiler with addSchema by [@derammo](https://togithub.com/derammo) in [https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188) - feat(routes): expose findRoute and param validator by [@sf3ris](https://togithub.com/sf3ris) in [https://github.com/fastify/fastify/pull/5230](https://togithub.com/fastify/fastify/pull/5230) - feat: add use semicolon delimter config, default = true by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify/pull/5239](https://togithub.com/fastify/fastify/pull/5239) - chore: add autocannon and concurrently as dev dependencies by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5240](https://togithub.com/fastify/fastify/pull/5240) - fix: return the correct serializer function when no content-type is defined by [@DouglasdeMoura](https://togithub.com/DouglasdeMoura) in [https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229) - Sync next by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5238](https://togithub.com/fastify/fastify/pull/5238) - docs: add open-collective by [@Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5216](https://togithub.com/fastify/fastify/pull/5216) - chore: Bump actions/upload-artifact from 3 to 4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5249](https://togithub.com/fastify/fastify/pull/5249) - chore: Bump actions/labeler from 4 to 5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5248](https://togithub.com/fastify/fastify/pull/5248) - docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by [@Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5245](https://togithub.com/fastify/fastify/pull/5245) - chore: update actions/labeler@5 by [@climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5254](https://togithub.com/fastify/fastify/pull/5254) - fix: restrict findRoute exposed property by [@climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5253](https://togithub.com/fastify/fastify/pull/5253) - fix(test): flaky on-listen hook test by [@Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5256](https://togithub.com/fastify/fastify/pull/5256) - fix: remove unused promise warning in setNotFoundHandler with preHandler by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5258](https://togithub.com/fastify/fastify/pull/5258) - fix: Always call resource.emitDestroy() by [@mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5228](https://togithub.com/fastify/fastify/pull/5228) - docs: Add missing punctuation in Ecosystem by [@matthyk](https://togithub.com/matthyk) in [https://github.com/fastify/fastify/pull/5261](https://togithub.com/fastify/fastify/pull/5261) - docs: remove word repetition on Decorators docs by [@rlawisch](https://togithub.com/rlawisch) in [https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260) - chore(types): Remove unused type imports by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264) - chore(license): Update licensing year by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5266](https://togithub.com/fastify/fastify/pull/5266) - chore(docs): Add clarification about `fastify.setErrorHandler()` by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5265](https://togithub.com/fastify/fastify/pull/5265) - refactor: deprecate `Reply#getResponseTime()` in favour of `Reply#elapsedTime` by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5263](https://togithub.com/fastify/fastify/pull/5263) - chore: remove `www.` from `fastify.dev` urls by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5270](https://togithub.com/fastify/fastify/pull/5270) - feat: expose method for setGenReqId on FastifyInstance by [@dancastillo](https://togithub.com/dancastillo) in [https://github.com/fastify/fastify/pull/5259](https://togithub.com/fastify/fastify/pull/5259) - fix: ensure `onListen` hooks are called when they should be by [@bienzaaron](https://togithub.com/bienzaaron) in [https://github.com/fastify/fastify/pull/5273](https://togithub.com/fastify/fastify/pull/5273) - docs: re-word clarification about `setErrorHandler()` by [@codershiba](https://togithub.com/codershiba) in [https://github.com/fastify/fastify/pull/5269](https://togithub.com/fastify/fastify/pull/5269) - docs(ecosystem): remove unsupported package by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5278](https://togithub.com/fastify/fastify/pull/5278) - docs: Fix Pino docs link by [@BoscoDomingo](https://togithub.com/BoscoDomingo) in [https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284) - chore: add github sponsor by [@Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5293](https://togithub.com/fastify/fastify/pull/5293) - docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by [@yoav0gal](https://togithub.com/yoav0gal) in [https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288) - docs: add ESM usage example in Getting Started by [@atilagulers](https://togithub.com/atilagulers) in [https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294) - docs: repoint readers to shared `.github` files by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5268](https://togithub.com/fastify/fastify/pull/5268) - feat: Web Stream API by [@climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify/pull/5286](https://togithub.com/fastify/fastify/pull/5286) - chore: sync generated code by [@Eomm](https://togithub.com/Eomm) in [https://github.com/fastify/fastify/pull/5295](https://togithub.com/fastify/fastify/pull/5295) #### New Contributors - [@derammo](https://togithub.com/derammo) made their first contribution in [https://github.com/fastify/fastify/pull/5188](https://togithub.com/fastify/fastify/pull/5188) - [@DouglasdeMoura](https://togithub.com/DouglasdeMoura) made their first contribution in [https://github.com/fastify/fastify/pull/5229](https://togithub.com/fastify/fastify/pull/5229) - [@rlawisch](https://togithub.com/rlawisch) made their first contribution in [https://github.com/fastify/fastify/pull/5260](https://togithub.com/fastify/fastify/pull/5260) - [@codershiba](https://togithub.com/codershiba) made their first contribution in [https://github.com/fastify/fastify/pull/5264](https://togithub.com/fastify/fastify/pull/5264) - [@BoscoDomingo](https://togithub.com/BoscoDomingo) made their first contribution in [https://github.com/fastify/fastify/pull/5284](https://togithub.com/fastify/fastify/pull/5284) - [@yoav0gal](https://togithub.com/yoav0gal) made their first contribution in [https://github.com/fastify/fastify/pull/5288](https://togithub.com/fastify/fastify/pull/5288) - [@atilagulers](https://togithub.com/atilagulers) made their first contribution in [https://github.com/fastify/fastify/pull/5294](https://togithub.com/fastify/fastify/pull/5294) **Full Changelog**: https://github.com/fastify/fastify/compare/v4.25.2...v4.26.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.