Middy Versions Save

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

4.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/4.4.3...4.5.0

4.4.3

1 year ago

What's Changed

  • Add in missing onError to cloudwatch-metrics to ensure flush
  • remove unused returns from onError in multiple middlewares

Full Changelog: https://github.com/middyjs/middy/compare/4.4.2...4.4.3

4.4.2

1 year ago

What's Changed

  • Fix: eventNormalizer doesn't export a function under CommonJS @kitsunde #1052

Full Changelog: https://github.com/middyjs/middy/compare/4.4.1...4.4.2

4.4.1

1 year ago

What's Changed

  • Add in npm provenance with sigstore @willfarrell
  • Fix edge case: When using @middy/warmup with a middleware that had disablePrefetch:false (default) and cacheExpiry > 0 set and the first invocation was after cacheExpiry would cause an expired value to be used instead of fetching a new value. by @willfarrell in https://github.com/middyjs/middy/pull/1051

Full Changelog: https://github.com/middyjs/middy/compare/4.4.0...4.4.1

4.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/middyjs/middy/compare/4.3.1...4.4.0

4.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/4.3.0...4.3.1

4.3.0

1 year ago

A long awaited feature is finally here! You can now have your response body be a ReadableStream when used with Function URLs. Just update your Lambda config (and APIG if needed) and pass streamifyResponse: true into middy and you're ready to go!

See new documentation: https://middy.js.org/docs/intro/streamify-response

What's Changed

Full Changelog: https://github.com/middyjs/middy/compare/4.2.8...4.3.0

4.2.8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/4.2.7...4.2.8

4.2.7

1 year ago
  • fix: When cacheExpire is positive, refresh was only triggering once.

Full Changelog: https://github.com/middyjs/middy/compare/4.2.6...4.2.7

4.2.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/middyjs/middy/compare/4.2.5...4.2.6