Skip to content

remove lambda context for validators #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2019
Merged

Conversation

sleistner
Copy link
Contributor

This PR introduces a breaking change!

The LambdaContext paramater for Validator#validate_event calls have bben removed
in order to avoid any tampering with the context object.

The LambdaContext paramater for Validator#validate_event calls have bben removed
in order to avoid any tampering with the context object.

BREAKING CHANGE: The context option has been removed.
@sleistner sleistner force-pushed the fix/remove-context-update branch from f8f727d to 29f71c3 Compare August 1, 2019 14:14
@sleistner sleistner changed the title BREAKING CHANGE: The context option has been removed. BREAKING CHANGE: The context option has been removed Aug 1, 2019
@sleistner sleistner changed the title BREAKING CHANGE: The context option has been removed Remove lambda context for validators Aug 1, 2019
@sleistner sleistner changed the title Remove lambda context for validators remove lambda context for validators Aug 1, 2019
@sleistner sleistner merged commit d79deb8 into master Aug 1, 2019
@sleistner sleistner deleted the fix/remove-context-update branch August 1, 2019 14:24
alexsavio pushed a commit that referenced this pull request Aug 1, 2019
# [2.0.0](v1.1.1...v2.0.0) (2019-08-01)

### Bug Fixes

* **LambdaHandler:** remove context option ([29f71c3](29f71c3))

* Merge pull request #58 from enter-at/fix/remove-context-update ([d79deb8](d79deb8)), closes [#58](#58)

### BREAKING CHANGES

* The context option has been removed
* **LambdaHandler:** The context option has been removed.
@alexsavio
Copy link
Member

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants