Skip to content

Commit 02b442f

Browse files
chore: Update CHANGELOG.rst for 1.7.0
1 parent ef90351 commit 02b442f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.rst

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ Changelog
55
1.7.0 -- 2020-09-24
66
===================
77

8-
TODO
8+
Features
9+
--------
10+
* Updates to the AWS Encryption SDK. bdbf00c
11+
12+
Deprecations
13+
^^^^^^^^^^^^
14+
* ``KMSMasterKeyProvider`` is deprecated. Customers should move to ``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 are
18+
deprecated. Customers should move to the identically named methods on the new ``EncryptionSDKClient``
19+
class.
20+
21+
See `Migration guide <https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/migration.html>`_
22+
for more details.
923

1024
1.4.1 -- 2019-09-20
1125
===================

0 commit comments

Comments
 (0)