Skip to content

Commit 43bb7ad

Browse files
committed
Release version 5.1.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent cc1c856 commit 43bb7ad

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 5.1.0 (2020-06-09)
4+
5+
- support eIDAS RequestedAttributes per AuthnRequest
6+
- fix xmlsec1 --id-attr configuration option value
7+
- do not remove existing disco URL query params
8+
- load attribute maps in predictable order
9+
- better error message when AudienceRestriction does not validate
10+
- always use base64.encodebytes instead of base64.encodestring
11+
- update the eIDAS attribute mapping for legal person
12+
- fix py_compile warnings
13+
- fix pylint errors and warnings
14+
- various small fixes
15+
- add Python3.8 as supported
16+
- tests: fix validity dates
17+
- docs: document default value for 'want_response_signed'
18+
19+
320
## 5.0.0 (2020-01-13)
421

522
- Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.1.0

0 commit comments

Comments
 (0)