Skip to content

Commit 86d3725

Browse files
committed
Release 1.2.4
1 parent ec4f4ab commit 86d3725

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# python3-saml changelog
2+
### 1.2.4 (May 18, 2017)
3+
* Publish KeyDescriptor[use=encryption] only when required
4+
* [#57](https://github.com/onelogin/python3-saml/pull/57) Be able to register future SP x509cert on the settings and publish it on SP metadata
5+
* [#57](https://github.com/onelogin/python3-saml/pull/57) Be able to register more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption
6+
* [#57](https://github.com/onelogin/python3-saml/pull/57) Allow metadata to be retrieved from source containing data of multiple entities
7+
* [#57](https://github.com/onelogin/python3-saml/pull/57) Adapt IdP XML metadata parser to take care of multiple IdP certtificates and be able to inject the data obtained on the settings.
8+
* Be able to relax SSL Certificate verification when retrieving idp metadata
9+
* Checking the status of response before assertion count
10+
* Allows underscores in URL hosts
11+
* Add a Pyramid demo
12+
* Be able to provide a NameIDFormat to LogoutRequest
13+
* Add DigestMethod support. Add sign_algorithm and digest_algorithm par
14+
ameters to sign_metadata and add_sign.
15+
* Validate serial number as string to work around libxml2 limitation
16+
* Make the Issuer on the Response Optional
17+
* Fixed bug with formated cert fingerprints
218

319
### 1.2.3 (January 15, 2017)
420
* Fix p3 compatibility

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