Releases: appbot/kms_rails
Releases · appbot/kms_rails
v1.0.0
Removes config.fake_kms_api
and replace with config.kms_client
, which can be passed any Client object, including the faked client.
See the updated docs for more information.
v0.3.0
Adds support for arn_prefix
in configuration. See README.md for more details.
v0.2.1
Move minimum Ruby required to 2.5. Address depreciation warnings in Ruby 2.7.
v0.1.0
Switch to using AWS SDK v3 and aws-sdk-kms
.
v0.0.10
Makes validation of real column's non-existence occur on first use, not on attribute definition.
v0.0.9
Fixes bugs described in #1 and #2