- Added support for Django 4.2
- Removed Django22, 30, 31
- Added Django40 support in CI
- Resolve RemovedInDjango4.0 warnings.
- BREAKING CHANGE:
jwt.decode
: InsideEdXOAuth2::user_data
Require explicit algorithms by default. - BREAKING CHANGE: Upgraded dependency
pyjwt[crypto]
to 2.1.0, which introduces its own breaking changes that may affect consumers of this library. Pay careful attention to the 2.0.0 breaking changes documented in https://pyjwt.readthedocs.io/en/stable/changelog.html#v2-0-0.
- Added support for django 3.1 and 3.2
- Fixed the changelog to match the package version
- Add python 3.8 support
- Removed Django <2.2
No functional changes. Fixed release version.
No functional changes. 3.0.0 had failed to release.
- BREAKING CHANGE: Remove (deprecated) OpenID Connect support
- BREAKING CHANGE: Remove Django <1.11 support
- Remove testing of Python 3.6
- Add support for Django 2.2
- Add testing of Python 3.5