File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ Changelog
551.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
10241.4.1 -- 2019-09-20
1125===================
You can’t perform that action at this time.
0 commit comments