Skip to content

Commit b089e78

Browse files
committed
Release 2.3.0
1 parent ef91db1 commit b089e78

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# python-saml changelog
2-
### 2.2.4 (unreleased)
3-
* Get NameID when element decrypted twice
2+
### 2.3.0 (Sep 15, 2017)
3+
* [#205](https://github.com/onelogin/python-saml/pull/205) Improve decrypt method, Add an option to decrypt an element in place or copy it before decryption.
4+
* [#204](https://github.com/onelogin/python-saml/pull/204) On a LogoutRequest if the NameIdFormat is entity, NameQualifier and SPNameQualifier will be ommited. If the NameIdFormat is not entity and a NameQualifier is provided, then the SPNameQualifier will be also added.
5+
* Be able to get at the auth object the last processed ID (response/assertion) and the last generated ID.
6+
* Reset errorReason attribute of the auth object before each Process method
7+
* Fix issue on getting multiple certs when only sign or encryption certs
8+
* Allow empty nameid if setting wantNameId is false. Only raise Exceptions when strict mode is enabled
49

510
### 2.2.3 (Jun 15, 2017)
611
* Replace some etree.tostring calls, that were introduced recfently, by the sanitized call provided by defusedxml

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