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.
Unreleased
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
EncryptedDataelement. - use
ENVELOPED_SIGconstant
Added
- allow specifying id for
EncryptedDataelement.
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.