We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f30c8 commit d148a63Copy full SHA for d148a63
CHANGELOG.md
@@ -4,14 +4,22 @@
4
5
### News ###
6
7
-* Remove support for python 3.6
+* Remove support for Python 3.6 and 3.7
8
+* Added support for Python 3.10 and 3.11
9
+
10
+### Bug fixes and Improvements ###
11
+* Updating `CryptographyAESKey::encrypt` to generate 96 bit IVs for GCM block
12
+ cipher mode
13
+* Fix for PEM key comparisons caused by line lengths and new lines
14
+* Fix for CVE-2024-33664 - JWE limited to 250KiB
15
+* Fix for CVE-2024-33663 - signing JWT with public key is now forbidden
16
17
### Housekeeping ###
18
19
* Updated Github Actions Workflows
20
* Updated to use tox 4.x
21
* Revise codecov integration
-
22
+* Fixed DeprecationWarnings
23
24
## 3.3.0 -- 2021-06-04 ##
25
0 commit comments