4.1.0 (2026-06-26)
- add retries to examples (#2262) (ab622af)
- add special-characters-workaround to avoid sigv4 failure (#2270) (7223d98)
- Update README to mention DDBECwithSDKV2 examples (#2276) (bdcf6d0)
4.0.0 (2026-04-29)
- 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.dynamodbv2through DB-ESDK then they have to migrate to use corresponding API from namespacecom.amazonaws.services.dynamodbv2.datamodeling.sdkv2. If consumer of DB-ESDK are NOT using namespacecom.amazonaws.services.dynamodbv2through DB-ESDK then there will not be any breaking change when moving to next major version.
- java: Allow local testing (#1947) (bf5a106)
- java: Attempt to reduce flaky CI (#2220) (987aec6)
- java: attempt to reduce flaky CI failures (#2203) (b4d88f1)
- java: bring back test against released MPL version (#2226) (a340b34)
- java: fix GetEncryptedDataKeyDescription java Example (#1973) (ba8fcb7)
- java: retry failed workflow (#2229) (2668d68)
- java: shut down local DDB in test (#2176) (fa1e151)