You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop support for google-apis-cloudkms_v1 (use google-cloud-kms instead)
Drop support for Ruby < 2.6 and Rails < 5.2
Exclude encrypted_kms_key from serialized_hash (not great for inspect) - serialized_hash branch
(maybe) Make :try the default for eager_encrypt option (makes behavior inconsistent between create and update, but reduces network calls in transactions needed for create)
Ideas
Add support for Azure Key Vault (wrap key/unwrap key)
Document eager_encrypt option
Improve name of eager_encrypt option
(maybe) Prefer has_data_key/encrypted_data_key over has_kms_key/encrypted_kms_key
The text was updated successfully, but these errors were encountered:
2.0
google-apis-cloudkms_v1
(usegoogle-cloud-kms
instead)encrypted_kms_key
fromserialized_hash
(not great forinspect
) -serialized_hash
branch:try
the default foreager_encrypt
option (makes behavior inconsistent between create and update, but reduces network calls in transactions needed for create)Ideas
eager_encrypt
optioneager_encrypt
optionhas_data_key
/encrypted_data_key
overhas_kms_key
/encrypted_kms_key
The text was updated successfully, but these errors were encountered: