You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,17 @@
1
1
# python3-saml changelog
2
+
### 1.10.0 (Jan 14, 2021)
3
+
* Added custom lxml parser based on the one defined at xmldefused. Parser will ignore comments and processing instructions and by default have deactivated huge_tree, DTD and access to external documents
4
+
* Destination URL Comparison is now case-insensitive for netloc
5
+
* Support single-label-domains as valid. New security parameter allowSingleLabelDomains
6
+
* Added get_idp_sso_url, get_idp_slo_url and get_idp_slo_response_url methods to the Settings class and use it in the toolkit
7
+
*[#212](https://github.com/onelogin/python3-saml/pull/212) Overridability enhancements. Made classes overridable by subclassing. Use of classmethods instead staticmethods
8
+
* Add get_friendlyname_attributes support
9
+
* Remove external lib method get_ext_lib_path. Add set_cert_path in order to allow set the cert path in a different folder than the toolkit
10
+
* Add sha256 instead sha1 algorithm for sign/digest as recommended value on documentation and settings
11
+
*[#178](https://github.com/onelogin/python3-saml/pull/178) Support for adding idp.crt from filesystem
12
+
* Add samlUserdata to demo-flask session
13
+
* Fix autoreloading in demo-tornado
14
+
2
15
### 1.9.0 (Nov 20, 2019)
3
16
* Allow any number of decimal places for seconds on SAML datetimes
0 commit comments