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 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
Original file line number Diff line number Diff line change 99
1010setup (
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' ,
You can’t perform that action at this time.
0 commit comments