14
0

- Update to 1.11.0:

- #261 Allow duplicate named attributes, controlled by a new
    setting
  - #268 Make the redirect scheme matcher case-insensitive
  - #256 Improve signature validation process. Add an option to
    use query string for validation
  - #259 Add get metadata timeout
  - #246 Add the ability to change the ProtocolBinding in the
    authn request.
  - #248 Move storing the response data into its own method in
    the Auth class
  - Remove the dependency on defusedxml
  - #241 Improve AttributeConsumingService support
  - Update expired dates from test responses
- The test suite is still ignored.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=11
This commit is contained in:
2021-07-23 07:17:51 +00:00
committed by Git OBS Bridge
parent 4717ae9509
commit feac046805
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jul 23 07:12:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 1.11.0:
- #261 Allow duplicate named attributes, controlled by a new
setting
- #268 Make the redirect scheme matcher case-insensitive
- #256 Improve signature validation process. Add an option to
use query string for validation
- #259 Add get metadata timeout
- #246 Add the ability to change the ProtocolBinding in the
authn request.
- #248 Move storing the response data into its own method in
the Auth class
- Remove the dependency on defusedxml
- #241 Improve AttributeConsumingService support
- Update expired dates from test responses
- The test suite is still ignored.
-------------------------------------------------------------------
Fri Jul 16 09:31:58 UTC 2021 - Matej Cepl <mcepl@suse.com>