Skip to content

Releases: grafana/django-saml2-auth

v3.11.0

31 Jul 09:37
64e9cfb
Compare
Choose a tag to compare

This release contains 3 important features:

  1. Long sought-after debugging. See how to debug.
  2. Support for key and certificate files, configurable via KEY_FILE: str and CERT_FILE: str respectively, thanks to @sgabb.
  3. 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

New Contributors

Full Changelog: v3.10.0...v3.11.0

v3.10.0

29 May 11:19
6d1bc2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0...v3.10.0

v3.9.0

11 Oct 14:00
c146dbc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.8.0

20 Jul 08:06
02989f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0: Security fix release

21 May 16:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.7.0

v3.6.1

20 Jul 08:24
Compare
Choose a tag to compare

What's Changed

  • Add cyclonedx-bom for generating SBOMs for requirements files by @mostafa in #42

Full Changelog: v3.6.0...v3.6.1

v3.6.0

28 Apr 19:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.6.0

v3.5.1

07 Apr 14:38
Compare
Choose a tag to compare

This release fixes a tiny bug introduced in #35.

Full Changelog: v3.5.0...v3.5.1

v3.5.0

06 Apr 10:50
Compare
Choose a tag to compare

This release wasn't possible without help from @sgabb and @syre. 🙏

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

10 Mar 11:02
c666146
Compare
Choose a tag to compare

This release adds support for Python >= 3.7 and the latest Django versions: 2.2, 3.2, and 4.0. I also updated the GitHub CI workflow to include tests for various Python and Django versions.

What's Changed

New Contributors

  • @Menda made their first contribution in #26

Full Changelog: v3.3.0...v3.4.0