Releases: middyjs/middy
Releases · middyjs/middy
4.5.2
What's Changed
- fix: updated dynamo unmarshall object reducer to mutate instead of spread by @ykageyama-mondo in #1065
New Contributors
- @ykageyama-mondo made their first contribution in #1065
Full Changelog: 4.5.1...4.5.2
4.5.1
What's Changed
- fix(types): declare HttpError as class by @aztalbot in #1060
- docs: Update docusaurus-lunr-search version by @harish-lifex in #1059
New Contributors
Full Changelog: 4.5.0...4.5.1
4.5.0
What's Changed
- Add in support for VPC Lattice events. See documentation (https://middy.js.org/docs/events/vpc-lattice/) @willfarrell
- Update 07-with-typescript.md by @furysheep in #1056
New Contributors
- @furysheep made their first contribution in #1056
Full Changelog: 4.4.3...4.5.0
4.4.3
What's Changed
- Add in missing
onError
tocloudwatch-metrics
to ensureflush
- remove unused
returns
fromonError
in multiple middlewares
Full Changelog: 4.4.2...4.4.3
4.4.2
What's Changed
Full Changelog: 4.4.1...4.4.2
4.4.1
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
What's Changed
- Extend streamifyResponse support to include InvokeWithResponseStream Events. See https://middy.js.org/docs/intro/streamify-response for updated usage guide.
- Docs: incorrect middleware flow image @jtoronto
Full Changelog: 4.3.1...4.4.0
4.3.1
What's Changed
- docs: Fix incorrect import statement and fix typo by @smilin-desperado in #1041
- feat: update http-router Method to inline allowed values by @chouandy in #1043
New Contributors
- @smilin-desperado made their first contribution in #1041
- @chouandy made their first contribution in #1043
Full Changelog: 4.3.0...4.3.1
4.3.0
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
- Support streamifyResponse by @willfarrell in #1039
Full Changelog: 4.2.8...4.3.0
4.2.8
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
- @erolabzait made their first contribution in #1032
Full Changelog: 4.2.7...4.2.8