File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
33*********
44
5+ 3.0.0 -- 2021-07-01
6+ ===================
7+
8+ Deprecation
9+ -----------
10+ The AWS Encryption SDK for Python no longer supports Python 2 or Python 3.4
11+ as of major version 3.x; only Python 3.5+ is supported. Customers using Python 2
12+ or Python 3.4 can still use the 2.x line of the AWS Encryption SDK for Python,
13+ which will continue to receive security updates for the next 12 months, in accordance
14+ with our `Support Policy <https://github.com/aws/aws-encryption-sdk-python/blob/master/SUPPORT_POLICY.rst >`__.
15+
16+ Maintenance
17+ -----------
18+ * Move away from deprecated cryptography ``int_from_bytes ``
19+ `#355 <https://github.com/aws/aws-encryption-sdk-python/pull/355 >`_
20+
21+
5222.4.0 -- 2021-07-01
623===================
724
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ This table describes the current support status of each major version of the AWS
2626 - End of Support
2727 - 2022-06-30
2828 * - 2.x
29- - General Availability
3029 - Maintenance
31- - 2021-07-01
30+ - End of Support
31+ - 2022-07-01
3232 * - 3.x
33- -
3433 - General Availability
35- - 2021-07-01
34+ -
35+ -
3636
3737.. _AWS SDKs and Tools Maintenance Policy : https://docs.aws.amazon.com/sdkref/latest/guide/maint-policy.html#version-life-cycle
Original file line number Diff line number Diff line change 2727 # We only actually need these imports when running the mypy checks
2828 pass
2929
30- __version__ = "2.4 .0"
30+ __version__ = "3.0 .0"
3131USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
3232
3333
You can’t perform that action at this time.
0 commit comments