fastify-orama
fastify-orama copied to clipboard
chore(deps-dev): bump fastify from 4.28.1 to 5.0.0
Bumps fastify from 4.28.1 to 5.0.0.
Release notes
Sourced from fastify's releases.
v5.0.0
What's Changed
- add missing route shorthands by
@Uzlopak
in fastify/fastify#4409- lib: drop setDefaultRoute and getDefaultRoute methods by
@RafaelGSS
in fastify/fastify#4485- Sync next-branch by
@github-actions
in fastify/fastify#4815- Next: Disallow
decorate('name', null)
in the types by@voxpelli
in fastify/fastify#4878- feat!: Add req.hostname and req.port by
@aarontravass
in fastify/fastify#4766- Change request id header default value to false by
@philippviereck
in fastify/fastify#4194- Remove deprecated variadic listen by
@jsumners
in fastify/fastify#4900- Sync next-branch by
@github-actions
in fastify/fastify#4894- fix: requestIdHeader docs by
@philippviereck
in fastify/fastify#4916- Sync next-branch by
@github-actions
in fastify/fastify#4930- Sync next-branch by
@github-actions
in fastify/fastify#4941- types: Remove variadic listen types by
@Uzlopak
in fastify/fastify#4966- fix: remove http version check by
@beyazit
in fastify/fastify#4962- feat: new logger api by
@aarontravass
in fastify/fastify#5020- fix(plugins): mixing async and callback style now returns an error by
@giuliowaitforitdavide
in fastify/fastify#5141- feat: align fastify.hasRoute to fmw.hasRoute by
@dancastillo
in fastify/fastify#5102- feat: set useSemicolonDefault default option to false by
@dancastillo
in fastify/fastify#5320- feat: make contentTypeParser's existingParser check more strict by
@gurgunday
in fastify/fastify#5329- feat: loosen content-type checking by
@climba03003
in fastify/fastify#4450- feat: rework contentTypeParser methods by
@gurgunday
in fastify/fastify#5372- perf: limit search space for contentType by
@gurgunday
in fastify/fastify#5400- perf: update method matching by
@gurgunday
in fastify/fastify#5419- chore: updated dependencies to latest versions by
@puskin94
in fastify/fastify#5422- chore: merge next into main for v5 release by
@jsumners
in fastify/fastify#5446- docs(ref/typescript): support Docusaurus v3 by
@james-kaguru
in fastify/fastify#5450- chore: remove unused dependency and fix ci by
@gurgunday
in fastify/fastify#5454- feat: (types) add shorthand types for MKCALENDAR and REPORT by
@gurgunday
in fastify/fastify#5455- fix: ci labeler by
@Eomm
in fastify/fastify#5463- docs(guides/database): correct typo by
@monish001
in fastify/fastify#5461- test: add tests for error handling by
@domdomegg
in fastify/fastify#5451- docs(reference/routes): fix example on constraints by
@Cadienvan
in fastify/fastify#5468- perf: Optimize resolving X-Forwarded-For addresses by
@dmkng
in fastify/fastify#5458- fix:
config
type in RouteShorthandOptions by@BrianValente
in fastify/fastify#5355- feat: request and reply decorators can not be a reference type by
@Eomm
in fastify/fastify#5462- docs: update indentation on type providers section by
@Tony133
in fastify/fastify#5474- feat: log all available addresses if listening host is 0.0.0.0 by
@mcollina
in fastify/fastify#5476- chore: remove node 18 from CI by
@gurgunday
in fastify/fastify#5481- feat: writeEarlyHints by
@gurgunday
in fastify/fastify#5480- docs: update indentation and code snippet in the routes section by
@Tony133
in fastify/fastify#5482- refactor: change
reply.redirect()
signature by@gurgunday
in fastify/fastify#5483- docs: update indentation and code snippet in the type providers section by
@Tony133
in fastify/fastify#5485- feat: emit diagnostics_channel events upon routing request by
@tlhunter
in fastify/fastify#5252- chore: Bump pnpm/action-setup from 3 to 4 by
@dependabot
in fastify/fastify#5492- chore: remove unnecessary eslint override by
@Cangit
in fastify/fastify#5493- docs(ecosystem): Add fastify-kysely plugin by
@alenap93
in fastify/fastify#5475- chore: update tap@19 by
@climba03003
in fastify/fastify#5471- chore: Remove
reply.getReponseTime()
in fastify/fastify#5490- chore: remove unused test by
@Cangit
in fastify/fastify#5496
... (truncated)
Commits
6bde7d7
Bumped v5.0.07239d78
docs: Add required .js extension to relative ESM imports (#5685)9a1be75
docs: update v4 codemods (#5666)d623d47
chore: bind this to instance in onclose (#5670)455ff7f
docs: add v5 guide (#5674)694cf43
types: remove nonexistant done parameter from onRegister (#5678)b493fce
chore: list the next deprecation code (#5673)07bc7cf
docs: join plugin team (#5677)501be89
doc: add dancastillo to Fastify Plugins team (#5668)6b1b8a7
chore: bump fast-json-stringify-compiler to v5.0.0 (#5660)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)