Skip to content

Tags: aws/aws-dynamodb-encryption-java

Tags

v1.15.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: backport codebuild release from 2.x (#229)

v2.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 2.0.3, update changelog (#160)

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: updating version in pom in order to build in test-release (#156)

v2.0.1

Fix release date of 2.0.1 in changelog

v1.15.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #135 from robin-aws/fix-changelog-1.15.1-date

Fix release date on 1.15.1

v2.0.0

fix!: Remove the MostRecentProvider.

BREAKING CHANGE: Removes the MostRecentProvider, which is replaced by the CachingMostRecentProvider.

v1.15.0

feat: Adds the CachingMostRecentProvider. Deprecates MostRecentProvider.

Time-based key re-authorization logic in MostRecentProvider did not re-authorize the use of the key
after key usage permissions were changed at the key provider (for example AWS Key Management
Service). This created the potential for keys to be used in the DynamoDB Encryption Client after
permissions to do so were revoked.

The MostRecentProvider is deprecated. It is removed in 2.0.0. New deployments should use the
CachingMostRecentProvider, and existing deployments should upgrade as soon as possible. See
https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/most-recent-provider.html#mrp-versions
for more details.

This change also addresses interoperability issues between the Python and Java implementations of
the DynamoDB Encryption Client.

1.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #67 from johnwalker/newrelease

Update to correct release date

1.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #51 from SalusaSecondus/issue-32

Force use of SaveBehavior.PUT or SaveBehavior.CLOBBER. Issue #32

1.11.2

Bump patch version to 1.11.2