Skip to content

Releases: fastify/fastify-multipart

v3.3.1

28 Nov 10:53
Compare
Choose a tag to compare

📚 PR:

  • Bump standard from 14.3.4 to 15.0.0
  • Bump eslint-config-standard from 14.1.1 to 15.0.0
  • Bump snazzy from 8.0.0 to 9.0.0
  • Bump eslint-config-standard from 15.0.1 to 16.0.0
  • Bump standard from 15.0.1 to 16.0.1
  • fix: correctly process large files
  • Merge pull request #189 from fastify/fix/185
  • chore: dependabot auto merge (#181)
  • fix: dependabot automerge (#183)
  • fix: lint errors (#184)
  • chore: use automerge action (#186)
  • Update ci.yml (#187)

v3.3.0

21 Oct 10:45
Compare
Choose a tag to compare

📚 PR:

  • Removed logging
  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Add correct type for non-file value (#165)
  • add install instruction for ts types (#169)
  • feat: add stale (#170)
  • only add requestFile to tmpUploads if it is not rejected by busboy (#171)

v3.2.1

15 Oct 08:52
Compare
Choose a tag to compare

📚 PR:

  • Bump eslint-config-standard-with-typescript from 18.0.2 to 19.0.1
  • Reset tmpUploads at every request (#159)
  • refactored multipart attach body test (#164)
  • rethrow busboy error when storing files on disk, add tests (#161)
  • fix issue that in multipart handler might miss fields (#163)

v3.2.0

03 Sep 18:18
Compare
Choose a tag to compare

📚 PR:

  • Bump @typescript-eslint/parser from 3.10.1 to 4.0.0
  • add check if req is multipart on preValidation hook when attachFieldsToBody is true (#151)
  • fixed typo (#153)
  • Update index.d.ts (#154)

v3.1.0

28 Aug 15:48
Compare
Choose a tag to compare

📚 PR:

  • fix docs examples (#145)
  • Update README.md (#149)
  • Rename multipartIterator to parts (#147)

v3.0.0

26 Aug 10:26
Compare
Choose a tag to compare
  • feat - new promise based api (#140)
  • Bump typescript from 3.9.7 to 4.0.2

v2.0.3

07 Jul 17:18
Compare
Choose a tag to compare

📚 PR:

  • bumped [email protected]
  • Bump eslint from 6.8.0 to 7.3.0 (#130)
  • Bump eslint-config-standard-with-typescript from 16.0.0 to 18.0.2 (#126)
  • Bump tsd from 0.11.0 to 0.12.0 (#133)
  • Bump tsd from 0.12.1 to 0.13.1 (#135)

v2.0.2

13 Jun 13:59
Compare
Choose a tag to compare

📚 PR:

  • updated badges
  • Added .taprc
  • Bumped v2.0.1
  • Updated [email protected], fixed flaky test
  • Bump @types/node from 13.13.6 to 14.0.1 (#122)
  • Bump @typescript-eslint/parser from 2.34.0 to 3.0.1 (#125)
  • Update to fastify v3 rc.3, fix content type parser format. (#127)

v2.0.1

03 Jun 09:31
Compare
Choose a tag to compare
  • Update to fastify v3 rc.3, fix content type parser format. (#127)

v2.0.0

11 May 17:53
Compare
Choose a tag to compare

📚 PR:

  • Upgrade to Fastify v3 (#119)