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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# RubySaml Changelog
2
2
3
3
### 1.0.0 (June 29, 2015)
4
+
*[#243](https://github.com/onelogin/ruby-saml/issues/243) and [#244](https://github.com/onelogin/ruby-saml/issues/244) Fix metadata builder errors. Fix metadata xsd.
4
5
*[#241](https://github.com/onelogin/ruby-saml/pull/241) Add decrypt support (EncryptID and EncryptedAssertion). Improve compatibility with namespaces.
5
6
*[#240](https://github.com/onelogin/ruby-saml/pull/240)[#238](https://github.com/onelogin/ruby-saml/pull/238) Improve test coverage and refactor.
6
7
*[#239](https://github.com/onelogin/ruby-saml/pull/239) Improve security: Add more validations to SAMLResponse, LogoutRequest and LogoutResponse. Refactor code and improve tests coverage.
@@ -10,6 +11,7 @@
10
11
*[#231](https://github.com/onelogin/ruby-saml/pull/231) Refactor HTTP-Redirect Sign method, Move test data to right folder
11
12
*[#226](https://github.com/onelogin/ruby-saml/pull/226) Ensure IdP certificate is formatted properly
12
13
*[#225](https://github.com/onelogin/ruby-saml/pull/225) Add documentation to several methods. Fix xpath injection on xml_security.rb
14
+
*[#223](https://github.com/onelogin/ruby-saml/pull/223) Allow logging to be delegated to an arbitrary Logger
13
15
14
16
### 0.9.2 (Apr 28, 2015)
15
17
*[#216](https://github.com/onelogin/ruby-saml/pull/216) Add fingerprint algorithm support
0 commit comments