Skip to content

Releases: IdentityPython/djangosaml2

v1.5.5

21 Dec 14:03
Compare
Choose a tag to compare

Release notes

Closes #360

v1.5.4

01 Dec 13:21
5a0cfb2
Compare
Choose a tag to compare

Release notes

v1.5.3

20 Sep 13:45
16bb169
Compare
Choose a tag to compare

What's Changed

  • Better logging for _get_attribute_value to debug wrong configurations by @bthorben in #345

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

05 Sep 08:42
bbe845a
Compare
Choose a tag to compare

Release notes

v1.5.1

03 Jul 14:48
749c00e
Compare
Choose a tag to compare

What's Changed

  • bumped pyupgrade python target version to 3.7 by @g-as in #330
  • chore: some CI improvements by @peppelinux in #331
  • Django 4.1 compat by @g-as in #337:
    • default_app_config was removed.
    • next_page on LOGOUT removed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

02 Apr 14:31
7346f52
Compare
Choose a tag to compare

Release notes

v1.4.0

21 Mar 08:47
8aaa984
Compare
Choose a tag to compare

Release notes

v1.3.6

04 Feb 10:14
5f956aa
Compare
Choose a tag to compare

Release notes

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

16 Nov 21:45
Compare
Choose a tag to compare

What's Changed

  • Update setup.rst by @oakmegaeddie in #307
  • Update setup.rst by @oakmegaeddie in #308
  • Fix comment in setup.rst by @mmaridev in #310
  • Use assertEqual instead of assertEquals for Python 3.11 compatibility. by @tirkarthi in #316
  • chore: upgrade to pysaml 7.1.0
  • feat: conf.py takes sp_kwargs to extend the customization of unit tests
  • BREAKING CHANGE: RequestedAuthnContext updated to pysaml2 7.1 (IdentityPython/pysaml2#807)
    it's mandatory to update your AuthnContext configuration with this structure
           "requested_authn_context": {
                "authn_context_class_ref": [
                    "urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport",
                    "urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient",
                ],
                "comparison": "minimum",
            }

New Contributors

Full Changelog: v1.3.3...v1.3.5

v1.3.4

28 Sep 19:46
34fd6f3
Compare
Choose a tag to compare

Release notes