File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# python3-saml changelog
2+ ### 1.6.0 (Apr 10, 2019)
3+ * Add support for Subjects on AuthNRequests by the new name_id_value_req parameter
4+ * [ #127 ] ( https://github.com/onelogin/python3-saml/pull/127 ) Fix for SLO when XML specifies encoding
5+ * [ #126 ] ( https://github.com/onelogin/python3-saml/pull/126 ) Fixed setting NameFormat attribute for AttributeValue tags
6+
27### 1.5.0 (Jan 29, 2019)
38* Security improvements. Use of tagid to prevent XPath injection. Disable DTD on fromstring defusedxml method
49* [ #97 ] ( https://github.com/onelogin/python3-saml/pull/97 ) Check that the response has all of the AuthnContexts that we provided
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'python3-saml' ,
12- version = '1.5 .0' ,
12+ version = '1.6 .0' ,
1313 description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
1414 classifiers = [
1515 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments