Version 0.6.0
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
- Add support for Ruby 3.1
- Drop support for Ruby 2.5
- Drop support for Ruby 2.6
0.5.0 - 2021-01-30
- Minimum Ruby 2.5+
0.4.0 - 2019-04-30
- provide stable API for specifying the digest method and signature method.
- drop support for ruby 2.2
- drop support for ruby 2.3
- use bundler 2.0
0.3.1 - 2019-04-01
- provide default symmetric cipher for
EncryptedData
element. - use
ENVELOPED_SIG
constant
- allow specifying id for
EncryptedData
element.
0.3.0 - 2019-01-XX
- Default logger
- _assign does not coerce values by default.
- errors are merged together instead of overwritten during attribute validation.