File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# python3-saml changelog
2
- ### 1.8.1 (unreleased)
3
- * Do not touch message when validate his signature
2
+ ### 1.9.0 (Nov 20, 2019)
3
+ * 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.
4
7
5
8
### 1.8.0 (Sep 11, 2019)
6
9
* Set true as the default value for strict setting
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'python3-saml' ,
12
- version = '1.8 .0' ,
12
+ version = '1.9 .0' ,
13
13
description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
14
14
classifiers = [
15
15
'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments