Skip to content

Releases: fastify/fastify-multipart

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)

v4.0.6

19 May 07:59
Compare
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
Compare
Choose a tag to compare

πŸ“š PR:

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

v4.0.4

20 Apr 01:20
Compare
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
Compare
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)