Skip to content

Commit e55db0a

Browse files
chore(release): update changelog and identifiers.py (#684)
1 parent 2dbd62b commit e55db0a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Changelog
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+
526
3.2.0 -- 2024-03-18
627
===================
728

src/aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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"
2121
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2222

2323

0 commit comments

Comments
 (0)