Skip to content

Latest commit

 

History

History
161 lines (75 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

161 lines (75 loc) · 6.4 KB

3.0.8 (2020-11-05)

Bug Fixes

  • HTTPHandler: do not parse body if value is None (bd4402b)

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)

3.0.6 (2020-11-04)

Bug Fixes

  • CI: fix typo in release step (8ffefc9)

3.0.5 (2020-11-04)

Bug Fixes

  • ci: add PYPI_PASS & PYPI_USER (63b3891)

3.0.4 (2020-11-04)

Bug Fixes

  • 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)

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)