File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# python3-saml changelog
2
2
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
+
3
20
### 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 9
9
10
10
setup (
11
11
name = 'python3-saml' ,
12
- version = '1.1.1 ' ,
12
+ version = '1.1.2 ' ,
13
13
description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
14
14
classifiers = [
15
15
'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments