File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# python-saml changelog
22
3+ ### 2.1.7 (May 14, 2016)
4+ * [ #117 ] ( https://github.com/onelogin/python-saml/pull/117 ) AttributeConsumingService support
5+ * [ #114 ] ( https://github.com/onelogin/python-saml/pull/114 ) Compare Assertion InResponseTo if not None
6+ * Return empty list when there are no audience values
7+ * Passing NameQualifier through to logout request
8+ * Make deflate process when retrieving built SAML messages optional
9+ * Add debug parameter to decrypt method
10+ * Fix Idp Metadata parser
11+ * Add documentation related to the new IdP metadata parser methods
12+ * Extract the already encoded value directly from get_data
13+ * [ #133 ] ( https://github.com/onelogin/python-saml/pull/133 ) Fix typo and add extra assertions in util decrypt test
14+ * Fix Signature with empty URI support
15+ * Allow AuthnRequest with no NameIDPolicy
16+ * Remove requirement of NameID on SAML responses
17+
318### 2.1.6 (Feb 15, 2016)
419* Prevent signature wrapping attack!!
520* [ #111 ] ( https://github.com/onelogin/python-saml/pull/111 ) Add support for nested ` NameID ` children inside ` AttributeValue ` s
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python-saml' ,
12- version = '2.1.6 ' ,
12+ version = '2.1.7 ' ,
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