File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,28 @@ This project adheres to `Semantic Versioning <https://semver.org/>`__.
10
10
Changed
11
11
~~~~~~~
12
12
13
- - Remove arbitrary kwalgs. `#657 <https://github.com/jpadilla/pyjwt/pull/657 >`__
13
+ Fixed
14
+ ~~~~~
15
+
16
+ Added
17
+ ~~~~~
18
+
19
+ `v2.2.0 <https://github.com/jpadilla/pyjwt/compare/2.1.0...2.2.0 >`__
20
+ -----------------------------------------------------------------------
21
+
22
+ Changed
23
+ ~~~~~~~
24
+
25
+ - Remove arbitrary kwargs. `#657 <https://github.com/jpadilla/pyjwt/pull/657 >`__
26
+ - Use timezone package as Python 3.5+ is required. `#694 <https://github.com/jpadilla/pyjwt/pull/694 >`__
14
27
15
28
Fixed
16
29
~~~~~
17
30
- Assume JWK without the "use" claim is valid for signing as per RFC7517 `#668 <https://github.com/jpadilla/pyjwt/pull/668 >`__
18
-
19
31
- Prefer `headers["alg"] ` to `algorithm ` in `jwt.encode() `. `#673 <https://github.com/jpadilla/pyjwt/pull/673 >`__
20
32
- Fix aud validation to support {'aud': null} case. `#670 <https://github.com/jpadilla/pyjwt/pull/670 >`__
21
33
- Make `typ ` optional in JWT to be compliant with RFC7519. `#644 <https://github.com/jpadilla/pyjwt/pull/644 >`__
34
+ - Remove upper bound on cryptography version. `#693 <https://github.com/jpadilla/pyjwt/pull/693 >`__
22
35
23
36
Added
24
37
~~~~~
Original file line number Diff line number Diff line change 25
25
)
26
26
from .jwks_client import PyJWKClient
27
27
28
- __version__ = "2.1 .0"
28
+ __version__ = "2.2 .0"
29
29
30
30
__title__ = "PyJWT"
31
31
__description__ = "JSON Web Token implementation in Python"
You can’t perform that action at this time.
0 commit comments