Middy Versions Save

🛵 The stylish Node.js middleware engine for AWS Lambda 🛵

5.1.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/5.0.3...5.1.0

5.0.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/5.0.2...5.0.3

5.0.2

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/5.0.1...5.0.2

5.0.1

5 months ago

What's Changed

Full Changelog: https://github.com/middyjs/middy/compare/5.0.0...5.0.1

5.0.0

5 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: https://github.com/middyjs/middy/compare/4.7.0...5.0.0

4.7.0

5 months ago

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: https://github.com/middyjs/middy/compare/4.6.6...4.7.0

4.6.6

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/4.6.5...4.6.6

4.6.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/4.6.4...4.6.5

4.6.4

7 months ago

What's Changed

Full Changelog: https://github.com/middyjs/middy/compare/4.6.3...4.6.4

4.6.3

7 months ago

What's Changed

  • Fixed s3 headers[headerName].trim is not a function #1097 @carrickkv2

Full Changelog: https://github.com/middyjs/middy/compare/4.6.2...4.6.3