Skip to content

Commit

Permalink
Prepare 3.4.0 release (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairwatts committed Feb 12, 2025
1 parent 12f30c8 commit c6ac59b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@

### News ###

* Remove support for python 3.6
* Remove support for Python 3.6 and 3.7
* Added support for Python 3.10 and 3.11

### Bug fixes and Improvements ###
* Updating `CryptographyAESKey::encrypt` to generate 96 bit IVs for GCM block
cipher mode
* Fix for PEM key comparisons caused by line lengths and new lines
* Fix for CVE-2024-33664 - JWE limited to 250KiB
* Fix for CVE-2024-33663 - signing JWT with public key is now forbidden

### Housekeeping ###

* Updated Github Actions Workflows
* Updated to use tox 4.x
* Revise codecov integration

* Fixed DeprecationWarnings

## 3.3.0 -- 2021-06-04 ##

Expand Down
2 changes: 1 addition & 1 deletion jose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.0"
__version__ = "3.4.0"
__author__ = "Michael Davis"
__license__ = "MIT"
__copyright__ = "Copyright 2016 Michael Davis"
Expand Down

0 comments on commit c6ac59b

Please sign in to comment.