Releases: middyjs/middy
Releases · middyjs/middy
4.2.1
- Fix types to be optional @robin-glimp #992 (comment)
Full Changelog: 4.2.0...4.2.1
4.2.0
What's Changed
- enablePreflightReply feature added by @logemann in #979
- Feature/disable before preflight response by @willfarrell in #992
- CommonJS undefined "default" in cloudwatch-metrics middleware by @willfarrell in #993
New Contributors
Full Changelog: 4.1.0...4.2.0
4.1.0
Big update: New middlewares to pull configurations into your Lambda handler from AppSync, S3, and DynamoDB
What's Changed
- Abort the handler timeout when the handler succeeds or fail by @leon19 in #985
- Add
disableContentTypeError
to body parse middlewares by @willfarrell in #982 - New Middleware:
dynamodb
- pull configs from DynamoDB by @willfarrell in #963 - New Middleware:
s3
- pull configs from S3 by @willfarrell in #961 - New Middleware:
appconfig
- pull configs from AppConfig by @willfarrell in #962 - feat(packages/appconfig): add type definitions by @naorpeled in #967
- feat(packages/s3): add type definitions by @naorpeled in #966
- feat(packages/dynamodb): add type definitions by @naorpeled in #965
New Contributors
Full Changelog: 4.0.10...4.1.0
4.0.10
What's Changed
- fix:
content-type skips response serialization
for real by @randytarampi in #980 - fix(http-router): resolve missing enum by @naorpeled in #981
Full Changelog: 4.0.9...4.0.10
4.0.9
What's Changed
- feat(http-router): Update Typescript Types by @dsmyda in #970
- merge existing event.pathParameters with the ones inferred from the dynamic route by @tulsidas in #971
- fix(http-json-body-parser): delete rawBody from Event type by @shyouhei in #974
New Contributors
Full Changelog: 4.0.8...4.0.9
4.0.8
What's Changed
- Feature: http-router - Expose Method as a string-enum. by @carlnordenfelt in #960
- make event.pathParameter a full object by @tulsidas in #968
New Contributors
Full Changelog: 4.0.7...4.0.8
4.0.7
- Update deps to include cjs
- Dep updates
Full Changelog: 4.0.6...4.0.7
4.0.6
- Re-try publishing to resolve npm 503 Service Unavailable
Full Changelog: 4.0.5...4.0.6
4.0.5
- Fix require() of ES Module transpile.cjs not supported @miladezzat #953
Full Changelog: 4.0.4...4.0.5
4.0.4
What's Changed
- Add transpile.d.ts to npm package by @dave-irvine in #958
New Contributors
- @dave-irvine made their first contribution in #958
Full Changelog: 4.0.3...4.0.4