Releases: enter-at/node-aws-lambda-handlers
Releases · enter-at/node-aws-lambda-handlers
v4.0.0
4.0.0 (2022-12-19)
Features
BREAKING CHANGES
-
- node version >= 18 required
- APIGatewayProxyHandler body mandatory response field
v3.2.1
3.2.1 (2021-11-01)
Bug Fixes
- LambdaHandlerError: allow details to be passed as string array (16f1076)
v3.2.0
3.2.0 (2021-10-21)
Features
- errors: add support for http 409 conflict (e80d2cf)
v3.1.0
3.1.0 (2021-02-01)
Features
- config: make logger a config property (e5212c5)
- logger: log internal server errors (333d723)
v3.0.1
3.0.1 (2020-11-24)
Bug Fixes
- build: update release workflow (0c6e1d2)
v2.1.0
2.1.0 (2020-11-12)
Bug Fixes
Features
- errors: add unprocessable entity error handling (2b97792)
v2.0.2
2.0.2 (2020-07-24)
Bug Fixes
- BaseHandler: ensure function scope (34b2dac)
v2.0.1
2.0.1 (2020-07-24)
Bug Fixes
- ApiGatewayProxyHandler: use implicit type for decorator (9ada1b1)
v2.0.0
2.0.0 (2020-07-23)
Features
- errors: expose UnauthorizedError (51fc5cc)
BREAKING CHANGES
- errors: rename of all interfaces remove leading "I"
v1.2.0
1.2.0 (2020-07-14)
Bug Fixes
- APIGatewayProxyHandler: fix linter issues (e581bdb)
Features
- tests: add tests for error responses (e506a2f)