This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Releases: AngellusMortis/django_microsoft_auth
Releases · AngellusMortis/django_microsoft_auth
v3.0.1
v3.0.0
What's Changed
- Proxies by @hazraa in #448
- Minor Documentation Update to Redirect Flow Documentation by @califlower in #472
- Additional Parameters in URL authentication code retrieval by @TheCyberFox in #481
- Instantiate custom auth config class by @7oi in #483
- Various project maintenance updates:
- Replaces pytest-sugar with pytest-rich
- Replaces flit with setuptools as it now supports pyproject.toml
- Cleans up extra config files and consolidates them in pyproject.toml
- Updates VS Code and devcontainer config
- Simplifies project requirements
- BREAKING CHANGE: Updates supported versions of Django (3.2+) and drops support for older versions
New Contributors
- @hazraa made their first contribution in #448
- @califlower made their first contribution in #472
- @TheCyberFox made their first contribution in #481
- @7oi made their first contribution in #483
Full Changelog: 2.4.1...v3.0.0
2.4.1
- Updates supported versions of Python/Django to match Django's new versions (3.8+ for Python and 2.2 or 3.1+ for Django)
- Fixes algorithm typo
2.4.0
- Add support for Django 3.0 & 3.1
- Dropped support for Django 1.11
- Fixes error in name parsing - Fixes crash arising from missing comma in fullname - Assigns fullname to firstname if it can't be split
- Fixes installation with latest pip
- Fixes OpenID library crash due to uninitialized jwk