Skip to content

Commit e8d7414

Browse files
committed
Release version 4.6.4
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 3fe2832 commit e8d7414

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## 4.6.4 (2018-11-22)
4+
5+
- Make use of the sign argument to entity.Entity::apply_binding when binding is
6+
HTTP-Redirect. Reminder: use [authn_requests_signed configuration option][0]
7+
to indicate that Authentication Requests sent by the SP must be signed
8+
- Add want_assertions_or_response_signed configuration option - see
9+
[documentation][1] about the introduced behaviour
10+
- Fix code for idp and sp examples
11+
- Do not require assertion conditions
12+
- Fix response encoding format
13+
- Various code improvements for config, sigver, client_base, client,
14+
ecp_client, ecp, s2repoze and entity modules
15+
- Support non-ascii attribute values for encryption and decryption
16+
17+
Thanks to @johanlundberg @skoranda @yuqing0708 @erakli
18+
19+
[0]: https://github.com/IdentityPython/pysaml2/blob/master/docs/howto/config.rst#authn-requests-signed
20+
[1]: https://github.com/IdentityPython/pysaml2/blob/master/docs/howto/config.rst#want-assertions-or-response-signed
21+
22+
323
## 4.6.3 (2018-10-08)
424

525
Do not map between attribute FriendlyName and attribute Name when no

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.3
1+
4.6.4

0 commit comments

Comments
 (0)