Skip to content

5.0.0

Compare
Choose a tag to compare
@willfarrell willfarrell released this 15 Nov 19:55
· 145 commits to main since this release
3e7e1c9

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