Skip to content

Commit 45b9207

Browse files
committed
Release 1.7.0
1 parent ec21c28 commit 45b9207

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.7.0 (Jun 25, 2019)
3+
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from SAMLResponse. Adjusted single logout service to provide NameQualifier and SPNameQualifier to logout method. Add getNameIdNameQualifier to Auth and SamlResponse. Extend logout method from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutRequest constructor with SAML specs
4+
* Added get_in_response_to method to Response and LogoutResponse classes
5+
* Update defusexml dependency
6+
27
### 1.6.0 (Apr 10, 2019)
38
* Add support for Subjects on AuthNRequests by the new name_id_value_req parameter
49
* [#127](https://github.com/onelogin/python3-saml/pull/127) Fix for SLO when XML specifies encoding

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.6.0',
12+
version='1.7.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)