Skip to content

Releases: middyjs/middy

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

4.6.6

08 Nov 02:41
9784bfe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.5...4.6.6

4.6.5

08 Oct 17:04
573d7b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.4...4.6.5

4.6.4

17 Sep 18:08
706ec39
Compare
Choose a tag to compare

What's Changed

  • fix(core): allow sync handlers by @cjbt in #1102

Full Changelog: 4.6.3...4.6.4

4.6.3

17 Sep 16:29
4873f6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.2...4.6.3

4.6.2

12 Sep 16:03
8b03a01
Compare
Choose a tag to compare

What's Changed

  • http-*-pody-parser now throws proper error when no headers are passed in.

Full Changelog: 4.6.1...4.6.2

4.6.1

01 Sep 02:51
253ed0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.6.0...4.6.1

4.6.0

10 Aug 12:13
34e5252
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.5...4.6.0