Skip to content

Commit 4057f90

Browse files
committed
Release 1.1.2
1 parent e530d7a commit 4057f90

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

changelog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# python3-saml changelog
22

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+
320
### 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

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