5.3.3
What's Changed
- docs: update Vercel section by @leerob in https://github.com/fastify/fastify/pull/6046
- docs(ecosystem): add fastify-papr plugin by @inaiat in https://github.com/fastify/fastify/pull/6051
- test: migrated helper and input validation to node test runner by @ilteoood in https://github.com/fastify/fastify/pull/6074
- style: add "no comma-dangle" rule to eslint config and remove trailing commas by @cecia234 in https://github.com/fastify/fastify/pull/6069
- test: migrate stream tests to node test runner by @ilteoood in https://github.com/fastify/fastify/pull/6065
- test: logger response by @ilteoood in https://github.com/fastify/fastify/pull/6055
- test: migrate schema feature to node test runner by @ilteoood in https://github.com/fastify/fastify/pull/6066
- fix: Added more cases for JSON schema validation by @mcollina in https://github.com/fastify/fastify/pull/6067
- test: migrated inject.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/6068
- test: migrated plugin 1 to node test runner by @ilteoood in https://github.com/fastify/fastify/pull/6075
- ci: fix branch pattern by @Eomm in https://github.com/fastify/fastify/pull/6090
- docs: added Jeasx to Ecosystem.md by @jablonski in https://github.com/fastify/fastify/pull/6082
- test: mv promises from tap by @jean-michelet in https://github.com/fastify/fastify/pull/6085
- refactor: node:http2 is always available by @Cangit in https://github.com/fastify/fastify/pull/6073
- fix: update borp to 0.20.0. by @lholmquist in https://github.com/fastify/fastify/pull/6091
- chore: Bump fluent-json-schema from 5.0.0 to 6.0.0 by @dependabot in https://github.com/fastify/fastify/pull/6101
- chore: Bump tsd from 0.31.2 to 0.32.0 in the dev-dependencies-typescript group by @dependabot in https://github.com/fastify/fastify/pull/6100
- test: migrated decorator.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/5957
- test: stabilize pipelining shutdown test with controlled close timing by @jean-michelet in https://github.com/fastify/fastify/pull/6099
- test: migrated output-validation.test.js from tap to node:test by @Tony133 in https://github.com/fastify/fastify/pull/6076
- test: remove tap from hooks-on ready file by @IcaroSilvaFK in https://github.com/fastify/fastify/pull/6080
- test: mv hooks.on-listen from tap by @jean-michelet in https://github.com/fastify/fastify/pull/6086
- ci: ignore scripts by @Fdawgs in https://github.com/fastify/fastify/pull/6108
- docs: add a warning about
setErrorHandleroverriding a previously defined error handler on an encapsulated context by @jean-michelet in https://github.com/fastify/fastify/pull/6097 - docs(ecosystem): remove
fastify-diagnostics-channelby @inyourtime in https://github.com/fastify/fastify/pull/6117 - fix: internal function _addHook failure should be turned into the rejection app.ready is waiting for by @jean-michelet in https://github.com/fastify/fastify/pull/6105
- test: replace removed request properties and update docs by @inyourtime in https://github.com/fastify/fastify/pull/6111
- test: mv reply from tap by @jean-michelet in https://github.com/fastify/fastify/pull/6089
- test: updated promises.test.js re-added the plan() method by @Tony133 in https://github.com/fastify/fastify/pull/6057
- ci: add support to test release candidates by @RafaelGSS in https://github.com/fastify/fastify/pull/6103
Full Changelog: https://github.com/fastify/fastify/compare/v5.3.2...v5.3.3