File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# RubySaml Changelog
2+ ### 0.9.2 (Apr 1, 2015)
3+ * [ #218 ] ( https://github.com/onelogin/ruby-saml/pull/218 ) Update README.md
4+ * [ #214 ] ( https://github.com/onelogin/ruby-saml/pull/214 ) Cleanup ` SamlMessage ` class
5+ * [ #213 ] ( https://github.com/onelogin/ruby-saml/pull/213 ) Add ability to sign metadata. (Improved)
6+ * [ #212 ] ( https://github.com/onelogin/ruby-saml/pull/212 ) Rename library entry point
7+ * [ #210 ] ( https://github.com/onelogin/ruby-saml/pull/210 ) Call assert in tests
8+ * [ #208 ] ( https://github.com/onelogin/ruby-saml/pull/208 ) Update tests and CI for Ruby 2.2.0
9+ * [ #205 ] ( https://github.com/onelogin/ruby-saml/pull/205 ) Allow requirement of single files
10+ * [ #204 ] ( https://github.com/onelogin/ruby-saml/pull/204 ) Require ‘net/http’ library
11+ * [ #201 ] ( https://github.com/onelogin/ruby-saml/pull/201 ) Freeze and duplicate default security settings hash so that it doesn't get modified.
12+ * [ #200 ] ( https://github.com/onelogin/ruby-saml/pull/200 ) Set default SSL certificate store in Ruby 1.8.
13+ * [ #199 ] ( https://github.com/onelogin/ruby-saml/pull/199 ) Change Nokogiri's runtime dependency to fix support for Ruby 1.8.7.
14+ * [ #179 ] ( https://github.com/onelogin/ruby-saml/pull/179 ) Add support for setting the entity ID and name ID format when parsing metadata
15+ * [ #175 ] ( https://github.com/onelogin/ruby-saml/pull/175 ) Introduce thread safety to SAML schema validation
16+ * [ #171 ] ( https://github.com/onelogin/ruby-saml/pull/171 ) Fix inconsistent results with using regex matches in decode_raw_saml
17+
218### 0.9.1 (Feb 10, 2015)
319* [ #194 ] ( https://github.com/onelogin/ruby-saml/pull/194 ) Relax nokogiri gem requirements
420* [ #191 ] ( https://github.com/onelogin/ruby-saml/pull/191 ) Use Minitest instead of Test::Unit
Original file line number Diff line number Diff line change 11module OneLogin
22 module RubySaml
3- VERSION = '0.9.1 '
3+ VERSION = '0.9.2 '
44 end
55end
You can’t perform that action at this time.
0 commit comments