File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# python-saml changelog
22
3+ ### 2.1.8 (Jun 02, 2016)
4+ * Fix Metadata XML (RequestedAttribute)
5+ * Fix Windows specific Unix date formatting bug.
6+ * Docs for OSx instlltion of libsecxml1
7+ * Fix SHA384 Constant URI
8+ * [ #142 ] ( https://github.com/onelogin/python-saml/pull/142 ) Refactor of settings.py to make it a little more readable.
9+ * Bugfix for ADFS lowercase signatures
10+ * READMEs suggested wrong cert name
11+
312### 2.1.7 (May 14, 2016)
413* [ #117 ] ( https://github.com/onelogin/python-saml/pull/117 ) AttributeConsumingService support
514* [ #114 ] ( https://github.com/onelogin/python-saml/pull/114 ) Compare Assertion InResponseTo if not None
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python-saml' ,
12- version = '2.1.7 ' ,
12+ version = '2.1.8 ' ,
1313 description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
1414 classifiers = [
1515 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments