Skip to content

Releases: middyjs/middy

4.5.2

15 Jun 14:43
ab0fe0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.1...4.5.2

4.5.1

06 Jun 16:53
f6b1c99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.0...4.5.1

4.5.0

31 May 04:16
200d1cd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.3...4.5.0

4.4.3

21 May 20:40
089df92
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 4.4.2...4.4.3

4.4.2

15 May 14:33
8984cc3
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 4.4.1...4.4.2

4.4.1

09 May 15:09
f4ff6df
Compare
Choose a tag to compare

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 #1051

Full Changelog: 4.4.0...4.4.1

4.4.0

28 Apr 14:47
5b57448
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.1...4.4.0

4.3.1

17 Apr 21:37
e7576b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.3.1

4.3.0

10 Apr 18:34
6ed88ad
Compare
Choose a tag to compare

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: 4.2.8...4.3.0

4.2.8

25 Mar 21:14
9e7eec0
Compare
Choose a tag to compare

What's Changed

  • docs: validator event body example by @erolabzait in #1032
  • ci: Middy http-router not working in ES5 via dep update #1033

New Contributors

Full Changelog: 4.2.7...4.2.8