From 016b97a38e8c026f962075023b50f29ad45ddb0d Mon Sep 17 00:00:00 2001 From: Ben Farley <47006790+farleyb-amazon@users.noreply.github.com> Date: Thu, 1 Jul 2021 11:51:57 -0600 Subject: [PATCH] chore: Update changelog and readme for 2.4.0 (#353) --- CHANGELOG.rst | 13 +++++++++++++ README.rst | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index af92211cc..c81ab30d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog ********* +2.4.0 -- 2021-07-01 +=================== + +Deprecation Announcement +------------------------ +The AWS Encryption SDK for Python is discontinuing support for Python 2. Future major versions of this library +will drop support for Python 2 and begin to adopt changes that are known to break Python 2. + +Support for Python 3.4 will be removed at the same time. Moving forward, we will support Python 3.5+. + +Security updates will still be available for the Encryption SDK 2.x line for the next 12 months, in accordance with our `Support Policy `__. + + 2.3.0 -- 2021-06-16 =================== diff --git a/README.rst b/README.rst index 4584f260e..821cb4209 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,11 @@ Required Prerequisites ====================== * Python 2.7+ or 3.4+ + + **NOTE: 2.x is the last major version of this library that will + support Python 2. Future major versions will begin to adopt changes + known to break Python 2. Python 3.4 support will also be removed + in future major versions; Python 3.5+ will be required.** * cryptography >= 2.5.0 * boto3 >= 1.10.0 * attrs