File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 6.5.2 (2021-05-18)
5
+
6
+ - Add shibmd_scopes metadata extractor
7
+ - Allow the Issuer element on a Response to be missing
8
+ - Respect the preferred_binding configuration for the single_logout_service
9
+ - Fix logout signature flags for redirect, post and soap requests
10
+ - Respect the logout_requests_signed configuration option
11
+ - Fix crash when applying policy on RequestedAttribute without a friendlyName
12
+ - Correctly validate IssueInstant
13
+ - Correctly handle AudienceRestriction elements with no value
14
+ - Raise InvalidAssertion exception when assertion requirements are not met
15
+ - Raise SAMLError on failure to parse a metadata file
16
+ - Raise StatusInvalidAuthnResponseStatement when the AuthnStatement is not valid
17
+ - Handle all forms of ACS endpoint specifications
18
+ - tests: Always use base64.encodebytes; base64.encodestring has been dropped
19
+ - build: Set minimum version needed for xmlschema
20
+ - docs: Update Travis CI badge from travis-ci.org to travis-ci.com
21
+ - examples: Fix example code
22
+
23
+
4
24
## 6.5.1 (2021-01-21)
5
25
6
26
- Fix the parser to take into account both the xs and xsd namespace prefixes
Original file line number Diff line number Diff line change 1
- 6.5.1
1
+ 6.5.2
You can’t perform that action at this time.
0 commit comments