Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

69 lines (56 loc) · 2.53 KB

Version 0.6.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.

0.6.0 - 2022-05-23

Added

  • Add support for Ruby 3.1

Removed

  • Drop support for Ruby 2.5
  • Drop support for Ruby 2.6

0.5.0 - 2021-01-30

Changed

  • Minimum Ruby 2.5+

0.4.0 - 2019-04-30

Added

  • provide stable API for specifying the digest method and signature method.

Changed

  • drop support for ruby 2.2
  • drop support for ruby 2.3
  • use bundler 2.0

0.3.1 - 2019-04-01

Changed

  • provide default symmetric cipher for EncryptedData element.
  • use ENVELOPED_SIG constant

Added

  • allow specifying id for EncryptedData element.

0.3.0 - 2019-01-XX

Added

  • Default logger

Changed

  • _assign does not coerce values by default.
  • errors are merged together instead of overwritten during attribute validation.