Skip to content

Commit

Permalink
chore: Update CHANGELOG.rst for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farleyb-amazon committed Sep 25, 2020
1 parent 73cce71 commit f03b50b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog
*********

2.0.0 -- 2020-09-24
===================

Features
--------
* Updates to the AWS Encryption SDK. 1cceceb

Breaking Changes
^^^^^^^^^^^^^^^^
* ``KMSMasterKeyProvider`` is removed. Customers must use ``StrictAwsKmsMasterKeyProvider``
with explicit key ids, or ``DiscoveryAwsKmsMasterKeyProvider`` to allow decryption of any
ciphertext to which the application has access.
* The ``encrypt``, ``decrypt``, and ``stream`` methods in the ``aws_encryption_sdk`` module
are removed, replaced by identically named methods on the new ``EncryptionSDKClient`` class.
* Key committing algorithm suites are now default.

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

1.7.0 -- 2020-09-24
===================

Expand Down

0 comments on commit f03b50b

Please sign in to comment.