We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed2ed4 commit 79b9f30Copy full SHA for 79b9f30
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 4.6.5 (2018-12-04)
17
18
- Fix for response status error case handling (introduced in v4.6.5)
VERSION
@@ -1 +1 @@
-4.6.5
+4.7.0
0 commit comments