3.0.8 (2020-11-05)
- HTTPHandler: do not parse body if value is None (bd4402b)
3.0.7 (2020-11-04)
- CI: avoid installing pre-commit in CI pipelines (4c31d14)
- CI: install dev dependencies for the release step (a63f415)
3.0.6 (2020-11-04)
- CI: fix typo in release step (8ffefc9)
3.0.5 (2020-11-04)
- ci: add PYPI_PASS & PYPI_USER (63b3891)
3.0.4 (2020-11-04)
- workflow: restore semantic release action (6548dc8)
- debug pipeline (ba2dffd)
- debug pipeline (d10c8bb)
- docs: trigger semantic release (940b1c8)
- workflow/release: update bot token (d6d5f8d)
3.0.3 (2020-11-03)
- errors: add back EventValidationError as ValidationError (2eaa8fe)
3.0.2 (2019-10-05)
- lambda_handler: gracefully handle None return values (1f63abe)
3.0.1 (2019-10-05)
- lambda_handler: ensure decorator forwards handler self (e914f37)
3.0.0 (2019-10-04)
- marshmallow: update to version 3.x (99f935f)
- marshmallow: Marshmallow version changed to 3.x
2.0.1 (2019-08-02)
- validators: import http module (34387e2)
2.0.0 (2019-08-01)
-
LambdaHandler: remove context option (29f71c3)
-
Merge pull request #58 from enter-at/fix/remove-context-update (d79deb8), closes #58
- The context option has been removed
- LambdaHandler: The context option has been removed.
1.1.1 (2019-07-30)
- release: fix build target in Makefile (81a4bab)
1.1.0 (2019-07-30)
- event_handler: add EventHandler for non-http handlers (7c3eca8)
1.0.5 (2019-07-05)
- docs: fix docs build setup to import lambda_handlers (56f6441)
1.0.4 (2019-07-03)
- validators: remove marshmallow usage in type hint (99dada3)
1.0.3 (2019-07-02)
- setup.cfg: add missing packaging setting (6cb71dc)
1.0.2 (2019-07-02)
- packaging: add missing pypi configuration (029524a)
1.0.1 (2019-07-02)
- makefile: remove tag target (aefe5a6)