summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2021-05-18 15:17:34 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2021-05-18 15:17:34 +0300
commit3d54fc7e9694f3fe2a91b19a57ee634cb1501af4 (patch)
treefef1d6b1653147ade00a6788617dee66db98aa08
parent745cda2e0222dafe7eee3053ca133ccd012de0a7 (diff)
downloadpysaml2-6.5.2.tar.gz
Release version 6.5.2v6.5.2
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md20
-rw-r--r--VERSION2
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a793bab..f5e03958 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,26 @@
# Changelog
+## 6.5.2 (2021-05-18)
+
+- Add shibmd_scopes metadata extractor
+- Allow the Issuer element on a Response to be missing
+- Respect the preferred_binding configuration for the single_logout_service
+- Fix logout signature flags for redirect, post and soap requests
+- Respect the logout_requests_signed configuration option
+- Fix crash when applying policy on RequestedAttribute without a friendlyName
+- Correctly validate IssueInstant
+- Correctly handle AudienceRestriction elements with no value
+- Raise InvalidAssertion exception when assertion requirements are not met
+- Raise SAMLError on failure to parse a metadata file
+- Raise StatusInvalidAuthnResponseStatement when the AuthnStatement is not valid
+- Handle all forms of ACS endpoint specifications
+- tests: Always use base64.encodebytes; base64.encodestring has been dropped
+- build: Set minimum version needed for xmlschema
+- docs: Update Travis CI badge from travis-ci.org to travis-ci.com
+- examples: Fix example code
+
+
## 6.5.1 (2021-01-21)
- Fix the parser to take into account both the xs and xsd namespace prefixes
diff --git a/VERSION b/VERSION
index a194c18e..5e3ec53e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.5.1
+6.5.2