Releases: aws/aws-encryption-sdk-python
1.10.1 -- 2022-08-30
Deprecation Announcement
The AWS Encryption SDK for Python Major Version 1 is End of Support.
It will no longer receive security updates or bug fixes.
Consider updating to the latest version of the AWS Encryption SDK for Python.
Maintenance
- Emit Deprecation Warning on library initialization
2.5.0 -- 2022-06-21
Maintenance
- Pin
cryptographyto last version that supports Python2
1.10.0 -- 2022-06-21
Maintenance
- Pin
cryptographyto last version that supports Python2
3.1.1 -- 2022-06-21
Maintenance
- Replace deprecated cryptography verify_interface with isinstance #467
3.1.0 -- 2021-11-10
Deprecation
The AWS Encryption SDK for Python no longer supports Python 3.5
as of version 3.1; only Python 3.6+ is supported. Customers using
Python 3.5 can still use the 2.x line of the AWS Encryption SDK for Python,
which will continue to receive security updates, in accordance
with our Support Policy.
Feature
- Warn on Deprecated Python usage
#368 - Add Python 3.10 to CI
- Remove Python 3.5 from testing
3.0.0 -- 2021-07-01
Deprecation
The AWS Encryption SDK for Python no longer supports Python 2 or Python 3.4
as of major version 3.x; only Python 3.5+ is supported. Customers using Python 2
or Python 3.4 can still use the 2.x line of the AWS Encryption SDK for Python,
which will continue to receive security updates for the next 12 months, in accordance
with our Support Policy.
Maintenance
- Move away from deprecated cryptography
int_from_bytes#355.
2.4.0 -- 2021-07-01
Deprecation Announcement
The AWS Encryption SDK for Python is discontinuing support for Python 2. Future major versions of this library will drop support for Python 2 and begin to adopt changes that are known to break Python 2.
Support for Python 3.4 will be removed at the same time. Moving forward, we will support Python 3.5+.
Security updates will still be available for the Encryption SDK 2.x line for the next 12 months, in accordance with our Support Policy.
2.3.0 -- 2021-06-16
Features
-
AWS KMS multi-Region Key support (#350)
Added new the master key MRKAwareKMSMasterKey
and the new master key providers MRKAwareStrictAwsKmsMasterKeyProvider
and MRKAwareDiscoveryAwsKmsMasterKeyProvider
that support AWS KMS multi-Region Keys.See https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-overview.html
for more details about AWS KMS multi-Region Keys.
See https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/configure.html#config-mrks
for more details about how the AWS Encryption SDK interoperates
with AWS KMS multi-Region keys.
2.2.0 -- 2021-05-27
Features
- Improvements to the message decryption process (#343)
See GHSA-x5h4-9gqw-942j
1.9.0 -- 2021-05-27
Features
- Improvements to the message decryption process (#342)
See GHSA-x5h4-9gqw-942j