github middyjs/middy 5.0.0

latest releases: 6.4.5, 6.4.4, 6.4.3...
22 months ago

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

Don't miss a new middy release

NewReleases is sending notifications on new releases.