You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
Changelog
3
3
*********
4
4
5
+
3.3.0 -- 2024-05-20
6
+
===================
7
+
8
+
Deprecation
9
+
-----------
10
+
The AWS Encryption SDK for Python no longer supports Python 3.7
11
+
as of version 3.3; only Python 3.8+ is supported.
12
+
13
+
Fixes
14
+
-----------
15
+
* fix: Handle errors when decrypting multiple EDKs with raw RSA MKPs (#672 (https://github.com/aws/aws-encryption-sdk-python/pull/672))
16
+
* chore: Updated description of decrypt() usage in src/aws_encryption_sdk/__init__.py (#660 (https://github.com/aws/aws-encryption-sdk-python/pull/660))
0 commit comments