godaddy / asherah

Asherah is a multi-language, cross-platform application encryption SDK
MIT License
75 stars 47 forks source link

[Go] Initial plugins support #1041

Closed aka-bo closed 5 months ago

aka-bo commented 6 months ago

To help us get this pull request reviewed and merged quickly, please be sure to include the following items:

PR Type

What kind of change does this PR introduce?

Backward Compatibility

Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?

What's new?

DynamoDB based implementations of the appencryption.KeyManagementService and appencryption.Metastore interfaces have been relocated to the new plugins directory as follows:

Type declarations in the original pkg/kms and pkg/persistence packages have been replaced with aliases (and wrapper functions) to maintain backwards compatibility. Note that these alias types have all been marked as deprecated and will be removed in a future version.

Bumped version to v0.5.0