Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 4.62 KB

changelog.md

File metadata and controls

58 lines (50 loc) · 4.62 KB

RubySaml Changelog

0.9.2 (Apr 28, 2015)

  • #216 Add fingerprint algorithm support
  • #218 Update README.md
  • #214 Cleanup SamlMessage class
  • #213 Add ability to sign metadata. (Improved)
  • #212 Rename library entry point
  • #210 Call assert in tests
  • #208 Update tests and CI for Ruby 2.2.0
  • #205 Allow requirement of single files
  • #204 Require ‘net/http’ library
  • #201 Freeze and duplicate default security settings hash so that it doesn't get modified.
  • #200 Set default SSL certificate store in Ruby 1.8.
  • #199 Change Nokogiri's runtime dependency to fix support for Ruby 1.8.7.
  • #179 Add support for setting the entity ID and name ID format when parsing metadata
  • #175 Introduce thread safety to SAML schema validation
  • #171 Fix inconsistent results with using regex matches in decode_raw_saml

0.9.1 (Feb 10, 2015)

  • #194 Relax nokogiri gem requirements
  • #191 Use Minitest instead of Test::Unit

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

0.8.2 (Jan 26, 2015)

  • #183 Resolved a security vulnerability where string interpolation in a REXML::XPath.first() method call allowed for arbitrary code execution.

0.8.0 (Feb 21, 2014)

IMPORTANT: This release changed namespace of the gem from OneLogin::Saml to OneLogin::RubySaml. Please update your implementations of the gem accordingly.

  • #111 Onelogin:: is OneLogin::
  • #108 Change namespacing from Onelogin::Saml to Onelogin::Rubysaml

0.7.3 (Feb 20, 2014)

Updated gem dependencies to be compatible with Ruby 1.8.7-p374 and 1.9.3-p448. Removed unnecessary canonix gem dependency.

  • #107 Relax nokogiri version requirement to >= 1.5.0
  • #105 Lock Gem versions, fix to resolve possible namespace collision