Skip to content

Releases: fastify/fastify-multipart

v7.5.0

13 Mar 15:21
1538019
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.2...v7.5.0

v7.4.2

06 Mar 16:53
6a1c666
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.1...v7.4.2

v7.4.1

14 Feb 10:18
1749638
Compare
Choose a tag to compare

⚠️ 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

Full Changelog: v7.4.0...v7.4.1

v6.0.1

14 Feb 14:41
9bf7699
Compare
Choose a tag to compare

⚠️ 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

13 Jan 14:55
ce61100
Compare
Choose a tag to compare

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

26 Oct 10:31
49f3a62
Compare
Choose a tag to compare

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

Full Changelog: v7.2.0...v7.3.0

v7.2.0

16 Sep 09:51
60886de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.2...v7.2.0

v7.1.2

05 Sep 06:38
Compare
Choose a tag to compare

📚 PR:

  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 (#384)
  • remove typescript dependency (#387)
  • fix: upload with same field name (#388)
  • fix: manage big file uploads (#389)

v7.1.1

26 Aug 12:56
f20a947
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): use updated skeleton template by @Fdawgs in #357
  • chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #358
  • chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #361
  • replace deepmerge with @fastify/deepmerge by @Uzlopak in #363
  • chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #365
  • chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #371
  • chore(deps-dev): bump eslint from 7.32.0 to 8.20.0 by @dependabot in #372
  • chore(deps-dev): replace eslint-plugin-node with eslint-plugin-n by @Fdawgs in #374
  • ci: enable license checking by @Fdawgs in #375
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #376
  • chore: replace use of deprecated variadic listen() by @Fdawgs in #377

Full Changelog: v7.1.0...v7.1.1

v7.1.0

10 Jun 16:17
Compare
Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #345
  • chore(deps): bump @fastify/error from 2.0.0 to 3.0.0 by @dependabot in #347
  • chore: fix typo octect -> octet by @is2ei in #350
  • Option to attach to body as key-value pairs by @zone117x in #348
  • add concat-stream to devDependencies by @Uzlopak in #353
  • add .npmrc with package-lock=false to disable package-lock.json generation by @Uzlopak in #352
  • chore: fix typo Mulipart -> Multipart by @is2ei in #355
  • docs: fix a link to Hooks.md by @is2ei in #356

New Contributors

Full Changelog: v7.0.0...v7.1.0