Skip to content

Releases: middyjs/middy

5.2.3

11 Jan 00:19
5fa384c
Compare
Choose a tag to compare

What's Changed

  • Do not throw error if event is not http (http-cors) by @sharifhh in #1160
  • chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /website by @dependabot in #1159

New Contributors

Full Changelog: 5.2.2...5.2.3

5.2.2

09 Jan 22:27
dbfe56d
Compare
Choose a tag to compare

What's Changed

  • Add the rest of the parameters in the http-multipart-body-parser middleware by @lopepardo in #1158

New Contributors

Full Changelog: 5.2.1...5.2.2

5.2.1

30 Dec 20:48
4d55da2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.0...5.2.1

5.2.0

30 Dec 01:43
2d9096a
Compare
Choose a tag to compare

What's Changed

  • input-output-logger: add in support for stream responses by @willfarrell in #1153
  • Add in benchmarks (npm run test:packages:benchmark to see results) by @willfarrell
  • performance micro optimizations by @willfarrell

Full Changelog: 5.1.0...5.2.0

5.1.0

03 Dec 02:07
bbdaf58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.3...5.1.0

5.0.3

23 Nov 06:43
8766057
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

17 Nov 14:48
6d17e15
Compare
Choose a tag to compare

What's Changed

  • Validation error cause typo by @stepansib in #1138
    • Update similar typo in other files

New Contributors

Full Changelog: 5.0.1...5.0.2

5.0.1

16 Nov 15:38
b2d3276
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0

15 Nov 19:55
3e7e1c9
Compare
Choose a tag to compare

For full details and upgrade guide see https://middy.js.org/docs/upgrade/4-5

Notable changes

  • Middy no longer support Common JS modules.
  • Deprecate Node.js v16.x.
  • Add support for Node.js v20.x.
  • Update to use TypeScript v5 along with a refactor to most packages
  • Update all errors to be consistent new Error('message', { cause: { package:'@middy/***', data:*** } })
  • If using multiple http-*-body-parsers on the same endpoint you'll need to set { disableContentTypeError: true }

What's Changed

New Contributors

Big tanks to everyone who made this release possible!

Full Changelog: 4.7.0...5.0.0

4.7.0

11 Nov 22:05
f085b85
Compare
Choose a tag to compare

What's Changed

  • Add ability to set default headers in http-header-normalizer / http-json-body-parser - json as default content type聽#1120 @qoomon

Full Changelog: 4.6.6...4.7.0