Skip to content

Commit 016b97a

Browse files
chore: Update changelog and readme for 2.4.0 (#353)
1 parent ce1bc97 commit 016b97a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
33
*********
44

5+
2.4.0 -- 2021-07-01
6+
===================
7+
8+
Deprecation Announcement
9+
------------------------
10+
The AWS Encryption SDK for Python is discontinuing support for Python 2. Future major versions of this library
11+
will drop support for Python 2 and begin to adopt changes that are known to break Python 2.
12+
13+
Support for Python 3.4 will be removed at the same time. Moving forward, we will support Python 3.5+.
14+
15+
Security updates will still be available for the Encryption SDK 2.x line for the next 12 months, in accordance with our `Support Policy <https://github.com/aws/aws-encryption-sdk-python/blob/master/SUPPORT_POLICY.rst>`__.
16+
17+
518
2.3.0 -- 2021-06-16
619
===================
720

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Required Prerequisites
3535
======================
3636

3737
* Python 2.7+ or 3.4+
38+
39+
**NOTE: 2.x is the last major version of this library that will
40+
support Python 2. Future major versions will begin to adopt changes
41+
known to break Python 2. Python 3.4 support will also be removed
42+
in future major versions; Python 3.5+ will be required.**
3843
* cryptography >= 2.5.0
3944
* boto3 >= 1.10.0
4045
* attrs

0 commit comments

Comments
 (0)