Skip to content

Commit c6ac59b

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

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
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

jose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.0"
1+
__version__ = "3.4.0"
22
__author__ = "Michael Davis"
33
__license__ = "MIT"
44
__copyright__ = "Copyright 2016 Michael Davis"

0 commit comments

Comments
 (0)