Skip to content

Releases: fastify/fastify-multipart

v4.0.6

19 May 07:59

Choose a tag to compare

📚 PR:

  • Bump @types/node from 14.14.42 to 15.0.0 (#228)
  • Bump tsd from 0.14.0 to 0.15.0 (#229)
  • Bump actions/checkout from 2 to 2.3.4 (#231)
  • docs: consume req.body in the form of key-value pairs (#233)
  • ci: add Node 16 (#235)
  • Remove unnecessary await keywords from documentations, tests and examples (#234)

v4.0.5

21 Apr 10:25

Choose a tag to compare

📚 PR:

  • fix: typings onFile (#223)
  • docs: update README.md (#224)

v4.0.4

20 Apr 01:20

Choose a tag to compare

📚 PR:

  • chore: ci updates and style change (#217)
  • ci: remove redundant conditional (#220)
  • chore tap 15 (#218)
  • fix: incorrect error types (#222)

v4.0.3

15 Mar 10:58

Choose a tag to compare

📚 PR:

  • disable logging
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#214)
  • Test calling finished if one of the streams closes prematurely (#213)

v4.0.2

12 Mar 11:14

Choose a tag to compare

📚 PR:

  • Make test not flaky (#211)
  • fix(types): saveRequestFiles option types (#212)

v4.0.1

11 Mar 14:40

Choose a tag to compare

📚 PR:

  • Bump form-data from 3.0.1 to 4.0.0
  • Merge pull request #199 from fastify/dependabot/npm_and_yarn/form-data-4.0.0
  • chore(gitignore): use latest github ignore template (#203)
  • chore: include os name in build name (#205)
  • ci(dependabot): update github actions (#206)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#209)
  • Bump actions/setup-node from v1 to v2.1.5 (#208)
  • feat: req.file throws filesize error (#207)
  • Feature/increase test coverage (#204)
  • Fix test failures (#210)

v4.0.0

05 Feb 12:29

Choose a tag to compare

  • fix: file size limit (#198)

v3.3.1

28 Nov 10:53

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

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

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)