File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# RubySaml Changelog
22
3+ ### 1.2.0 (April 29, 2016)
4+ * [ #269 ] ( https://github.com/onelogin/ruby-saml/pull/269 ) Refactor error handling; allow collect error messages when soft=true (normal validation stop after find first error)
5+ * [ #289 ] ( https://github.com/onelogin/ruby-saml/pull/289 ) Remove uuid gem in favor of SecureRandom
6+ * [ #297 ] ( https://github.com/onelogin/ruby-saml/pull/297 ) Implement EncryptedKey RetrievalMethod support
7+ * [ #298 ] ( https://github.com/onelogin/ruby-saml/pull/298 ) IDP metadata parsing improved: binding parsing, fingerprint_algorithm support)
8+ * [ #299 ] ( https://github.com/onelogin/ruby-saml/pull/299 ) Make 'signing' at KeyDescriptor optional
9+ * [ #308 ] ( https://github.com/onelogin/ruby-saml/pull/308 ) Support name_id_format on SAMLResponse
10+ * [ #315 ] ( https://github.com/onelogin/ruby-saml/pull/315 ) Support for canonicalization with comments
11+ * [ #316 ] ( https://github.com/onelogin/ruby-saml/pull/316 ) Fix Misspelling of transation_id to transaction_id
12+ * [ #321 ] ( https://github.com/onelogin/ruby-saml/pull/321 ) Support Attribute Names on IDPSSODescriptor parser
13+ * Changes on empty URI of Signature reference management
14+ * [ #320 ] ( https://github.com/onelogin/ruby-saml/pull/320 ) Dont mutate document to fix lack of reference URI
15+ * [ #306 ] ( https://github.com/onelogin/ruby-saml/pull/306 ) Support WantAssertionsSigned
16+
317### 1.1.2 (February 15, 2016)
418* Improve signature validation. Add tests.
519 [ #302 ] ( https://github.com/onelogin/ruby-saml/pull/302 ) Add Destination validation.
Original file line number Diff line number Diff line change 11module OneLogin
22 module RubySaml
3- VERSION = '1.1.2 '
3+ VERSION = '1.2.0 '
44 end
55end
You can’t perform that action at this time.
0 commit comments