Releases: IdentityPython/djangosaml2
Releases · IdentityPython/djangosaml2
v1.10.1
1.10.0
Changes of Supported Python and Django Versions (see: #410)
- breaking change: Removal of py3.8 support
- add support for py3.13
- breaking change: Removal of Django 3.2 support
- add support for Django 5.1
Full Changelog: v1.9.3...v1.10.0
v1.9.3
Release notes
- generalize args in do logout func @r350178982 (#405)
- Fix Content-Security-Policy if hash is included in script-src @prauscher (#404)
- Add CSP handler setting @GertBurger (#401)
v1.9.2
v1.9.1
1.9.0
Release notes
- Make sure djangosaml2 works in csp-enabled applications too (fix #391) @prauscher (#392)
- Some improvements for the documentation. @hutchison (#393)
1.8.0
1.7.0
1.6.0
Release notes
- Allow overriding SameSite value for session cookie @RouganStriker (#378)