Skip to content

Commit 3d54fc7

Browse files
committed
Release version 6.5.2
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 745cda2 commit 3d54fc7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

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+
424
## 6.5.1 (2021-01-21)
525

626
- Fix the parser to take into account both the xs and xsd namespace prefixes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.1
1+
6.5.2

0 commit comments

Comments
 (0)