Releases: fastify/fastify-multipart
Releases · fastify/fastify-multipart
v7.6.1
What's Changed
- ci: only trigger on pushes to main branches by @Fdawgs in #434
- fix: validation example by @lord007tn in #433
- chore(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #438
- replace hexoid with equivalent functionality by @Uzlopak in #441
- Avoid piping the same file multiple times in case
saveRequestFile
is called twice. by @arthurfiorette in #444
New Contributors
- @lord007tn made their first contribution in #433
Full Changelog: v7.6.0...v7.6.1
v7.6.0
What's Changed
- chore: fix typo on code example by @FabyoSK in #425
- Fix type in README.md by @likev in #424
- chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #426
- Bind original request to
onFile
functionthis
by @digitalmio in #431
New Contributors
- @FabyoSK made their first contribution in #425
- @likev made their first contribution in #424
- @digitalmio made their first contribution in #431
Full Changelog: v7.5.0...v7.6.0
v7.5.0
What's Changed
- chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #423
- feat: part.type for easy type narrowing by @nadhifikbarw in #422
New Contributors
- @nadhifikbarw made their first contribution in #422
Full Changelog: v7.4.2...v7.5.0
v7.4.2
What's Changed
- Fix flaky test on windows by @mcollina in #415
- chore(.gitignore): add bun lockfile by @Fdawgs in #419
- chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #421
- fix: empty bodies does not crash anymore by @arthurfiorette in #420
New Contributors
- @arthurfiorette made their first contribution in #420
Full Changelog: v7.4.1...v7.4.2
v7.4.1
⚠️ Security Release ⚠️
This releases fixes vulnerability CVE-2023-25576
.
A denial of service attack due to no checks on the number of parts in a multipart payload.
What's Changed
- chore(deps-dev): bump eslint-config-standard-with-typescript from 26.0.0 to 27.0.1 by @dependabot in #410
- doc: remove unnecessary require module by @RafaelGSS in #411
- chore(deps-dev): bump eslint-config-standard-with-typescript from 27.0.1 to 31.0.0 by @dependabot in #412
- chore(deps-dev): bump eslint-config-standard-with-typescript from 31.0.0 to 33.0.0 by @dependabot in #413
- chore(deps-dev): bump eslint-config-standard-with-typescript from 33.0.0 to 34.0.0 by @dependabot in #414
New Contributors
- @RafaelGSS made their first contribution in #411
Full Changelog: v7.4.0...v7.4.1
v6.0.1
⚠️ Security Release ⚠️
This releases fixes vulnerability CVE-2023-25576
.
A denial of service attack due to no checks on the number of parts in a multipart payload.
Full Changelog: v6.0.0...v6.0.1
v7.4.0
What's Changed
- chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #398
- chore(deps-dev): bump eslint-config-standard-with-typescript from 23.0.0 to 24.0.0 by @dependabot in #400
- dont overwrite throwFileSizeLimit by @Uzlopak in #403
- use multipart/form-data as content-type by @Uzlopak in #402
- remove intermediate variable by @Uzlopak in #404
- move createError-calls out of function by @Uzlopak in #405
- chore(.gitignore): add clinic by @Fdawgs in #407
- chore(deps-dev): bump eslint-config-standard-with-typescript from 24.0.0 to 26.0.0 by @dependabot in #408
- Support for saveRequestFiles with attachFieldsToBody set true by @Ceres6 in #409
New Contributors
Full Changelog: v7.3.0...v7.4.0
v7.3.0
What's Changed
- chore(deps-dev): bump eslint-config-standard-with-typescript from 22.0.0 to 23.0.0 by @dependabot in #392
- chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #393
- fix(types): make definitions nodenext compatible by @cesarvspr in #396
New Contributors
- @cesarvspr made their first contribution in #396
Full Changelog: v7.2.0...v7.3.0