·
10 commits
to main
since this release
⚠ BREAKING CHANGES
-
java: The embedded legacy DynamoDB Encryption Client (DDBEC) now uses AWS SDK for Java 2.x and no longer supports AWS SDK for Java 1.x (#2048).
Who is affected: Java customers migrating from legacy DDBEC who use the
com.amazonaws.services.dynamodbv2.datamodelingnamespace. If your code calls DDBEC APIs fromcom.amazonaws.services.dynamodbv2.datamodeling, you must migrate to the equivalent APIs undercom.amazonaws.services.dynamodbv2.datamodeling.sdkv2.Who is not affected: Customers not using the
com.amazonaws.services.dynamodbv2.datamodelingnamespace. The rest of DB-ESDK is unchanged.
Features -- Java
Fixes -- All Languages
Fixes -- Java
Maintenance -- All Languages
Maintenance -- Java
- 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)