8000 Release 3.4.0 · mpdavis/python-jose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@asherf asherf released this 14 Feb 18:01
· 1 commit to master since this release
82cd15f

News

  • 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
  • Replace usage of deprecated datetime.utcnow() with datetime.now(UTC)

Housekeeping

  • Updated Github Actions Workflows
  • Updated to use tox 4.x
  • Revise codecov integration
  • Fixed DeprecationWarnings
0