File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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))
17
+ * fix(CI): removed appveyor.yml (#668 (https://github.com/aws/aws-encryption-sdk-python/pull/668))
18
+ * fix(CI): updated ci_test-vector-handler.yaml and ci_tests.yaml (#665 (https://github.com/aws/aws-encryption-sdk-python/pull/665))
19
+
20
+ Maintenance
21
+ -----------
22
+ * feat: remove Python3.7 support (#648 (https://github.com/aws/aws-encryption-sdk-python/pull/648))
23
+ * chore: Update copyright headers (#677 (https://github.com/aws/aws-encryption-sdk-python/pull/677))
24
+ * chore(CFN): Changes for MPL TestVectors (#653 (https://github.com/aws/aws-encryption-sdk-python/pull/653))
25
+
5
26
3.2.0 -- 2024-03-18
6
27
===================
7
28
Original file line number Diff line number Diff line change 17
17
# We only actually need these imports when running the mypy checks
18
18
pass
19
19
20
- __version__ = "3.2 .0"
20
+ __version__ = "3.3 .0"
21
21
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
22
22
23
23
You can’t perform that action at this time.
0 commit comments