Skip to content

Commit 4c1ce8f

Browse files
committed
chore: update changelog
1 parent 96f3f02 commit 4c1ce8f

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,39 @@ Fixed
1616
Added
1717
~~~~~
1818

19-
- Add ``PyJWKSet.__getitem__`` for indexing keysets by key ID `#725 <https://github.com/jpadilla/pyjwt/pull/725>`__
19+
`v2.4.0 <https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0>`__
20+
-----------------------------------------------------------------------
21+
22+
Security
23+
~~~~~~~~
24+
25+
Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24
26+
27+
Changed
28+
~~~~~~~
29+
30+
- Explicit check the key for ECAlgorithm by @estin in https://github.com/jpadilla/pyjwt/pull/713
31+
- Raise DeprecationWarning for jwt.decode(verify=...) by @akx in https://github.com/jpadilla/pyjwt/pull/742
32+
33+
Fixed
34+
~~~~~
35+
36+
- Don't use implicit optionals by @rekyungmin in https://github.com/jpadilla/pyjwt/pull/705
37+
- documentation fix: show correct scope for decode_complete() by @sseering in https://github.com/jpadilla/pyjwt/pull/661
38+
- fix: Update copyright information by @kkirsche in https://github.com/jpadilla/pyjwt/pull/729
39+
- Don't mutate options dictionary in .decode_complete() by @akx in https://github.com/jpadilla/pyjwt/pull/743
40+
41+
Added
42+
~~~~~
43+
44+
- Add support for Python 3.10 by @hugovk in https://github.com/jpadilla/pyjwt/pull/699
45+
- api_jwk: Add PyJWKSet.__getitem__ by @woodruffw in https://github.com/jpadilla/pyjwt/pull/725
46+
- Update usage.rst by @guneybilen in https://github.com/jpadilla/pyjwt/pull/727
47+
- Docs: mention performance reasons for reusing RSAPrivateKey when encoding by @dmahr1 in https://github.com/jpadilla/pyjwt/pull/734
48+
- Fixed typo in usage.rst by @israelabraham in https://github.com/jpadilla/pyjwt/pull/738
49+
- Add detached payload support for JWS encoding and decoding by @fviard in https://github.com/jpadilla/pyjwt/pull/723
50+
- Replace various string interpolations with f-strings by @akx in https://github.com/jpadilla/pyjwt/pull/744
51+
- Update CHANGELOG.rst by @hipertracker in https://github.com/jpadilla/pyjwt/pull/751
2052

2153
`v2.3.0 <https://github.com/jpadilla/pyjwt/compare/2.2.0...2.3.0>`__
2254
-----------------------------------------------------------------------

0 commit comments

Comments
 (0)