Skip to content

Releases: aws/aws-encryption-sdk-cli

4.2.0 -- 2024-09-09

09 Sep 21:45
d3e702e
Compare
Choose a tag to compare

Deprecation

The AWS Encryption SDK CLI no longer supports Python 3.7
as of major version 4.2.x; only Python 3.8+ is supported.

4.1.0 -- 2021-11-11

11 Nov 21:10
Compare
Choose a tag to compare

Deprecation

The AWS Encryption SDK CLI no longer supports Python 3.5
as of major version 4.1.x; only Python 3.6+ is supported. Customers using
Python 3.5 can still use the 3.x line of the AWS Encryption SDK CLI,
which will continue to receive security updates until 2022-07-13, in accordance
with our Support Policy.

Maintenance

  • Add Python 3.10 testing and support

4.0.0 -- 2021-07-13

13 Jul 19:26
582d103
Compare
Choose a tag to compare

Deprecation

The AWS Encryption SDK CLI no longer supports Python 2 or Python 3.4 as of major version 4.x; only Python 3.5+ is supported. Customers using Python 2 or Python 3.4 can still use the 3.x line of the AWS Encryption SDK CLI, which will continue to receive security updates for the next 12 months, in accordance with our Support Policy.

3.1.0 -- 2021-07-13

13 Jul 16:09
6bbda0d
Compare
Choose a tag to compare

Deprecation Announcement

The AWS Encryption SDK CLI 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 AWS Encryption SDK CLI 3.x line for the next 12 months, in accordance with our Support Policy.

3.0.0 -- 2021-06-16

16 Jun 20:21
b04688c
Compare
Choose a tag to compare

Features

2.2.0 -- 2021-05-27

27 May 21:10
38cde0c
Compare
Choose a tag to compare

Features

1.9.0 -- 2021-05-27

27 May 18:32
be80aa5
Compare
Choose a tag to compare

Features

2.1.0 -- 2020-10-27

27 Oct 23:35
Compare
Choose a tag to compare

Bugfixes

  • Fixes for enabling or disabling discovery mode in the CLI

Breaking Changes

  • --discovery parameter is removed. It is replaced by a ‘discovery’ attribute of --wrapping-keys parameter. Decrypt commands will fail if ‘discovery’ is used as a parameter. The ‘discovery’ attribute is valid only in decrypt commands where the provider is ‘aws-kms’. The command will fail if ‘discovery’ attribute is combined with any other provider.

See https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/crypto-cli.html for more information.

1.8.0 -- 2020-10-27

27 Oct 22:56
Compare
Choose a tag to compare

Bugfixes

  • Fixes for enabling or disabling discovery mode in the CLI

Breaking Changes

  • --discovery parameter is removed. It is replaced by a ‘discovery’ attribute of --wrapping-keys parameter. Decrypt commands will fail if ‘discovery’ is used as a parameter. The ‘discovery’ attribute is valid only in decrypt commands where the provider is ‘aws-kms’. The command will fail if ‘discovery’ attribute is combined with any other provider.

See https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/crypto-cli.html for more information.

2.0.0 -- 2020-09-24

25 Sep 02:13
Compare
Choose a tag to compare

Features

  • Updates to the AWS Encryption SDK.

See migration guide for more details: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html