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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,23 @@
1
1
# python-saml changelog
2
+
### 2.2.2 (May 18, 2017)
3
+
* Be able to relax SSL Certificate verification when retrieving idp metadata
4
+
*[#195](https://github.com/onelogin/python-saml/pull/195) Be able to register future SP x509cert on the settings and publish it on SP metadata
5
+
*[#195](https://github.com/onelogin/python-saml/pull/195) Be able to register more than 1 Identity Provider x509cert, linked with an specific use (signing or encryption
6
+
*[#195](https://github.com/onelogin/python-saml/pull/195) Allow metadata to be retrieved from source containing data of multiple entities
7
+
*[#195](https://github.com/onelogin/python-saml/pull/195) Adapt IdP XML metadata parser to take care of multiple IdP certtificates and be able to inject the data obtained on the settings.
8
+
*[#194](https://github.com/onelogin/python-saml/pull/194) Publish KeyDescriptor[use=encryption] only when required
9
+
*[#190](https://github.com/onelogin/python-saml/pull/190) Checking the status of response before assertion count
10
+
* Add Pyramid demo example
11
+
* Allows underscores in URL hosts
12
+
* NameID Format improvements
13
+
*[#184](https://github.com/onelogin/python-saml/pull/184) Be able to provide a NameIDFormat to LogoutRequest
14
+
*[#180](https://github.com/onelogin/python-saml/pull/180) Add DigestMethod support. (Add sign_algorithm and digest_algorithm parameters 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
+
2
18
3
19
### 2.2.1 (Jan 11, 2017)
4
-
*[#175]((https://github.com/onelogin/python-saml/pull/175) Optionally raise detailed exceptions vs. returning False.
20
+
*[#175](https://github.com/onelogin/python-saml/pull/175) Optionally raise detailed exceptions vs. returning False.
5
21
Implement a more specific exception class for handling some validation errors. Improve/Fix tests
6
22
*[#171](https://github.com/onelogin/python-saml/pull/171) Add hooks to retrieve last-sent and last-received requests and responses
0 commit comments