Skip to content

Commit f03b50b

Browse files
chore: Update CHANGELOG.rst for 2.0.0
1 parent 73cce71 commit f03b50b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
*********
44

5+
2.0.0 -- 2020-09-24
6+
===================
7+
8+
Features
9+
--------
10+
* Updates to the AWS Encryption SDK. 1cceceb
11+
12+
Breaking Changes
13+
^^^^^^^^^^^^^^^^
14+
* ``KMSMasterKeyProvider`` is removed. Customers must use ``StrictAwsKmsMasterKeyProvider``
15+
with explicit key ids, or ``DiscoveryAwsKmsMasterKeyProvider`` to allow decryption of any
16+
ciphertext to which the application has access.
17+
* The ``encrypt``, ``decrypt``, and ``stream`` methods in the ``aws_encryption_sdk`` module
18+
are removed, replaced by identically named methods on the new ``EncryptionSDKClient`` class.
19+
* Key committing algorithm suites are now default.
20+
21+
See `Migration guide <https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html>`_
22+
for more details.
23+
524
1.7.0 -- 2020-09-24
625
===================
726

0 commit comments

Comments
 (0)