File tree 3 files changed +22
-5
lines changed
3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
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
+
5
22
2.4.0 -- 2021-07-01
6
23
===================
7
24
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
26
26
- End of Support
27
27
- 2022-06-30
28
28
* - 2.x
29
- - General Availability
30
29
- Maintenance
31
- - 2021-07-01
30
+ - End of Support
31
+ - 2022-07-01
32
32
* - 3.x
33
- -
34
33
- General Availability
35
- - 2021-07-01
34
+ -
35
+ -
36
36
37
37
.. _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 27
27
# We only actually need these imports when running the mypy checks
28
28
pass
29
29
30
- __version__ = "2.4 .0"
30
+ __version__ = "3.0 .0"
31
31
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
32
32
33
33
You can’t perform that action at this time.
0 commit comments