Skip to content

Several small features and possible breaking change to AttributeEncryptor

Compare
Choose a tag to compare
@SalusaSecondus SalusaSecondus released this 30 Aug 18:00
· 226 commits to master since this release
1ecc6dd

This minor release contains a potentially breaking change related to the AttributeEncryptor.

Changes

  • Dependency versions are updated
  • Added MetaStore.replicate to make it easier to copy data-keys from one MetaStore to another
  • Better support for non-standard JCA providers
  • Fixed thread-safety issue in LRUCache
  • AttributeEncryptor will now throw a DynamoDBMappingException if it is used with a SaveBehavior other than PUT or CLOBBER`. This is necessary to avoid risk of data-corruption. Please see inline documentation for explanation of cause.