Releases: snok/django-auth-adfs
Releases · snok/django-auth-adfs
1.11.0
What's Changed
- Update supported python and django versions. by @tim-schilling in #250
- Dropped support for Python 3.6
- Dropped support for Django 2.2, Django 3.0 and Django 3.1
New Contributors
- @tim-schilling made their first contribution in #250
Full Changelog: 1.10.1...1.11.0
1.10.1 - Use Graph API to fetch groups if there is too many groups in the token
1.10.0 - Proxies and better claim mapping support
Features
- Add a
PROXIESsetting ( #240 @sebastianmanger ) - Extend
CLAIM_MAPPINGto support mapping of extra details to the Django user account ( #242, @WCONFR and @tim-schilling )- Full documentation can be found here.
1.9.7 - Enforce PyJWT version and minor change to config loading flow
1.9.6 - Fix Azure v2 token URL
1.9.5 - Fix GUEST_USERNAME_CLAIM setting
1.9.4 - Django v4 compatibility
Updates
- Import changes for Django v4 compatibility (@mcrowepfx #210)
- Add v4 to test matrix and dependencies (@sondrelg #211, #213)
1.9.3 - Update requirements and fix typo
Updates
- Update urllib3 dependency requirement ( @lotheac #206 )
- Fix wrong error message when
VERSIONis set but notTENANT_ID( @fabianallendorf #199 ) - Removes
CHANGELOG.rstin favor of GitHub releases ( @JonasKs )