Skip to content

Commit 40fd1e8

Browse files
chore: Prep for release 3.0.0 (#356)
1 parent 1332086 commit 40fd1e8

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

Diff for: CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
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+
522
2.4.0 -- 2021-07-01
623
===================
724

Diff for: SUPPORT_POLICY.rst

+4-4
Original file line numberDiff line numberDiff 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

Diff for: src/aws_encryption_sdk/identifiers.py

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

3333

0 commit comments

Comments
 (0)