File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 22Changelog
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+
5241.7.0 -- 2020-09-24
625===================
726
You can’t perform that action at this time.
0 commit comments