Releases: IdentityPython/djangosaml2
Releases · IdentityPython/djangosaml2
v1.5.5
v1.5.4
v1.5.3
v1.5.2
Release notes
- Remove occurrences of my old nonexistent email address @lorenzogil (#342)
- Fix typo @cclauss (#339)
v1.5.1
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
Release notes
- BREAKING CHANGE: Drop python 3.6 and django 2.2/3.1 @g-as (#329)
- Fix typo in PySAML2 example configuration @martin-mueller-cemas (#328)
v1.4.0
v1.3.6
Release notes
- Update SameSite cookie notes @omidraha (#322)
- pre-commit integration @g-as (#320)
- tox: used final django ~ 4.0 version @g-as (#319)
- added support for python3.10 @g-as (#318)
- Added Django 4.0 compatibility @g-as (#317)
What's Changed
- Added Django 4.0 compatibility by @g-as in #317
- added support for python3.10 by @g-as in #318
- tox: used final django ~ 4.0 version by @g-as in #319
- pre-commit integration by @g-as in #320
- Update SameSite cookie notes by @omidraha in #322
New Contributors
Full Changelog: v1.3.5...v1.3.6
v1.3.5
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
- @oakmegaeddie made their first contribution in #307
- @mmaridev made their first contribution in #310
- @tirkarthi made their first contribution in #316
Full Changelog: v1.3.3...v1.3.5
v1.3.4
Release notes
- chore: refactor idp_hinting - closes #302 @peppelinux (#313)
- Fix comment in setup.rst @mmaridev (#310)
- Update setup.rst @oakmegaeddie (#307) (#308)