Skip to content

Commit 65827d3

Browse files
committed
Release 1.10.0
1 parent 5d49768 commit 65827d3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Ruby SAML [![Build Status](https://secure.travis-ci.org/onelogin/ruby-saml.svg)](http://travis-ci.org/onelogin/ruby-saml) [![Coverage Status](https://coveralls.io/repos/onelogin/ruby-saml/badge.svg?branch=master%0A)](https://coveralls.io/r/onelogin/ruby-saml?branch=master%0A) [![Gem Version](https://badge.fury.io/rb/ruby-saml.svg)](http://badge.fury.io/rb/ruby-saml)
22

3+
# Updating from 1.9.0 to 1.10.0
4+
Version `1.10.0` improves IdpMetadataParser to allow parse multiple IDPSSODescriptor, Add Subject support on AuthNRequest to allow SPs provide info to the IdP about the user to be authenticated and updates the format_cert method to accept certs with /\x0d/
5+
36
## Updating from 1.8.0 to 1.9.0
4-
Version `1.8.0` better supports Ruby 2.4+ and JRuby 9.2.0.0. `Settings` initialization now has a second parameter, `keep_security_settings` (default: false), which saves security settings attributes that are not explicitly overridden, if set to true.
7+
Version `1.9.0` better supports Ruby 2.4+ and JRuby 9.2.0.0. `Settings` initialization now has a second parameter, `keep_security_settings` (default: false), which saves security settings attributes that are not explicitly overridden, if set to true.
58

69
## Updating from 1.7.X to 1.8.0
710
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.

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# RubySaml Changelog
2+
### 1.10.0 (Mar 21, 2019)
3+
* Add Subject support on AuthNRequest to allow SPs provide info to the IdP about the user to be authenticated
4+
* Improves IdpMetadataParser to allow parse multiple IDPSSODescriptors
5+
* Improves format_cert method to accept certs with /\x0d/
6+
* Forces nokogiri >= 1.8.2 when possible
27

38
### 1.9.0 (Sept 03, 2018)
49
* [#458](https://github.com/onelogin/ruby-saml/pull/458) Remove ruby 2.4+ warnings

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.9.0'
3+
VERSION = '1.10.0'
44
end
55
end

0 commit comments

Comments
 (0)