summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2022-08-10 15:59:07 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2022-08-10 15:59:07 +0300
commit17d90bf061317680afd41fb3ee23992cbbc98eca (patch)
tree93c38e005def02d8d072d4db6eba072756f8ce72
parent0b7d7c0adb1347f08e520ed11a38ea1c153b47a7 (diff)
downloadpysaml2-17d90bf061317680afd41fb3ee23992cbbc98eca.tar.gz
Release version 7.2.0v7.2.0
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 2c436ee7..7e9a9892 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,26 @@
# Changelog
+## 7.2.0 (2022-08-10)
+
+- Add schemas for eIDAS extensions, elements and attributes
+- Add the voPerson v2 attributes mappings; see [reference](https://github.com/voperson/voperson/tree/2.0.0)
+- Add the `registration_info_typ` method on `saml2.mdstore.MetadataStore` to get the registration information from an `EntityDescriptor` services
+- Allow exceptions to convey the SAML `StatusCode` in an error response
+- Fix typo on method name under `saml2.mdstore.MetadataStore`; from `sbibmd_scopes` to `shibmd_scopes`
+- Add partial support for `xs:date` `AttributeValue` type
+- Fallback to `xs:string` as the type of the `AttributeValue` text node
+- Fallback to the authn context class declaration to set the authn context class reference
+- Αdd configuration option `http_client_timeout` to set a timeout on the HTTP calls by the httpbase module
+- Load certificates using cryptography and support certificate chains
+- Remove deprecated cryptography backend param
+- Fix assertion policy filter: Fallback to match a known attribute or return its name
+- examples: Allow multiple attributes to be returned by the idp
+- tests: Minor cleanups
+- docs: Reference python2 compatible fork
+- misc: add pepy badges on the README file
+
+
## 7.1.2 (2022-03-04)
- fix assertion policy filter to try to resolve the local_name using the friendly name if it failed with the name_format
diff --git a/VERSION b/VERSION
index a8a18875..0ee843cc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.1.2
+7.2.0