File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
8
### 2.9.0 (Jan 13, 2021)
3
9
* Destination URL Comparison is now case-insensitive for netloc
4
10
* Support single-label-domains as valid. New security parameter allowSingleLabelDomains
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'python-saml' ,
12
- version = '2.9 .0' ,
12
+ version = '2.10 .0' ,
13
13
description = 'Onelogin Python Toolkit. Add SAML support to your Python software using this library' ,
14
14
classifiers = [
15
15
'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments