File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# python3-saml changelog
22
3+ ### 1.1.2 (May 14, 2016)
4+
5+ * Allow AuthnRequest with no NameIDPolicy.
6+ * Remove NameId requirement on SAMLResponse, now requirement depends on setting
7+ * Use python-xmlsec 0.6.0
8+ * Make idp settings optional
9+ * Fix Organization element on SP metadata. Minor style code fix
10+ * Add debug parameter to decrypt method
11+ * Support AttributeConsumingService
12+ * Improve AuthNRequest format
13+ * Fix unspecified NameID
14+ * Make deflate process when retrieving built SAML messages optional
15+ * Not compare Assertion InResponseTo if not found
16+ * [ #15 ] ( https://github.com/onelogin/python3-saml/pull/15 ) Passing NameQualifier through to logout request
17+ * Improve documentation
18+ * [ #12 ] ( https://github.com/onelogin/python3-saml/pull/12 ) Add information about getting the demos up and running on Heroku
19+
320### 1.1.1 (Mar 17, 2016)
4- * [ # 12 ] ( https://github.com/onelogin/python3-saml/pull/12 ) . Make AttributeStatements requirement optional
21+ * Make AttributeStatements requirement optional
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python3-saml' ,
12- version = '1.1.1 ' ,
12+ version = '1.1.2 ' ,
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