Skip to content

Commit 00b1f82

Browse files
committed
Release 2.10.0
1 parent ff9abda commit 00b1f82

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# python-saml changelog
2+
### 2.10.0 (Jul 23, 2021)
3+
* Removed CC-BY-SA 3.0 non compliant implementation of dict_deep_merge
4+
* Update expired dates from test responses
5+
* Add warning about the use of OneLogin_Saml2_IdPMetadataParser class about SSRF attacks
6+
* Migrate from Travis to Github Actions
7+
28
### 2.9.0 (Jan 13, 2021)
39
* Destination URL Comparison is now case-insensitive for netloc
410
* Support single-label-domains as valid. New security parameter allowSingleLabelDomains

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