Skip to content

Commit 4a7b0fc

Browse files
committed
Release 2.1.7
1 parent 431e504 commit 4a7b0fc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# python-saml changelog
22

3+
### 2.1.7 (May 14, 2016)
4+
* [#117](https://github.com/onelogin/python-saml/pull/117) AttributeConsumingService support
5+
* [#114](https://github.com/onelogin/python-saml/pull/114) Compare Assertion InResponseTo if not None
6+
* Return empty list when there are no audience values
7+
* Passing NameQualifier through to logout request
8+
* Make deflate process when retrieving built SAML messages optional
9+
* Add debug parameter to decrypt method
10+
* Fix Idp Metadata parser
11+
* Add documentation related to the new IdP metadata parser methods
12+
* Extract the already encoded value directly from get_data
13+
* [#133](https://github.com/onelogin/python-saml/pull/133) Fix typo and add extra assertions in util decrypt test
14+
* Fix Signature with empty URI support
15+
* Allow AuthnRequest with no NameIDPolicy
16+
* Remove requirement of NameID on SAML responses
17+
318
### 2.1.6 (Feb 15, 2016)
419
* Prevent signature wrapping attack!!
520
* [#111](https://github.com/onelogin/python-saml/pull/111) Add support for nested `NameID` children inside `AttributeValue`s

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='python-saml',
12-
version='2.1.6',
12+
version='2.1.7',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)