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
On Version `1.8.0`, creating AuthRequests/LogoutRequests/LogoutResponses with nil RelayState param will not generate a URL with an empty RelayState parameter anymore. It also changes the invalid audience error message.
5
+
3
6
## Updating from 1.6.0 to 1.7.0
4
7
5
8
Version `1.7.0` is a recommended update for all Ruby SAML users as it includes a fix for the [CVE-2017-11428](https://www.cvedetails.com/cve/CVE-2017-11428/) vulnerability.
Copy file name to clipboardexpand all lines: changelog.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# RubySaml Changelog
2
2
3
+
### 1.8.0 (April 23, 2018)
4
+
*[#437](https://github.com/onelogin/ruby-saml/issues/437) Creating AuthRequests/LogoutRequests/LogoutResponses with nil RelayState should not send empty RelayState URL param
5
+
*[#454](https://github.com/onelogin/ruby-saml/pull/454) Added Response available options
6
+
*[#453](https://github.com/onelogin/ruby-saml/pull/453) Raise a more descriptive exception if idp_sso_target_url is missing
7
+
*[#452](https://github.com/onelogin/ruby-saml/pull/452) Fix behavior of skip_conditions flag on Response
8
+
*[#449](https://github.com/onelogin/ruby-saml/pull/449) Add ability to skip authnstatement validation
9
+
* Clear cached values to be able to use IdpMetadataParser more than once
10
+
* Updated invalid audience error message
11
+
3
12
### 1.7.2 (Feb 28, 2018)
4
13
*[#446](https://github.com/onelogin/ruby-saml/pull/446) Normalize text returned by OneLogin::RubySaml::Utils.element_text
0 commit comments