File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1616Added
1717~~~~~
1818
19+ `v2.8.0 <https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0 >`__
20+ -----------------------------------------------------------------------
21+
22+ Changed
23+ ~~~~~~~
24+
25+ - Update python version test matrix by @auvipy in `#895 <https://github.com/jpadilla/pyjwt/pull/895 >`__
26+
27+ Fixed
28+ ~~~~~
29+
30+ Added
31+ ~~~~~
32+
1933- Add ``strict_aud `` as an option to ``jwt.decode `` by @woodruffw in `#902 <https://github.com/jpadilla/pyjwt/pull/902 >`__
34+ - Export PyJWKClientConnectionError class by @daviddavis in `#887 <https://github.com/jpadilla/pyjwt/pull/887 >`__
35+ - Allows passing of ssl.SSLContext to PyJWKClient by @juur in `#891 <https://github.com/jpadilla/pyjwt/pull/891 >`__
2036
2137`v2.7.0 <https://github.com/jpadilla/pyjwt/compare/2.6.0...2.7.0 >`__
2238-----------------------------------------------------------------------
Original file line number Diff line number Diff line change 2727)
2828from .jwks_client import PyJWKClient
2929
30- __version__ = "2.7 .0"
30+ __version__ = "2.8 .0"
3131
3232__title__ = "PyJWT"
3333__description__ = "JSON Web Token implementation in Python"
You can’t perform that action at this time.
0 commit comments