Skip to content

Commit 96b508f

Browse files
committed
Release version 6.4.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent b4abecf commit 96b508f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## 6.4.9 (2020-12-08)
5+
6+
- Add preferred signing and digest algorithms configuration options:
7+
Use the new configuration options `signing_algorithm` and `digest_algorithm`.
8+
- Fix signed SAML AuthnRequest and Response when HTTP-Redirect binding is used:
9+
Previously, the query params `Signature` and `SigAlg` were not included.
10+
- Ignore duplicate RequestedAttribute entries when filtering attributes
11+
- tests: Avoid reuse of old test data files
12+
13+
414
## 6.3.1 (2020-11-11)
515

616
- Fix extraction of RegistrationInfo when no information is available

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.1
1+
6.4.0

0 commit comments

Comments
 (0)