Post 2.0.0 fixes by farleyb-amazon · Pull Request #303 · aws/aws-encryption-sdk-python (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation0 Commits5 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Description of changes:
- Add
commitment_policy
where it was missing from a docstring - Update test vectors to use new 2.0 symbols. Note that longer term we'll need to figure out a better story around testing multiple versions of code and multiple versions of ciphertext formats. For now, I've just used the newest symbols and updated the environments to only use ESDK versions 1.7.1 and 2.0.0.
- Update decrypt_oracle to use new 2.0 symbols.
- Update commit hashes in CHANGELOG
- Small updates to tox release environments
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Update decrypt_oracle and test_vector_handlers to use new constructs
- Update changelog with correct commit hashes
robin-aws pushed a commit to robin-aws/aws-encryption-sdk-python that referenced this pull request
Various fixes/cleanup after release of 2.0
- Update decrypt_oracle and test_vector_handlers to use new constructs
- Update changelog with correct commit hashes
- Update _ClientConfig docstring to include commitment_policy
- Fix oracle CI
- Update the release tox environments to reduce risk of releasing to the wrong repo
robin-aws pushed a commit that referenced this pull request
Various fixes/cleanup after release of 2.0
- Update decrypt_oracle and test_vector_handlers to use new constructs
- Update changelog with correct commit hashes
- Update _ClientConfig docstring to include commitment_policy
- Fix oracle CI
- Update the release tox environments to reduce risk of releasing to the wrong repo
2 participants