File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ 3.1.0 -- 2021-11-10
6
+ ===================
7
+
8
+ Deprecation
9
+ -----------
10
+ The AWS Encryption SDK for Python no longer supports Python 3.5
11
+ as of version 3.1; only Python 3.6+ is supported. Customers using
12
+ Python 3.5 can still use the 2.x line of the AWS Encryption SDK for Python,
13
+ which will continue to receive security updates, in accordance
14
+ with our `Support Policy <https://github.com/aws/aws-encryption-sdk-python/blob/master/SUPPORT_POLICY.rst >`__.
15
+
16
+ Feature
17
+ -----------
18
+ * Warn on Deprecated Python usage
19
+ `#368 <https://github.com/aws/aws-encryption-sdk-python/pull/368 >`_
20
+ * Add Python 3.10 to CI
21
+ * Remove Python 3.5 from testing
22
+
23
+
5
24
3.0.0 -- 2021-07-01
6
25
===================
7
26
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__ = "3.0 .0"
30
+ __version__ = "3.1 .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