Skip to content

Commit 79b9f30

Browse files
committed
Release version 4.7.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent aed2ed4 commit 79b9f30

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 4.7.0 (2019-04-02)
4+
5+
- Add support for MDQ signature verification
6+
- Raise XmlsecError if xmlsec1 operations do not succeed
7+
- Handle non standard response error status codes correctly
8+
- Remove the hardcoded warning filter; pass -Wd to the python
9+
interpreter to enable warnings
10+
- Remove the python-future dependency and only use six
11+
- Minor python2 and python3 compatibility fixes
12+
(unicode strings and example code)
13+
- Minor documentation fixes
14+
15+
316
## 4.6.5 (2018-12-04)
417

518
- Fix for response status error case handling (introduced in v4.6.5)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.5
1+
4.7.0

0 commit comments

Comments
 (0)