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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
1
# python3-saml changelog
2
+
### 1.13.0 (Jan 28, 2022)
3
+
4
+
-[#296](https://github.com/onelogin/python3-saml/pull/296) Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms.
5
+
- Set sha256 and rsa-sha256 as default algorithms
6
+
-[#288](https://github.com/onelogin/python3-saml/pull/288) Support building a LogoutResponse with non-success status
7
+
- Added warning about Open Redirect and Reply attacks
8
+
-[##274](https://github.com/onelogin/python3-saml/pull/274) Replace double-underscored names with single underscores
9
+
- Add at OneLogin_Saml2_Auth get_last_assertion_issue_instant() and get_last_response_in_response_to() methods
10
+
- Upgrade dependencies
11
+
2
12
### 1.12.0 (Aug 13, 2021)
3
13
*[#276](https://github.com/onelogin/python3-saml/pull/276) Deprecate server_port from request data dictionary
0 commit comments