Skip to content

Commit 8910c3d

Browse files
committed
Version 1.2.0
1 parent c2430a8 commit 8910c3d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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.

lib/onelogin/ruby-saml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OneLogin
22
module RubySaml
3-
VERSION = '1.1.2'
3+
VERSION = '1.2.0'
44
end
55
end

0 commit comments

Comments
 (0)