From 17d90bf061317680afd41fb3ee23992cbbc98eca Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Wed, 10 Aug 2022 15:59:07 +0300 Subject: [PATCH] Release version 7.2.0 Signed-off-by: Ivan Kanakarakis --- CHANGELOG.md | 20 ++++++++++++++++++++ VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c436ee75..7e9a9892d 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 a8a188756..0ee843cc6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.2 +7.2.0