File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### News ###
6
6
7
- * Remove support for python 3.6
7
+ * 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
+ * Replace usage of deprecated datetime.utcnow() with datetime.now(UTC)
8
17
9
18
### Housekeeping ###
10
19
11
20
* Updated Github Actions Workflows
12
21
* Updated to use tox 4.x
13
22
* Revise codecov integration
14
-
23
+ * Fixed DeprecationWarnings
15
24
16
25
## 3.3.0 -- 2021-06-04 ##
17
26
Original file line number Diff line number Diff line change 1
- __version__ = "3.3 .0"
1
+ __version__ = "3.4 .0"
2
2
__author__ = "Michael Davis"
3
3
__license__ = "MIT"
4
4
__copyright__ = "Copyright 2016 Michael Davis"
You can’t perform that action at this time.
0 commit comments