Skip to content

Releases: appbot/kms_rails

v1.0.0

18 Aug 01:40
Compare
Choose a tag to compare

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

27 Jul 06:16
Compare
Choose a tag to compare

Adds support for arn_prefix in configuration. See README.md for more details.

v0.2.1

02 Sep 23:54
Compare
Choose a tag to compare

Move minimum Ruby required to 2.5. Address depreciation warnings in Ruby 2.7.

v0.1.0

03 May 02:20
Compare
Choose a tag to compare

Switch to using AWS SDK v3 and aws-sdk-kms.

v0.0.10

16 Feb 02:33
Compare
Choose a tag to compare

Makes validation of real column's non-existence occur on first use, not on attribute definition.

v0.0.9

30 Jan 04:45
c1bc28c
Compare
Choose a tag to compare

Fixes bugs described in #1 and #2