From 02b442f1a5f073d73cc2659c5ace9cf1b597e2fe Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Wed, 23 Sep 2020 13:08:21 -0600 Subject: [PATCH] chore: Update CHANGELOG.rst for 1.7.0 --- CHANGELOG.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 49cbd8486..35aee9f32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,21 @@ Changelog 1.7.0 -- 2020-09-24 =================== -TODO +Features +-------- +* Updates to the AWS Encryption SDK. bdbf00c + +Deprecations +^^^^^^^^^^^^ +* ``KMSMasterKeyProvider`` is deprecated. Customers should move to ``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 + deprecated. Customers should move to the identically named methods on the new ``EncryptionSDKClient`` + class. + +See `Migration guide `_ +for more details. 1.4.1 -- 2019-09-20 ===================