v0.5.0
v0.5.0 (June 20th, 2019)
IMPROVEMENTS
- Added support for Vault Transit derived keys with the
:context
option. [GH-78] - Added a
:default
option tovault_attribute
. [GH-83]
BREAKING CHANGES
- Dropped support for Ruby < 2.4, Rails < 4.2. [GH-79]
- Null and empty types were previously deserialized to an empty JSON object (
{}
). They will now be properly deserialized asnull
, empty string (""
), and so on. To preserve the old behavior, adddefault: {}
to JSON-serialized attributes. [GH-81]
BUG FIXES
- Fixed uniqueness of generated key for in-memory operations. [GH-80]