Skip to content

Commit 4e01847

Browse files
Prepare 3.4.0 release (#370)
* Prepare 3.4.0 release (#332) * Update CHANGELOG.md --------- Co-authored-by: Asher Foa <[email protected]>
1 parent 0360fa3 commit 4e01847

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@
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
16+
* Replace usage of deprecated datetime.utcnow() with datetime.now(UTC)
817

918
### Housekeeping ###
1019

1120
* Updated Github Actions Workflows
1221
* Updated to use tox 4.x
1322
* Revise codecov integration
14-
23+
* Fixed DeprecationWarnings
1524

1625
## 3.3.0 -- 2021-06-04 ##
1726

jose/__init__.py

+1-1
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)