File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ Changelog
5
5
1.7.0 -- 2020-09-24
6
6
===================
7
7
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.
9
23
10
24
1.4.1 -- 2019-09-20
11
25
===================
You can’t perform that action at this time.
0 commit comments