Skip to content

Commit 17d90bf

Browse files
committed
Release version 7.2.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 0b7d7c0 commit 17d90bf

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+
## 7.2.0 (2022-08-10)
5+
6+
- Add schemas for eIDAS extensions, elements and attributes
7+
- Add the voPerson v2 attributes mappings; see [reference](https://github.com/voperson/voperson/tree/2.0.0)
8+
- Add the `registration_info_typ` method on `saml2.mdstore.MetadataStore` to get the registration information from an `EntityDescriptor` services
9+
- Allow exceptions to convey the SAML `StatusCode` in an error response
10+
- Fix typo on method name under `saml2.mdstore.MetadataStore`; from `sbibmd_scopes` to `shibmd_scopes`
11+
- Add partial support for `xs:date` `AttributeValue` type
12+
- Fallback to `xs:string` as the type of the `AttributeValue` text node
13+
- Fallback to the authn context class declaration to set the authn context class reference
14+
- Αdd configuration option `http_client_timeout` to set a timeout on the HTTP calls by the httpbase module
15+
- Load certificates using cryptography and support certificate chains
16+
- Remove deprecated cryptography backend param
17+
- Fix assertion policy filter: Fallback to match a known attribute or return its name
18+
- examples: Allow multiple attributes to be returned by the idp
19+
- tests: Minor cleanups
20+
- docs: Reference python2 compatible fork
21+
- misc: add pepy badges on the README file
22+
23+
424
## 7.1.2 (2022-03-04)
525

626
- fix assertion policy filter to try to resolve the local_name using the friendly name if it failed with the name_format

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.2
1+
7.2.0

0 commit comments

Comments
 (0)