v3.11.0
This release contains 3 important features:
- Long sought-after debugging. See how to debug.
- Support for key and certificate files, configurable via
KEY_FILE: str
andCERT_FILE: str
respectively, thanks to @sgabb. - Support for creating groups if they don't exist in Django based on incoming IdP group attribute statements, configurable via
CREATE_GROUPS: bool
, thanks to @santigandolfo.
What's Changed
- Bump coverage from 7.2.6 to 7.2.7 by @dependabot in #171
- feat(settings): add cert and key file by @sgabb in #176
- Add proper debug config by @mostafa in #185
- Add CREATE_GROUPS boolean to Settings by @santigandolfo in #191
- Release v3.11.0 by @mostafa in #186
New Contributors
- @santigandolfo made their first contribution in #191
Full Changelog: v3.10.0...v3.11.0