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
java: add DDBEC with SDK v2 and remove DDBEC with SDK V1 (#2048)
The AWS Database Encryption SDK for DynamoDB will NOT support AWS SDK for Java 1.x in the embedded 2.x version (which was known as DynamoDB Encryption Client(DDBEC)). The embedded DDBEC will now use AWS SDK for Java 2.x. These changes are limited to embedded DDBEC and rest of DB-ESDK has no code changes.
If consumer of DB-ESDK is using APIs from namespace com.amazonaws.services.dynamodbv2 through DB-ESDK then they have to migrate to use corresponding API from namespace com.amazonaws.services.dynamodbv2.datamodeling.sdkv2. If consumer of DB-ESDK are NOT using namespace com.amazonaws.services.dynamodbv2 through DB-ESDK then there will not be any breaking change when moving to next major version.
Features -- Java
java: add DDBEC with SDK v2 and remove DDBEC with SDK V1 (#2048) (035dbe3)
Fixes -- All Languages
use UUIDs and cleanup in beacon styles example to avoid stale item collisions (#2125) (773c1ff)