Releases: fastify/fastify-multipart
Releases · fastify/fastify-multipart
v9.0.1
What's Changed
- docs: replace
util.promisify
withstream/promises
by @Shyam-Chen in #544 - chore: update fastify to ^5.0.0 by @Fdawgs in #545
New Contributors
- @Shyam-Chen made their first contribution in #544
Full Changelog: v9.0.0...v9.0.1
v9.0.0
What's Changed
- chore(deps-dev): bump @fastify/swagger-ui from 3.1.0 to 4.0.0 by @dependabot in #527
- chore(deps): bump @fastify/deepmerge from 1.3.0 to 2.0.0 by @dependabot in #529
- chore(deps): bump @fastify/error from 3.4.1 to 4.0.0 by @dependabot in #530
- chore(deps): bump @fastify/busboy from 2.1.1 to 3.0.0 by @dependabot in #535
- Merge
next
intomaster
by @jsumners in #533 - chore(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.9.0 by @dependabot in #537
- Port to neostandard by @mcollina in #538
- chore(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in #539
- fix(typing): Allows all busboy options on plugin registration by @johaven in #536
- chore: update min fastify version by @Fdawgs in #540
New Contributors
Full Changelog: v8.3.0...v9.0.0
v8.3.0
What's Changed
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #517
- chore(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.0.0 by @dependabot in #519
- remove eslint plugins from direct dependencies by @gurgunday in #523
- Add FormData decorator to request by @mcollina in #522
Full Changelog: v8.2.0...v8.3.0
v8.2.0
What's Changed
- docs(readme): replace
fastify.io
links withfastify.dev
by @Fdawgs in #503 - use @fastify/busboy v2.1.0 by @gurgunday in #506
- chore(.gitignore): add .tap/ dir by @Fdawgs in #508
- chore(deps-dev): bump @fastify/swagger-ui from 2.1.0 to 3.0.0 by @dependabot in #510
- chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 by @dependabot in #512
- backport: fix: make sure the handler resolves in all cases by @gurgunday in #515
Full Changelog: v8.1.0...v8.2.0
v8.1.0
What's Changed
- move unused packages to devDependencies by @gurgunday in #483
- fix eslint by @gurgunday in #485
- use
in
to check for prototype violation by @gurgunday in #484 - chore: add
.gitattributes
file by @Fdawgs in #487 - perf: do not mutate req.raw by @gurgunday in #488
- chore(deps-dev): bump climem from 1.0.3 to 2.0.0 by @dependabot in #490
- docs: update for attachFieldsToBody: keyValues by @dancastillo in #492
- add
parts
type and enable coverage checking by @gurgunday in #491 - chore(package): explicitly declare js module type by @Fdawgs in #493
- chore(deps-dev): bump @fastify/swagger-ui from 1.10.2 to 2.0.1 by @dependabot in #499
- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #500
- chore(deps-dev): bump readable-stream from 3.6.2 to 4.5.1 by @dependabot in #501
- Partly closes #496: add missing type by @hash0000 in #502
New Contributors
- @dancastillo made their first contribution in #492
- @hash0000 made their first contribution in #502
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- move linting to CI by @gurgunday in #466
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.2.1 by @dependabot in #471
- chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #475
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #477 - Remove the deprecated addToBody option and return files as buffers when attachFieldsToBody is set to keyValues by @gurgunday in #481
Full Changelog: v7.7.3...v8.0.0
v7.7.3
What's Changed
- chore(deps-dev): bump eslint-config-standard-with-typescript from 36.1.1 to 37.0.0 by @dependabot in #462
- Fix: throwFileSizeLimit value respects per-request override by @Hackerbee in #454
New Contributors
- @Hackerbee made their first contribution in #454
Full Changelog: v7.7.2...v7.7.3
v7.7.2
What's Changed
- Fix file stream consumption when buffer has not loaded yet by @andersonjoseph in #461
New Contributors
- @andersonjoseph made their first contribution in #461
Full Changelog: v7.7.1...v7.7.2
v7.7.1
What's Changed
- chore(deps-dev): bump eslint-config-standard-with-typescript from 34.0.1 to 36.0.0 by @dependabot in #451
- chore(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.1 by @dependabot in #459
- fix: Empty body handling when attachFieldsToBody is keyValues by @qqilihq in #450
New Contributors
Full Changelog: v7.7.0...v7.7.1
v7.7.0
What's Changed
- chore: better error message for FST_REQ_FILE_TOO_LARGE by @erfanium in #446
- Include
ajvFilePlugin
into source and follow OpenAPI convention. by @arthurfiorette in #443
New Contributors
Full Changelog: v7.6.1...v7.7.0