docsmith
docsmith copied to clipboard
build(deps): bump the fastify-core group with 13 updates
Bumps the fastify-core group with 13 updates:
Package | From | To |
---|---|---|
@fastify/accepts | 4.3.0 |
5.0.1 |
@fastify/autoload | 5.10.0 |
6.0.1 |
@fastify/bearer-auth | 9.4.0 |
10.0.1 |
@fastify/compress | 7.0.3 |
8.0.1 |
@fastify/cors | 9.0.1 |
10.0.1 |
@fastify/helmet | 11.1.1 |
12.0.1 |
@fastify/rate-limit | 9.1.0 |
10.1.0 |
@fastify/sensible | 5.6.0 |
6.0.1 |
@fastify/static | 7.0.4 |
8.0.1 |
@fastify/swagger | 8.15.0 |
9.1.0 |
@fastify/under-pressure | 8.5.1 |
9.0.1 |
fastify | 4.28.1 |
5.0.0 |
fastify-plugin | 4.5.1 |
5.0.1 |
Updates @fastify/accepts
from 4.3.0 to 5.0.1
Release notes
Sourced from @fastify/accepts
's releases.
v5.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-accepts#172Full Changelog: https://github.com/fastify/fastify-accepts/compare/v5.0.0...v5.0.1
v5.0.0
What's Changed
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by
@dependabot
in fastify/fastify-accepts#163- chore(.gitignore): add .tap/ dir by
@Fdawgs
in fastify/fastify-accepts#164- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
@dependabot
in fastify/fastify-accepts#166- Merge
next
intomaster
by@jsumners
in fastify/fastify-accepts#167- chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by
@dependabot
in fastify/fastify-accepts#168- chore(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-accepts#169- chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by
@dependabot
in fastify/fastify-accepts#171- chore: update min fastify version by
@Fdawgs
in fastify/fastify-accepts#170Full Changelog: https://github.com/fastify/fastify-accepts/compare/v4.3.0...v5.0.0
Commits
5b71fe8
Bumped v5.0.13df9153
chore: update fastify to ^5.0.0 (#172)50f410d
Bumped v5.0.0f5e655f
Bumped v5.0.0-pre.fv5.26182085
chore: update min fastify version (#170)028b72d
chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 (#171)d080145
chore(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#169)f0a1134
chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 (#168)81612d2
v5.0.0-pre.fv5.1aed64b0
Mergenext
intomaster
(#167)- Additional commits viewable in compare view
Updates @fastify/autoload
from 5.10.0 to 6.0.1
Release notes
Sourced from @fastify/autoload
's releases.
v6.0.1
What's Changed
- feat: add support for
tsimp
by@stuft2
in fastify/fastify-autoload#410- chore: update fastify to ^5.0.0 by
@Eomm
in fastify/fastify-autoload#411New Contributors
@stuft2
made their first contribution in fastify/fastify-autoload#410Full Changelog: https://github.com/fastify/fastify-autoload/compare/v6.0.0...v6.0.1
v6.0.0
What's Changed
- perf: extract pluginOrModulePattern by
@Uzlopak
in fastify/fastify-autoload#387- chore(deps-dev): bump tsd from 0.29.0 to 0.31.1 by
@dependabot
in fastify/fastify-autoload#390- chore(deps-dev): bump esbuild from 0.19.12 to 0.21.5 by
@dependabot
in fastify/fastify-autoload#393- chore(deps-dev): bump tsx from 3.14.0 to 4.15.7 by
@dependabot
in fastify/fastify-autoload#391- docs: document possibility to parameter scriptPattern by
@jean-michelet
in fastify/fastify-autoload#389- Merge
next
intomaster
by@jsumners
in fastify/fastify-autoload#396- chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0 by
@dependabot
in fastify/fastify-autoload#395- chore(deps-dev): bump vitest from 1.6.0 to 2.0.3 by
@dependabot
in fastify/fastify-autoload#400- chore(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-autoload#402- chore: update ci workflow version by
@jean-michelet
in fastify/fastify-autoload#403- Fix a README.md formatting issue by
@fox1t
in fastify/fastify-autoload#405- feat: reduce cognitive complexity by
@jean-michelet
in fastify/fastify-autoload#401Full Changelog: https://github.com/fastify/fastify-autoload/compare/v5.10.0...v6.0.0
Commits
5e8128d
Bumped v6.0.1986df86
chore: update fastify to ^5.0.0 (#411)4e27b9b
feat: add support for tsimp (#410)8c7949d
Bumped v6.0.0688199d
feat: reduce cognitive complexity (#401)178979f
Fix a README.md formatting issue (#405)d01ba25
chore: update ci workflow version (#403)3584972
chore(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#402)90aebc6
chore(deps-dev): bump vitest from 1.6.0 to 2.0.3 (#400)2f127a6
chore(deps-dev): bump esbuild from 0.21.5 to 0.23.0 (#395)- Additional commits viewable in compare view
Updates @fastify/bearer-auth
from 9.4.0 to 10.0.1
Release notes
Sourced from @fastify/bearer-auth
's releases.
v10.0.1
What's Changed
- chore: migrate from tap to node:test and c8 by
@dancastillo
in fastify/fastify-bearer-auth#189- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-bearer-auth#191Full Changelog: https://github.com/fastify/fastify-bearer-auth/compare/v10.0.0...v10.0.1
v10.0.0
What's Changed
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
@dependabot
in fastify/fastify-bearer-auth#180- chore(deps): bump
@fastify/error
from 3.4.1 to 4.0.0 by@dependabot
in fastify/fastify-bearer-auth#184- Merge
next
intomaster
by@jsumners
in fastify/fastify-bearer-auth#183- perf: use spread over object.assign by
@Fdawgs
in fastify/fastify-bearer-auth#185- chore(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-bearer-auth#186- chore(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by
@dependabot
in fastify/fastify-bearer-auth#188- chore: update min fastify version by
@Fdawgs
in fastify/fastify-bearer-auth#187Full Changelog: https://github.com/fastify/fastify-bearer-auth/compare/v9.4.0...v10.0.0
Commits
1c125d7
Bumped v10.0.1c3333c4
chore: update fastify to ^5.0.0 (#191)45f4669
chore: migrate from tap to node:test and c8 (#189)85fd6f0
Bumped v10.0.0fa459a0
Bumped v10.0.0-pre.fv5.2e6822c0
chore: update min fastify version (#187)eb6fde9
chore(deps): bump fastify/workflows from 4.1.0 to 5.0.0 (#188)25991af
chore(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#186)4bf28d3
perf: use spread over object.assign (#185)bcb7f4b
v10.0.0-pre.fv5.1- Additional commits viewable in compare view
Updates @fastify/compress
from 7.0.3 to 8.0.1
Release notes
Sourced from @fastify/compress
's releases.
v8.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-compress#315Full Changelog: https://github.com/fastify/fastify-compress/compare/v8.0.0...v8.0.1
v8.0.0
What's Changed
- Merge
next
intomaster
by@jsumners
in fastify/fastify-compress#298- chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by
@dependabot
in fastify/fastify-compress#299- chore: update fastify version to
5.x
by@climba03003
in fastify/fastify-compress#300- Update CI action to v5 by
@mcollina
in fastify/fastify-compress#301- use node:test instead of tap by
@big-kahuna-burger
in fastify/fastify-compress#302- chore(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-compress#304New Contributors
@big-kahuna-burger
made their first contribution in fastify/fastify-compress#302Full Changelog: https://github.com/fastify/fastify-compress/compare/v7.0.3...v8.0.0
Commits
ce7d84a
Bumped v8.0.1002a20c
chore: update fastify to ^5.0.0 (#315)30f9626
Bumped v8.0.0698e920
Updated deps for fastify v5e45b197
Merge branch 'master' of github.com:fastify/fastify-compress7559e55
chore(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#304)fe97a11
use node:test instead of tap (#302)6a8af54
Bumped v8.0.0-pre.fv5.2141b33b
Update CI action to v5 (#301)151ae16
chore: update fastify version to5.x
(#300)- Additional commits viewable in compare view
Updates @fastify/cors
from 9.0.1 to 10.0.1
Release notes
Sourced from @fastify/cors
's releases.
v10.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-cors#319Full Changelog: https://github.com/fastify/fastify-cors/compare/v10.0.0...v10.0.1
v10.0.0
What's Changed
- chore(deps): bump mnemonist from 0.39.6 to 0.39.8 by
@dependabot
in fastify/fastify-cors#293- chore(.gitignore): add .tap/ dir by
@Fdawgs
in fastify/fastify-cors#294- chore(deps-dev): bump
@typescript-eslint/parser
from 6.21.0 to 7.1.1 by@dependabot
in fastify/fastify-cors#298- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
@dependabot
in fastify/fastify-cors#300- Warn about DoS attacks by
@mcollina
in fastify/fastify-cors#301- add AsyncOriginFunction type by
@sknetl
in fastify/fastify-cors#302- Merge
next
intomaster
by@jsumners
in fastify/fastify-cors#304- chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by
@dependabot
in fastify/fastify-cors#305- chore(deps-dev): bump tsd from 0.30.7 to 0.31.1 by
@dependabot
in fastify/fastify-cors#306- docs(readme): add
options.methods
default by@Fdawgs
in fastify/fastify-cors#307- chore(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-cors#308- chore: update min fastify version by
@Fdawgs
in fastify/fastify-cors#309- chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by
@dependabot
in fastify/fastify-cors#310- chore: migrate from tap to node:test and c8 by
@dancastillo
in fastify/fastify-cors#316New Contributors
@sknetl
made their first contribution in fastify/fastify-cors#302@dancastillo
made their first contribution in fastify/fastify-cors#316Full Changelog: https://github.com/fastify/fastify-cors/compare/v9.0.1...v10.0.0
Commits
7635ecd
Bumped v10.0.163fb72f
chore: update fastify to ^5.0.0 (#319)a9da1fc
Bumped v10.0.017042c7
chore: migrate from tap to node:test and c8 (#316)37cdb08
Bumped v10.0.0-pre.fv5.2053707c
chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 (#310)a99d3de
chore: update min fastify version (#309)e598d43
chore(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#308)e32be3c
docs(readme): addoptions.methods
default (#307)598e80b
chore(deps-dev): bump tsd from 0.30.7 to 0.31.1 (#306)- Additional commits viewable in compare view
Updates @fastify/helmet
from 11.1.1 to 12.0.1
Release notes
Sourced from @fastify/helmet
's releases.
v12.0.1
What's Changed
- chore: add c8 flag for 100 % code coverage by
@dancastillo
in fastify/fastify-helmet#259- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-helmet#260- chore: Add named hooks for improved visibility and debugging by
@kei-ichi
in fastify/fastify-helmet#261New Contributors
@kei-ichi
made their first contribution in fastify/fastify-helmet#261Full Changelog: https://github.com/fastify/fastify-helmet/compare/v12.0.0...v12.0.1
v12.0.0
What's Changed
- chore: add
.gitattributes
file by@Fdawgs
in fastify/fastify-helmet#235- chore(package): explicitly declare js module type by
@Fdawgs
in fastify/fastify-helmet#237- refactor(index): replace
typeof
undefined check by@Fdawgs
in fastify/fastify-helmet#238- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by
@dependabot
in fastify/fastify-helmet#240- docs: fix return value with custom nonces example by
@big-kahuna-burger
in fastify/fastify-helmet#241- chore(.gitignore): add .tap/ dir by
@Fdawgs
in fastify/fastify-helmet#242- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
@dependabot
in fastify/fastify-helmet#244- Merge
next
intomaster
by@jsumners
in fastify/fastify-helmet#253- build(deps-dev): bump tap from 16.3.10 to 21.0.0 by
@dependabot
in fastify/fastify-helmet#252- refactor(index): remove useless
else
blocks afterreturn
s by@Fdawgs
in fastify/fastify-helmet#254- build(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-helmet#255- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by
@dependabot
in fastify/fastify-helmet#256- chore: update min fastify version by
@Fdawgs
in fastify/fastify-helmet#257- fix: migrate from tap to node:test and c8 by
@dancastillo
in fastify/fastify-helmet#258New Contributors
@big-kahuna-burger
made their first contribution in fastify/fastify-helmet#241@dancastillo
made their first contribution in fastify/fastify-helmet#258Full Changelog: https://github.com/fastify/fastify-helmet/compare/v11.1.1...v12.0.0
Commits
6925055
Bumped v12.0.1ef39992
chore: Add named hooks for improved visibility and debugging (#261)188d984
chore: update fastify to ^5.0.0 (#260)1340981
chore: add c8 flag for 100 % code coverage (#259)ae67f81
Bumped v12.0.0ce93d68
fix: migrate from tap to node:test and c8 (#258)96651aa
v12.0.0-pre.fv5.23f02a8a
chore: update min fastify version (#257)2b1cc72
build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 (#256)cb06fea
build(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#255)- Additional commits viewable in compare view
Updates @fastify/rate-limit
from 9.1.0 to 10.1.0
Release notes
Sourced from @fastify/rate-limit
's releases.
v10.1.0
What's Changed
- Added grouping routes for ratelimit by
@aniketcodes
in fastify/fastify-rate-limit#380New Contributors
@aniketcodes
made their first contribution in fastify/fastify-rate-limit#380Full Changelog: https://github.com/fastify/fastify-rate-limit/compare/v10.0.1...v10.1.0
v10.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-rate-limit#381Full Changelog: https://github.com/fastify/fastify-rate-limit/compare/v10.0.0...v10.0.1
v10.0.0
What's Changed
- docs(readme): replace
fastify.io
links withfastify.dev
by@Fdawgs
in fastify/fastify-rate-limit#358- Use statusCode in errorResponseBuilder example by
@Szymx95
in fastify/fastify-rate-limit#359- chore(.gitignore): add .tap/ dir by
@Fdawgs
in fastify/fastify-rate-limit#361- Add statusCode to errorResponseBuilderContext type by
@flakey5
in fastify/fastify-rate-limit#366- build(deps-dev): Bump tsd from 0.30.7 to 0.31.0 by
@dependabot
in fastify/fastify-rate-limit#367- Merge
next
intomaster
by@jsumners
in fastify/fastify-rate-limit#373- Coverage by
@jean-michelet
in fastify/fastify-rate-limit#372- build(deps-dev): Bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-rate-limit#374- chore: update min fastify version by
@Fdawgs
in fastify/fastify-rate-limit#377- chore: migrate from tap to node:test and c8 by
@dancastillo
in fastify/fastify-rate-limit#378- build(deps-dev): Bump
@sinonjs/fake-timers
from 11.3.1 to 13.0.1 by@dependabot
in fastify/fastify-rate-limit#379- fix: return type of rateLimit by
@MunifTanjim
in fastify/fastify-rate-limit#375New Contributors
@Szymx95
made their first contribution in fastify/fastify-rate-limit#359@flakey5
made their first contribution in fastify/fastify-rate-limit#366@jean-michelet
made their first contribution in fastify/fastify-rate-limit#372Full Changelog: https://github.com/fastify/fastify-rate-limit/compare/v9.1.0...v10.0.0
Commits
126ea3f
Bumped v1.1.0b80b05d
Added grouping routes for ratelimit (#380)4cd5021
Bumped v10.0.10987ba3
chore: update fastify to ^5.0.0 (#381)4b4f725
Bumped v10.0.0f7b4f7e
fix: return type of rateLimit (#375)0c3812b
build(deps-dev): Bump@sinonjs/fake-timers
from 11.3.1 to 13.0.1 (#379)e5f6a46
chore: migrate from tap to node:test and c8 (#378)20454fb
v10.0.0-pre.fv5.29480e81
chore: update min fastify version (#377)- Additional commits viewable in compare view
Updates @fastify/sensible
from 5.6.0 to 6.0.1
Release notes
Sourced from @fastify/sensible
's releases.
v6.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-sensible#168Full Changelog: https://github.com/fastify/fastify-sensible/compare/v6.0.0...v6.0.1
v6.0.0
What's Changed
- perf: replace fast-deep-equal with dequal by
@gurgunday
in fastify/fastify-sensible#160- Merge
next
intomaster
by@jsumners
in fastify/fastify-sensible#161- build(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-sensible#163- refactor: rename SensibleOptions into FastifySensibleOptions by
@jean-michelet
in fastify/fastify-sensible#162- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by
@dependabot
in fastify/fastify-sensible#166- chore: update min fastify version by
@Fdawgs
in fastify/fastify-sensible#165- follow #109 - removed remnants of error handler added by #18 by
@lamweili
in fastify/fastify-sensible#164New Contributors
@jean-michelet
made their first contribution in fastify/fastify-sensible#162@lamweili
made their first contribution in fastify/fastify-sensible#164Full Changelog: https://github.com/fastify/fastify-sensible/compare/v5.6.0...v6.0.0
Commits
1782886
Bumped v6.0.1a907f75
fix: package versionf80173f
chore: update fastify to ^5.0.0 (#168)822ae7a
follow #109 - removed remnants of error handler added by #18 (#164)ab25cf9
v6.0.0-pre.fv5.243f200a
chore: update min fastify version (#165)149e605
build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 (#166)4b885e0
refactor: rename SensibleOptions into FastifySensibleOptions (#162)575d16d
build(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#163)617f21f
v6.0.0-pre.fv5.1- Additional commits viewable in compare view
Updates @fastify/static
from 7.0.4 to 8.0.1
Release notes
Sourced from @fastify/static
's releases.
v8.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-static#473Full Changelog: https://github.com/fastify/fastify-static/compare/v8.0.0...v8.0.1
v8.0.0
What's Changed
- build(deps-dev): bump pino from 8.21.0 to 9.1.0 by
@dependabot
in fastify/fastify-static#453- Merge
next
intomaster
by@jsumners
in fastify/fastify-static#454- build(deps): bump glob from 10.4.5 to 11.0.0 by
@dependabot
in fastify/fastify-static#456- build(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-static#457- chore: remove coveralls as dev dependency by
@Uzlopak
in fastify/fastify-static#463- chore: migrate to neostandard by
@Uzlopak
in fastify/fastify-static#462- chore: remove handlebars by
@Uzlopak
in fastify/fastify-static#464Full Changelog: https://github.com/fastify/fastify-static/compare/v7.0.4...v8.0.0
Commits
c0ca1c9
Bumped v8.0.1b9a0900
chore: update fastify to ^5.0.0 (#473)85a80f1
Bumped v8.0.0f2cfb32
Updated dependencies for fastify v539e89ea
chore: remove handlebars (#464)cccd58f
chore: migrate to neostandard (#462)ab1e63d
chore: remove coveralls as dev dependency (#463)95428ba
build(deps-dev): bump@types/node
from 20.14.13 to 22.0.0 (#457)950c9eb
build(deps): bump glob from 10.4.5 to 11.0.0 (#456)a0fb3b3
v8.0.0-pre.fv5.1- Additional commits viewable in compare view
Updates @fastify/swagger
from 8.15.0 to 9.1.0
Release notes
Sourced from @fastify/swagger
's releases.
v9.1.0
What's Changed
- Fix #821: incorrect reference when using $ref in patternProperties by
@jldmn
in fastify/fastify-swagger#822- feat: support multiple content type schemas per request body by
@vivedo
in fastify/fastify-swagger#819New Contributors
@jldmn
made their first contribution in fastify/fastify-swagger#822@vivedo
made their first contribution in fastify/fastify-swagger#819Full Changelog: https://github.com/fastify/fastify-swagger/compare/v9.0.1...v9.1.0
v9.0.1
What's Changed
- chore: update fastify to ^5.0.0 by
@Fdawgs
in fastify/fastify-swagger#820Full Changelog: https://github.com/fastify/fastify-swagger/compare/v9.0.0...v9.0.1
v9.0.0
What's Changed
- docs(migration): fix broken link by
@Fdawgs
in fastify/fastify-swagger#779- chore(.gitignore): add .tap/ dir by
@Fdawgs
in fastify/fastify-swagger#783- docs: how to use with
@fastify/autoload
by@bijela-gora
in fastify/fastify-swagger#789- Docs: Convert usage example to OpenAPI v3 spec by
@melroy89
in fastify/fastify-swagger#792- Resolve examples for shared schemas by
@vascofg
in fastify/fastify-swagger#786- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
@dependabot
in fastify/fastify-swagger#796- refactor: json schema draft 7 to openapi schema converting by
@ivan-tymoshenko
in fastify/fastify-swagger#797- docs: Using autoloader for swagger is fine by
@jean-michelet
in fastify/fastify-swagger#802- chore(deps-dev): bump fluent-json-schema from 4.2.1 to 5.0.0 by
@dependabot
in fastify/fastify-swagger#806- Merge
next
intomaster
by@jsumners
in fastify/fastify-swagger#805- fix (types): changed document type to a discriminating union by
@Bram-dc
in fastify/fastify-swagger#807- chore(deps-dev): bump
@types/node
from 20.14.13 to 22.0.0 by@dependabot
in fastify/fastify-swagger#813- Fix breaking changes introduced in Fastify v5.0.0-alpha.4 by
@mcollina
in fastify/fastify-swagger#818New Contributors
@bijela-gora
made their first contribution in fastify/fastify-swagger#789@melroy89
made their first contribution in fastify/fastify-swagger#792@vascofg
made their first contribution in fastify/fastify-swagger#786@ivan-tymoshenko
made their first contribution in fastify/fastify-swagger#797@jean-michelet
made their first contribution in fastify/fastify-swagger#802@Bram-dc
made their first contribution in fastify/fastify-swagger#807Full Changelog: https://github.com/fastify/fastify-swagger/compare/v8.14.0...v9.0.0
Commits
1de673f
Bumped v9.1.003783d5
feat: support multiple content type schemas per request (#819)f29078c
Fix #821: incorrect reference when using $ref in patternProperties (#822)12e4bd6
Bumped v9.0.12b16c8a
chore: update fastify to ^5.0.0 (#820)f6f8e55
Bumped v9.0.0c169d76
Fix breaking changes introduced in Fastify v...Description has been truncated