Skip to content

Commit ce81bcb

Browse files
committed
Release 1.6.0
1 parent 5946ea6 commit ce81bcb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
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',

0 commit comments

Comments
 (0)