summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2021-11-16 15:34:22 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2021-11-16 15:34:22 +0200
commit1ace07fc4dd1a6eaf24643c955cc1e5ab25aed1b (patch)
treeaedcc5fe1b6e6edb85391f6f41352b5cd1b5db3c
parent718cf98a3baba4642ca9321e05115157c0d387dd (diff)
downloadpysaml2-1ace07fc4dd1a6eaf24643c955cc1e5ab25aed1b.tar.gz
Release version 7.1.0v7.1.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--CHANGELOG.md29
-rw-r--r--VERSION2
2 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d530eba..bf6a0dcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,35 @@
# Changelog
+## 7.1.0 (2021-11-16)
+
+- Fix signature verification for the redirect binding for AuthnRequest and
+ LogoutRequest.
+- Include encryption KeyName in encrypted assertions.
+- Add "reason" field in invalid signature errors due to invalid document format.
+- New SP configuration option requested_authn_context to set the preferred
+ RequestedAuthnContext class reference.
+- Add support for metadata refresh by adding a metadata_reload method into saml2.Entity.
+ This method is to be externally invoked, and to receive the same metadata
+ configuration as what was passed under the metadata key to saml2.Config. The method
+ loads a new metadata configuration and swaps it in (replacing the references across
+ several objects that hold a metadata reference).
+- Fix SessionIndex resolution during logout.
+- Fix AuthnResponse::get_subject to be able to decrypt a NameID with the given keys.
+- Refactor AuthnResponse::authn_info to consider DeclRef equivalent to ClassRef.
+- Ensure creation of multiple ePTIDs is handled correctly.
+- Improve signature checks by ensuring the Object element is absent, enforcing allowed
+ transform aglorithms, enforcing allowed canonicalization methods and requiring the
+ enveloped-signature transform to be present.
+- mdstore: Make unknown metadata extensions available through the internal metadata.
+- mdstore: Fix the exception handler of the InMemoryMetaData object.
+- mdstore: Fix the serialization of the MetadataStore object.
+- examples: Fix code to catter changes in interfaces.
+- examples: Update certificates to avoid SSL KEY TO SMALL errors.
+- docs: Significant improvement on the configuration options documentation.
+- docs: Fix typos.
+
+
## 7.0.1 (2021-05-20)
- Preserve order of response bindings on IdP-initiated logout
diff --git a/VERSION b/VERSION
index 9fe9ff9d..a3fcc712 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.0.1
+7.1.0