Skip to content

Releases: fastify/fastify-multipart

v6.0.0

27 Apr 15:22
d0aa9cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.1...v6.0.0

v5.3.1

11 Feb 09:49
8f8e37b
Compare
Choose a tag to compare

Security Release

What's Changed

  • build: reduce dependabot update frequency by @Fdawgs in #323
  • build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 by @Fdawgs in #325

Full Changelog: v5.3.0...v5.3.1

v5.3.0

11 Feb 09:48
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in #306
  • Change MultipartFile#file type to BusboyFileStream by @ooflorent in #307
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.1 by @dependabot in #310
  • feat: added destroying of part.file if the node request ends with an error event by @mccare in #319
  • docs: move data.fields line in README by @frapan in #320

New Contributors

Full Changelog: v5.2.1...v5.3.0

5.2.1

08 Dec 13:03
Compare
Choose a tag to compare
  • Fix TS types (#305)

5.2.0

05 Dec 22:59
Compare
Choose a tag to compare

PR:

v5.1.0

01 Nov 16:10
Compare
Choose a tag to compare

📚 PR:

  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#284)
  • feat: Parse JSON fields when content-type is set. (#288)

v5.0.2

07 Oct 10:26
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #273
  • Updated README.md with relevant information about the sharedSchemaId by @radomird in #280
  • fix: request.headers for http2 cannot be deepmerged by @mccare in #275

New Contributors

Full Changelog: v5.0.1...v5.0.2

v5.0.1

27 Sep 10:53
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #271
  • fix: remove multipartIterator from types and docs by @vdvukhzhilov in #269

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

14 Sep 12:23
Compare
Choose a tag to compare

📚 PR:

  • Bumped v4.0.7
  • chore(deps-dev): bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#236)
  • chore(deps): bump fastify/github-action-merge-dependabot (#237)
  • chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 (#239)
  • chore(deps): bump fastify/github-action-merge-dependabot (#240)
  • Updated limits example in docs (#243)
  • chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 (#245)
  • Fix file stream type (#248)
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#249)
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#253)
  • chore(deps): bump fastify/github-action-merge-dependabot (#254)
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#257)
  • Updates fileSize limits example in README (#259)
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#260)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#261)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#262)
  • chore(deps): bump fastify/github-action-merge-dependabot (#264)
  • chore(deps-dev): bump eslint-config-standard-with-typescript (#267)
  • docs: add note about zero bytes file on attaching fields to body (#268)
  • feat breaking: throw file size limit on toBuffer calls (#265)

4.0.7

29 Jun 14:37
Compare
Choose a tag to compare
  • Fix file stream type (#248)
  • Updated limits example in docs (#243)
  • chore(deps): bump fastify/github-action-merge-dependabot (#240)
  • chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 (#245)
  • chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 (#239)
  • chore(deps-dev): bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#236)