fastify/fastify (fastify)
### [`v5.1.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.1.0)
[Compare Source](https://redirect.github.com/fastify/fastify/compare/v5.0.0...v5.1.0)
#### What's Changed
- chore: Update Migration-Guide-V5.md by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/fastify/fastify/pull/5688](https://redirect.github.com/fastify/fastify/pull/5688)
- fix(guide-v5): wrong link for diagnostics channel by [@corradopetrelli](https://redirect.github.com/corradopetrelli) in [https://github.com/fastify/fastify/pull/5693](https://redirect.github.com/fastify/fastify/pull/5693)
- chore: fix typo in reply-serialize.test.js by [@janmooij](https://redirect.github.com/janmooij) in [https://github.com/fastify/fastify/pull/5692](https://redirect.github.com/fastify/fastify/pull/5692)
- chore: remove unused dev dependencies by [@climba03003](https://redirect.github.com/climba03003) in [https://github.com/fastify/fastify/pull/5696](https://redirect.github.com/fastify/fastify/pull/5696)
- docs: fix schema by [@climba03003](https://redirect.github.com/climba03003) in [https://github.com/fastify/fastify/pull/5695](https://redirect.github.com/fastify/fastify/pull/5695)
- fix(docs): migration guide by [@Eomm](https://redirect.github.com/Eomm) in [https://github.com/fastify/fastify/pull/5701](https://redirect.github.com/fastify/fastify/pull/5701)
- fix: add childLoggerFactory option to FastifyHttpOptions type by [@mauroaccornero](https://redirect.github.com/mauroaccornero) in [https://github.com/fastify/fastify/pull/5665](https://redirect.github.com/fastify/fastify/pull/5665)
- docs: correct errors fragment by [@inyourtime](https://redirect.github.com/inyourtime) in [https://github.com/fastify/fastify/pull/5705](https://redirect.github.com/fastify/fastify/pull/5705)
- docs(guides/ecosystem): remove archived core plugins by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5712](https://redirect.github.com/fastify/fastify/pull/5712)
- fix: make shallow copy of fastify options before mutations by [@dorgelesnzi](https://redirect.github.com/dorgelesnzi) in [https://github.com/fastify/fastify/pull/5706](https://redirect.github.com/fastify/fastify/pull/5706)
- docs(reply): cleanup and update to clarify elapsedTime behaviour by [@erkaperka](https://redirect.github.com/erkaperka) in [https://github.com/fastify/fastify/pull/5728](https://redirect.github.com/fastify/fastify/pull/5728)
- chore(tests): uncomment server.decorate test case by [@bnzone](https://redirect.github.com/bnzone) in [https://github.com/fastify/fastify/pull/5736](https://redirect.github.com/fastify/fastify/pull/5736)
- chore: setup borp reporter for switch to node test by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/fastify/fastify/pull/5720](https://redirect.github.com/fastify/fastify/pull/5720)
- chore: update Testing guide to use node:test by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/fastify/fastify/pull/5738](https://redirect.github.com/fastify/fastify/pull/5738)
- fix: point this to parent at onRegister by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5675](https://redirect.github.com/fastify/fastify/pull/5675)
- fix: make content-type case-insensitive by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5742](https://redirect.github.com/fastify/fastify/pull/5742)
- docs: Changed var for let and const by [@BrunoMollo](https://redirect.github.com/BrunoMollo) in [https://github.com/fastify/fastify/pull/5745](https://redirect.github.com/fastify/fastify/pull/5745)
- chore: Migrate to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5714](https://redirect.github.com/fastify/fastify/pull/5714)
- types: make plugin options required if they have any defined props by [@paulius-valiunas](https://redirect.github.com/paulius-valiunas) in [https://github.com/fastify/fastify/pull/5637](https://redirect.github.com/fastify/fastify/pull/5637)
- build(deps-dev): lock typescript minor version by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5748](https://redirect.github.com/fastify/fastify/pull/5748)
- perf(lib/pluginUtils): convert unused capture group to non-capture group by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5749](https://redirect.github.com/fastify/fastify/pull/5749)
- refactor(lib/validation): replace regexp `.exec()` with `.test()` by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5750](https://redirect.github.com/fastify/fastify/pull/5750)
- refactor(lib/validation): remove redundant regex quantifier by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5751](https://redirect.github.com/fastify/fastify/pull/5751)
- chore: getFuncPreview limit split size by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5754](https://redirect.github.com/fastify/fastify/pull/5754)
- refactor: change var instances to const or let by [@ChinoUkaegbu](https://redirect.github.com/ChinoUkaegbu) in [https://github.com/fastify/fastify/pull/5759](https://redirect.github.com/fastify/fastify/pull/5759)
- test: migrate tests from tap to node:test and c8 by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/fastify/fastify/pull/5760](https://redirect.github.com/fastify/fastify/pull/5760)
- test: removed second argument from assert fail method in tests by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5761](https://redirect.github.com/fastify/fastify/pull/5761)
- test: Migrate http2 test to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5757](https://redirect.github.com/fastify/fastify/pull/5757)
- types: add string\[] to routeOptions.method by [@smartinio](https://redirect.github.com/smartinio) in [https://github.com/fastify/fastify/pull/5762](https://redirect.github.com/fastify/fastify/pull/5762)
- test: Fix flaky tests in versioned-routes.test.js by [@smartinio](https://redirect.github.com/smartinio) in [https://github.com/fastify/fastify/pull/5765](https://redirect.github.com/fastify/fastify/pull/5765)
- fix: correctly handle empty host by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5764](https://redirect.github.com/fastify/fastify/pull/5764)
- perf: pause split early on hostname by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5767](https://redirect.github.com/fastify/fastify/pull/5767)
- test: Migrate 404 test to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5769](https://redirect.github.com/fastify/fastify/pull/5769)
- fix: exposeHeadRoute should pass "onSend" hook handlers provided to GET handler if method is not uppercased by [@Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5766](https://redirect.github.com/fastify/fastify/pull/5766)
- test: move allowUnsafeRegex to node test runner by [@karankraina](https://redirect.github.com/karankraina) in [https://github.com/fastify/fastify/pull/5770](https://redirect.github.com/fastify/fastify/pull/5770)
- chore: Conditionally require pino if logger is enabled by [@karankraina](https://redirect.github.com/karankraina) in [https://github.com/fastify/fastify/pull/5763](https://redirect.github.com/fastify/fastify/pull/5763)
- feat(test runner node): route 4 by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5774](https://redirect.github.com/fastify/fastify/pull/5774)
- test: migrated custom-http-server from tap to node:test by [@iamgiolaga](https://redirect.github.com/iamgiolaga) in [https://github.com/fastify/fastify/pull/5773](https://redirect.github.com/fastify/fastify/pull/5773)
- test: migrate route.1.test to node test runner by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5784](https://redirect.github.com/fastify/fastify/pull/5784)
- test: port bodyLimit.test.js by [@rstagi](https://redirect.github.com/rstagi) in [https://github.com/fastify/fastify/pull/5781](https://redirect.github.com/fastify/fastify/pull/5781)
- test: port server.test.js to node:test by [@pmarchini](https://redirect.github.com/pmarchini) in [https://github.com/fastify/fastify/pull/5783](https://redirect.github.com/fastify/fastify/pull/5783)
- test: migrated imports.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5788](https://redirect.github.com/fastify/fastify/pull/5788)
- chore: Migrate async-local-storage and async-await test to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5791](https://redirect.github.com/fastify/fastify/pull/5791)
- test: ported route 3 test by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5780](https://redirect.github.com/fastify/fastify/pull/5780)
- test: migrated async-dispose.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5793](https://redirect.github.com/fastify/fastify/pull/5793)
- test: migrate constrained routes test file to use node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5798](https://redirect.github.com/fastify/fastify/pull/5798)
- test: migrated keep-alive-timeout.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5796](https://redirect.github.com/fastify/fastify/pull/5796)
- test: migrated noop-set.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5794](https://redirect.github.com/fastify/fastify/pull/5794)
- test: migrated close-pipelining.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5797](https://redirect.github.com/fastify/fastify/pull/5797)
- feat(test runner node): test porting by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5772](https://redirect.github.com/fastify/fastify/pull/5772)
- test: migrate serialize-response to node test runner by [@federicogualdi](https://redirect.github.com/federicogualdi) in [https://github.com/fastify/fastify/pull/5775](https://redirect.github.com/fastify/fastify/pull/5775)
- ci: fix typescript tests on alternative runtimes by [@Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5799](https://redirect.github.com/fastify/fastify/pull/5799)
#### New Contributors
- [@corradopetrelli](https://redirect.github.com/corradopetrelli) made their first contribution in [https://github.com/fastify/fastify/pull/5693](https://redirect.github.com/fastify/fastify/pull/5693)
- [@janmooij](https://redirect.github.com/janmooij) made their first contribution in [https://github.com/fastify/fastify/pull/5692](https://redirect.github.com/fastify/fastify/pull/5692)
- [@mauroaccornero](https://redirect.github.com/mauroaccornero) made their first contribution in [https://github.com/fastify/fastify/pull/5665](https://redirect.github.com/fastify/fastify/pull/5665)
- [@inyourtime](https://redirect.github.com/inyourtime) made their first contribution in [https://github.com/fastify/fastify/pull/5705](https://redirect.github.com/fastify/fastify/pull/5705)
- [@dorgelesnzi](https://redirect.github.com/dorgelesnzi) made their first contribution in [https://github.com/fastify/fastify/pull/5706](https://redirect.github.com/fastify/fastify/pull/5706)
- [@erkaperka](https://redirect.github.com/erkaperka) made their first contribution in [https://github.com/fastify/fastify/pull/5728](https://redirect.github.com/fastify/fastify/pull/5728)
- [@bnzone](https://redirect.github.com/bnzone) made their first contribution in [https://github.com/fastify/fastify/pull/5736](https://redirect.github.com/fastify/fastify/pull/5736)
- [@BrunoMollo](https://redirect.github.com/BrunoMollo) made their first contribution in [https://github.com/fastify/fastify/pull/5745](https://redirect.github.com/fastify/fastify/pull/5745)
- [@paulius-valiunas](https://redirect.github.com/paulius-valiunas) made their first contribution in [https://github.com/fastify/fastify/pull/5637](https://redirect.github.com/fastify/fastify/pull/5637)
- [@ChinoUkaegbu](https://redirect.github.com/ChinoUkaegbu) made their first contribution in [https://github.com/fastify/fastify/pull/5759](https://redirect.github.com/fastify/fastify/pull/5759)
- [@smartinio](https://redirect.github.com/smartinio) made their first contribution in [https://github.com/fastify/fastify/pull/5762](https://redirect.github.com/fastify/fastify/pull/5762)
- [@karankraina](https://redirect.github.com/karankraina) made their first contribution in [https://github.com/fastify/fastify/pull/5770](https://redirect.github.com/fastify/fastify/pull/5770)
- [@kriskw1999](https://redirect.github.com/kriskw1999) made their first contribution in [https://github.com/fastify/fastify/pull/5774](https://redirect.github.com/fastify/fastify/pull/5774)
- [@iamgiolaga](https://redirect.github.com/iamgiolaga) made their first contribution in [https://github.com/fastify/fastify/pull/5773](https://redirect.github.com/fastify/fastify/pull/5773)
- [@rstagi](https://redirect.github.com/rstagi) made their first contribution in [https://github.com/fastify/fastify/pull/5781](https://redirect.github.com/fastify/fastify/pull/5781)
- [@pmarchini](https://redirect.github.com/pmarchini) made their first contribution in [https://github.com/fastify/fastify/pull/5783](https://redirect.github.com/fastify/fastify/pull/5783)
- [@federicogualdi](https://redirect.github.com/federicogualdi) made their first contribution in [https://github.com/fastify/fastify/pull/5775](https://redirect.github.com/fastify/fastify/pull/5775)
**Full Changelog**: https://github.com/fastify/fastify/compare/v5.0.0...v5.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 contains the following updates:
^5.0.0
->^5.1.0
Release Notes
fastify/fastify (fastify)
### [`v5.1.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/fastify/fastify/compare/v5.0.0...v5.1.0) #### What's Changed - chore: Update Migration-Guide-V5.md by [@jsumners](https://redirect.github.com/jsumners) in [https://github.com/fastify/fastify/pull/5688](https://redirect.github.com/fastify/fastify/pull/5688) - fix(guide-v5): wrong link for diagnostics channel by [@corradopetrelli](https://redirect.github.com/corradopetrelli) in [https://github.com/fastify/fastify/pull/5693](https://redirect.github.com/fastify/fastify/pull/5693) - chore: fix typo in reply-serialize.test.js by [@janmooij](https://redirect.github.com/janmooij) in [https://github.com/fastify/fastify/pull/5692](https://redirect.github.com/fastify/fastify/pull/5692) - chore: remove unused dev dependencies by [@climba03003](https://redirect.github.com/climba03003) in [https://github.com/fastify/fastify/pull/5696](https://redirect.github.com/fastify/fastify/pull/5696) - docs: fix schema by [@climba03003](https://redirect.github.com/climba03003) in [https://github.com/fastify/fastify/pull/5695](https://redirect.github.com/fastify/fastify/pull/5695) - fix(docs): migration guide by [@Eomm](https://redirect.github.com/Eomm) in [https://github.com/fastify/fastify/pull/5701](https://redirect.github.com/fastify/fastify/pull/5701) - fix: add childLoggerFactory option to FastifyHttpOptions type by [@mauroaccornero](https://redirect.github.com/mauroaccornero) in [https://github.com/fastify/fastify/pull/5665](https://redirect.github.com/fastify/fastify/pull/5665) - docs: correct errors fragment by [@inyourtime](https://redirect.github.com/inyourtime) in [https://github.com/fastify/fastify/pull/5705](https://redirect.github.com/fastify/fastify/pull/5705) - docs(guides/ecosystem): remove archived core plugins by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5712](https://redirect.github.com/fastify/fastify/pull/5712) - fix: make shallow copy of fastify options before mutations by [@dorgelesnzi](https://redirect.github.com/dorgelesnzi) in [https://github.com/fastify/fastify/pull/5706](https://redirect.github.com/fastify/fastify/pull/5706) - docs(reply): cleanup and update to clarify elapsedTime behaviour by [@erkaperka](https://redirect.github.com/erkaperka) in [https://github.com/fastify/fastify/pull/5728](https://redirect.github.com/fastify/fastify/pull/5728) - chore(tests): uncomment server.decorate test case by [@bnzone](https://redirect.github.com/bnzone) in [https://github.com/fastify/fastify/pull/5736](https://redirect.github.com/fastify/fastify/pull/5736) - chore: setup borp reporter for switch to node test by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/fastify/fastify/pull/5720](https://redirect.github.com/fastify/fastify/pull/5720) - chore: update Testing guide to use node:test by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/fastify/fastify/pull/5738](https://redirect.github.com/fastify/fastify/pull/5738) - fix: point this to parent at onRegister by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5675](https://redirect.github.com/fastify/fastify/pull/5675) - fix: make content-type case-insensitive by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5742](https://redirect.github.com/fastify/fastify/pull/5742) - docs: Changed var for let and const by [@BrunoMollo](https://redirect.github.com/BrunoMollo) in [https://github.com/fastify/fastify/pull/5745](https://redirect.github.com/fastify/fastify/pull/5745) - chore: Migrate to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5714](https://redirect.github.com/fastify/fastify/pull/5714) - types: make plugin options required if they have any defined props by [@paulius-valiunas](https://redirect.github.com/paulius-valiunas) in [https://github.com/fastify/fastify/pull/5637](https://redirect.github.com/fastify/fastify/pull/5637) - build(deps-dev): lock typescript minor version by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5748](https://redirect.github.com/fastify/fastify/pull/5748) - perf(lib/pluginUtils): convert unused capture group to non-capture group by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5749](https://redirect.github.com/fastify/fastify/pull/5749) - refactor(lib/validation): replace regexp `.exec()` with `.test()` by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5750](https://redirect.github.com/fastify/fastify/pull/5750) - refactor(lib/validation): remove redundant regex quantifier by [@Fdawgs](https://redirect.github.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5751](https://redirect.github.com/fastify/fastify/pull/5751) - chore: getFuncPreview limit split size by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5754](https://redirect.github.com/fastify/fastify/pull/5754) - refactor: change var instances to const or let by [@ChinoUkaegbu](https://redirect.github.com/ChinoUkaegbu) in [https://github.com/fastify/fastify/pull/5759](https://redirect.github.com/fastify/fastify/pull/5759) - test: migrate tests from tap to node:test and c8 by [@dancastillo](https://redirect.github.com/dancastillo) in [https://github.com/fastify/fastify/pull/5760](https://redirect.github.com/fastify/fastify/pull/5760) - test: removed second argument from assert fail method in tests by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5761](https://redirect.github.com/fastify/fastify/pull/5761) - test: Migrate http2 test to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5757](https://redirect.github.com/fastify/fastify/pull/5757) - types: add string\[] to routeOptions.method by [@smartinio](https://redirect.github.com/smartinio) in [https://github.com/fastify/fastify/pull/5762](https://redirect.github.com/fastify/fastify/pull/5762) - test: Fix flaky tests in versioned-routes.test.js by [@smartinio](https://redirect.github.com/smartinio) in [https://github.com/fastify/fastify/pull/5765](https://redirect.github.com/fastify/fastify/pull/5765) - fix: correctly handle empty host by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5764](https://redirect.github.com/fastify/fastify/pull/5764) - perf: pause split early on hostname by [@gurgunday](https://redirect.github.com/gurgunday) in [https://github.com/fastify/fastify/pull/5767](https://redirect.github.com/fastify/fastify/pull/5767) - test: Migrate 404 test to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5769](https://redirect.github.com/fastify/fastify/pull/5769) - fix: exposeHeadRoute should pass "onSend" hook handlers provided to GET handler if method is not uppercased by [@Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5766](https://redirect.github.com/fastify/fastify/pull/5766) - test: move allowUnsafeRegex to node test runner by [@karankraina](https://redirect.github.com/karankraina) in [https://github.com/fastify/fastify/pull/5770](https://redirect.github.com/fastify/fastify/pull/5770) - chore: Conditionally require pino if logger is enabled by [@karankraina](https://redirect.github.com/karankraina) in [https://github.com/fastify/fastify/pull/5763](https://redirect.github.com/fastify/fastify/pull/5763) - feat(test runner node): route 4 by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5774](https://redirect.github.com/fastify/fastify/pull/5774) - test: migrated custom-http-server from tap to node:test by [@iamgiolaga](https://redirect.github.com/iamgiolaga) in [https://github.com/fastify/fastify/pull/5773](https://redirect.github.com/fastify/fastify/pull/5773) - test: migrate route.1.test to node test runner by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5784](https://redirect.github.com/fastify/fastify/pull/5784) - test: port bodyLimit.test.js by [@rstagi](https://redirect.github.com/rstagi) in [https://github.com/fastify/fastify/pull/5781](https://redirect.github.com/fastify/fastify/pull/5781) - test: port server.test.js to node:test by [@pmarchini](https://redirect.github.com/pmarchini) in [https://github.com/fastify/fastify/pull/5783](https://redirect.github.com/fastify/fastify/pull/5783) - test: migrated imports.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5788](https://redirect.github.com/fastify/fastify/pull/5788) - chore: Migrate async-local-storage and async-await test to node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5791](https://redirect.github.com/fastify/fastify/pull/5791) - test: ported route 3 test by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5780](https://redirect.github.com/fastify/fastify/pull/5780) - test: migrated async-dispose.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5793](https://redirect.github.com/fastify/fastify/pull/5793) - test: migrate constrained routes test file to use node:test by [@Rantoledo](https://redirect.github.com/Rantoledo) in [https://github.com/fastify/fastify/pull/5798](https://redirect.github.com/fastify/fastify/pull/5798) - test: migrated keep-alive-timeout.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5796](https://redirect.github.com/fastify/fastify/pull/5796) - test: migrated noop-set.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5794](https://redirect.github.com/fastify/fastify/pull/5794) - test: migrated close-pipelining.test.js from tap to node:test by [@Tony133](https://redirect.github.com/Tony133) in [https://github.com/fastify/fastify/pull/5797](https://redirect.github.com/fastify/fastify/pull/5797) - feat(test runner node): test porting by [@kriskw1999](https://redirect.github.com/kriskw1999) in [https://github.com/fastify/fastify/pull/5772](https://redirect.github.com/fastify/fastify/pull/5772) - test: migrate serialize-response to node test runner by [@federicogualdi](https://redirect.github.com/federicogualdi) in [https://github.com/fastify/fastify/pull/5775](https://redirect.github.com/fastify/fastify/pull/5775) - ci: fix typescript tests on alternative runtimes by [@Uzlopak](https://redirect.github.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5799](https://redirect.github.com/fastify/fastify/pull/5799) #### New Contributors - [@corradopetrelli](https://redirect.github.com/corradopetrelli) made their first contribution in [https://github.com/fastify/fastify/pull/5693](https://redirect.github.com/fastify/fastify/pull/5693) - [@janmooij](https://redirect.github.com/janmooij) made their first contribution in [https://github.com/fastify/fastify/pull/5692](https://redirect.github.com/fastify/fastify/pull/5692) - [@mauroaccornero](https://redirect.github.com/mauroaccornero) made their first contribution in [https://github.com/fastify/fastify/pull/5665](https://redirect.github.com/fastify/fastify/pull/5665) - [@inyourtime](https://redirect.github.com/inyourtime) made their first contribution in [https://github.com/fastify/fastify/pull/5705](https://redirect.github.com/fastify/fastify/pull/5705) - [@dorgelesnzi](https://redirect.github.com/dorgelesnzi) made their first contribution in [https://github.com/fastify/fastify/pull/5706](https://redirect.github.com/fastify/fastify/pull/5706) - [@erkaperka](https://redirect.github.com/erkaperka) made their first contribution in [https://github.com/fastify/fastify/pull/5728](https://redirect.github.com/fastify/fastify/pull/5728) - [@bnzone](https://redirect.github.com/bnzone) made their first contribution in [https://github.com/fastify/fastify/pull/5736](https://redirect.github.com/fastify/fastify/pull/5736) - [@BrunoMollo](https://redirect.github.com/BrunoMollo) made their first contribution in [https://github.com/fastify/fastify/pull/5745](https://redirect.github.com/fastify/fastify/pull/5745) - [@paulius-valiunas](https://redirect.github.com/paulius-valiunas) made their first contribution in [https://github.com/fastify/fastify/pull/5637](https://redirect.github.com/fastify/fastify/pull/5637) - [@ChinoUkaegbu](https://redirect.github.com/ChinoUkaegbu) made their first contribution in [https://github.com/fastify/fastify/pull/5759](https://redirect.github.com/fastify/fastify/pull/5759) - [@smartinio](https://redirect.github.com/smartinio) made their first contribution in [https://github.com/fastify/fastify/pull/5762](https://redirect.github.com/fastify/fastify/pull/5762) - [@karankraina](https://redirect.github.com/karankraina) made their first contribution in [https://github.com/fastify/fastify/pull/5770](https://redirect.github.com/fastify/fastify/pull/5770) - [@kriskw1999](https://redirect.github.com/kriskw1999) made their first contribution in [https://github.com/fastify/fastify/pull/5774](https://redirect.github.com/fastify/fastify/pull/5774) - [@iamgiolaga](https://redirect.github.com/iamgiolaga) made their first contribution in [https://github.com/fastify/fastify/pull/5773](https://redirect.github.com/fastify/fastify/pull/5773) - [@rstagi](https://redirect.github.com/rstagi) made their first contribution in [https://github.com/fastify/fastify/pull/5781](https://redirect.github.com/fastify/fastify/pull/5781) - [@pmarchini](https://redirect.github.com/pmarchini) made their first contribution in [https://github.com/fastify/fastify/pull/5783](https://redirect.github.com/fastify/fastify/pull/5783) - [@federicogualdi](https://redirect.github.com/federicogualdi) made their first contribution in [https://github.com/fastify/fastify/pull/5775](https://redirect.github.com/fastify/fastify/pull/5775) **Full Changelog**: https://github.com/fastify/fastify/compare/v5.0.0...v5.1.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.