Releases: enter-at/python-aws-lambda-handlers
Releases · enter-at/python-aws-lambda-handlers
v3.0.8
3.0.8 (2020-11-05)
Bug Fixes
- HTTPHandler: do not parse body if value is None (bd4402b)
v3.0.7
3.0.7 (2020-11-04)
Bug Fixes
- CI: avoid installing pre-commit in CI pipelines (4c31d14)
- CI: install dev dependencies for the release step (a63f415)
v3.0.2
3.0.2 (2019-10-05)
Bug Fixes
- lambda_handler: gracefully handle None return values (1f63abe)
v3.0.1
3.0.1 (2019-10-05)
Bug Fixes
- lambda_handler: ensure decorator forwards handler self (e914f37)
v3.0.0
3.0.0 (2019-10-04)
chore
- marshmallow: update to version 3.x (99f935f)
BREAKING CHANGES
- marshmallow: Marshmallow version changed to 3.x
v2.0.1
2.0.1 (2019-08-02)
Bug Fixes
- validators: import http module (34387e2)
v2.0.0
2.0.0 (2019-08-01)
Bug Fixes
-
LambdaHandler: remove context option (29f71c3)
-
Merge pull request #58 from enter-at/fix/remove-context-update (d79deb8), closes #58
BREAKING CHANGES
- The context option has been removed
- LambdaHandler: The context option has been removed.
v1.1.1
1.1.1 (2019-07-30)
Bug Fixes
- release: fix build target in Makefile (81a4bab)
v1.0.5
1.0.5 (2019-07-05)
Bug Fixes
- docs: fix docs build setup to import lambda_handlers (56f6441)
v1.0.4
1.0.4 (2019-07-03)
Bug Fixes
- validators: remove marshmallow usage in type hint (99dada3)