Skip to content

Commit d148a63

Browse files
committed
Prepare 3.4.0 release (mpdavis#332)
1 parent 12f30c8 commit d148a63

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@
44

55
### News ###
66

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
816

917
### Housekeeping ###
1018

1119
* Updated Github Actions Workflows
1220
* Updated to use tox 4.x
1321
* Revise codecov integration
14-
22+
* Fixed DeprecationWarnings
1523

1624
## 3.3.0 -- 2021-06-04 ##
1725

0 commit comments

Comments
 (0)