You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,19 @@ Changelog
7
7
8
8
Deprecation
9
9
-----------
10
-
The AWS DynamoDB Encryption Client for Python no longer supports Python 3.7
10
+
* The AWS DynamoDB Encryption Client for Python no longer supports Python 3.7
11
11
as of version 3.3; only Python 3.8+ is supported.
12
+
* We no longer support OpenSSL 1.0.1 or 1.0.2, as per `cryptography documentation <https://cryptography.io/en/3.4.6/installation.html#supported-platforms>`_.
12
13
13
14
Feature
14
15
-----------
15
16
* Warn on Deprecated Python 3.7 usage
17
+
* Add Python 3.11 to CI
18
+
* Add Python 3.12 to CI
19
+
20
+
Maintenance
21
+
-----------
22
+
* Update requirements for boto3 (>=1.10.0) and cryptography (>=3.4.6)
0 commit comments