Releases: SAML-Toolkits/ruby-saml
Releases · SAML-Toolkits/ruby-saml
Release list
v0.9
0.9 (Jan 26, 2015)
- #169 WantAssertionSigned should be either true or false
- #167 (doc update) make unit of clock drift obvious
- #160 Extended solution for Attributes method [] can raise NoMethodError
- #158 Added ability to specify attribute services in metadata
- #154 Fix incorrect gem declaration statement
- #152 Fix the PR #99
- #150 Nokogiri already in gemspec
- #147 Fix LogoutResponse issuer validation and implement SAML Response issuer validation.
- #144 Fix DigestMethod lookup bug
- #139 Fixes handling of some soft and hard validation failures
- #138 Change logoutrequest.rb to UTC time
- #136 Remote idp metadata
- #135 Restored support for NIL as well as empty AttributeValues
- #134 explicitly require "onelogin/ruby-saml/logging"
- #133 Added license to gemspec
- #132 Support AttributeConsumingServiceIndex in AuthnRequest
- #131 Add ruby 2.1.1 to .travis.yml
- #122 Fixes #112 and #117 in a backwards compatible manner
- #119 Add support for extracting IdP details from metadata xml
v0.8.2
0.8.2 (Jan 26, 2014)
- #183 Resolved a security vulnerability where string interpolation in a
REXML::XPath.first()method call allowed for arbitrary code execution.
v0.8.1
Breaking Changes:
Changed namespace of the gem from OneLogin::Saml to OneLogin::RubySaml. Please update your implementations of the gem accordingly.
Please see the changelog for info.
v0.8.0
Do not use this release.
Please use v.0.8.1 instead.
0.7.3
Update gem dependencies. Remove canonix dependency.