3.0.3 (2020-11-03)

Bug Fixes

  • errors: add back EventValidationError as ValidationError (2eaa8fe)

3.0.2 (2019-10-05)

Bug Fixes

  • lambda_handler: gracefully handle None return values (1f63abe)

3.0.1 (2019-10-05)

Bug Fixes

  • lambda_handler: ensure decorator forwards handler self (e914f37)

3.0.0 (2019-10-04)

chore

  • marshmallow: update to version 3.x (99f935f)

BREAKING CHANGES

  • marshmallow: Marshmallow version changed to 3.x

2.0.1 (2019-08-02)

Bug Fixes

  • validators: import http module (34387e2)

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.

1.1.1 (2019-07-30)

Bug Fixes

  • release: fix build target in Makefile (81a4bab)

1.1.0 (2019-07-30)

Features

  • event_handler: add EventHandler for non-http handlers (7c3eca8)

1.0.5 (2019-07-05)

Bug Fixes

  • docs: fix docs build setup to import lambda_handlers (56f6441)

1.0.4 (2019-07-03)

Bug Fixes

  • validators: remove marshmallow usage in type hint (99dada3)

1.0.3 (2019-07-02)

Bug Fixes

  • setup.cfg: add missing packaging setting (6cb71dc)

1.0.2 (2019-07-02)

Bug Fixes

  • packaging: add missing pypi configuration (029524a)

1.0.1 (2019-07-02)

Bug Fixes

  • makefile: remove tag target (aefe5a6)

1.0.0 (2019-07-01)

Bug Fixes

  • handle import errors gracefully (eea9f6f)
  • formatters: add FormattingError exception (8a94c66)
  • MarshmallowValidator: handler empty error messages (0bf03b0)
  • version: set the version used for pre-release (3873a5f)

Features

  • validator: add request and response validation (0e0af4e)
  • validator: add request and response validation (0029a97)
  • validator: extract validator abstraction (bfc697e)