Skip to content

Latest commit

 

History

History
161 lines (134 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

161 lines (134 loc) · 6.57 KB

Version 1.3.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.3.0 - 2022-03-30

Removed

  • Drop support for ruby 2.6
  • Drop support for ruby 2.5

Changed

  • fix: upgrade to Ruby 2.7+ *args syntax.
  • fix: resolve deprecation warnings

1.2.0 - 2021-02-04

Changed

1.1.0 - 2019-04-30

Added

  • Add support for ForceAuthn attribute on AuthnRequest

Removed

  • Drop support for ruby 2.2
  • Drop support for ruby 2.3

Changed

  • Rescue from invalid signature validation
  • Change minimum ruby version to 2.4
  • Change minimum bundler to 2.0

1.0.31 - 2019-04-17

Changed

  • Rescue from all decryption errors

1.0.30 - 2019-04-07

Changed

  • change xml-kit dependency to minimum 0.3.0
  • use encrypt_data_for instead of encryption_for.

1.0.29 - 2018-12-04

Changed

  • change xml-kit dependency to ~> 0.2.

1.0.28 - 2018-12-04

Changed

  • Parse attribute arrays from SAML assertion.

1.0.27 - 2018-11-08

Changed

  • Evict expired key pairs from configuration.

1.0.26 - 2018-10-22

Changed

  • Forward destination, issuer, now, embed_signature to assertion.

1.0.25 - 2018-10-17

Changed

  • Allow multi valued attributes in response assertion.

1.0.24 - 2018-09-18

Added

  • Parse ID from assertion.
  • Parse version from assertion.
  • Parse version from assertion.
  • Add missing English translations.

Changed

  • Moved backing fields from response builder to assertion.

1.0.23 - 2018-08-23

Added

  • Add NotOnOrAfter attribute to SubjectConfirmationData.

1.0.22 - 2018-08-13

Added

  • Allow using a custom NameID Format in Assertion.

1.0.21 - 2018-08-13

Changed

  • Use net/hippie instead of net/http.

Removed

  • remove optional NotOnOrAfter attribute from SubjectConfirmationData.

1.0.20 - 2018-08-11

Changed

  • Synchronize NotOnOrAfter between AuthnStatement and SubjectConfirmationData.

Removed

  • Removed optional SessionNotOnOrAfter attribute from AuthnStatement.