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 4e5eb13 commit c660f6fCopy full SHA for c660f6f
2 files changed
changelog.md
@@ -1,6 +1,9 @@
1
# python3-saml changelog
2
-### 1.8.1 (unreleased)
3
-* Do not touch message when validate his signature
+### 1.9.0 (Nov 20, 2019)
+* Allow any number of decimal places for seconds on SAML datetimes
4
+* Fix failOnAuthnContextMismatch code
5
+* Improve signature validation when no reference uri
6
+* Update demo versions. Improve them and add Tornado demo.
7
8
### 1.8.0 (Sep 11, 2019)
9
* Set true as the default value for strict setting
setup.py
@@ -9,7 +9,7 @@
10
setup(
11
name='python3-saml',
12
- version='1.8.0',
+ version='1.9.0',
13
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
14
classifiers=[
15
'Development Status :: 5 - Production/Stable',
0 commit comments