File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
24
## 7.1.2 (2022-03-04)
5
25
6
26
- fix assertion policy filter to try to resolve the local_name using the friendly name if it failed with the name_format
Original file line number Diff line number Diff line change 1
- 7.1.2
1
+ 7.2.0
You can’t perform that action at this time.
0 commit comments