v3.12.0
This release contains version updates, deprecation and fixes to encryption. Support for Python 3.7 and 3.8 are removed, as well as Django 4.0 and 4.1. The encryption in this library was tricky, and with fixes by @gregorywong, it is supposed to work as expected. If you are already using CERT_FILE
and KEY_FILE
parameters, you don't need to touch anything, as the ENCRYPTION_KEYPAIRS
will be automatically populated. Also, pysaml2 is updated to 7.4.2 to add support for xmlsec1 v.1.3.x, thanks to @mvbattista. The other dependencies are updated as well.
What's Changed
- Bump pyjwt from 2.7.0 to 2.8.0 by @dependabot in #193
- Bump responses from 0.23.1 to 0.23.3 by @dependabot in #197
- Add ENCRYPTION_KEYPAIRS to settings by @gregorywong in #216
- Release v3.12.0 by @mostafa in #218
New Contributors
- @gregorywong made their first contribution in #216
- @mvbattista made their first contribution in #218 (#204)
Full Changelog: v3.11.0...v3.12.0