File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 22Changelog
33*********
44
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+
5263.2.0 -- 2024-03-18
627===================
728
Original file line number Diff line number Diff line change 1717 # We only actually need these imports when running the mypy checks
1818 pass
1919
20- __version__ = "3.2 .0"
20+ __version__ = "3.3 .0"
2121USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
2222
2323
You can’t perform that action at this time.
0 commit comments