Skip to content

Tags: farleyb-amazon/aws-dynamodb-encryption-java

Tags

v2.0.1

Toggle v2.0.1's commit message
Fix release date of 2.0.1 in changelog

v1.15.1

Toggle v1.15.1's commit message

Verified

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

Fix release date on 1.15.1

v2.0.0

Toggle v2.0.0's commit message
fix!: Remove the MostRecentProvider.

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

v1.15.0

Toggle v1.15.0's commit message
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

Toggle 1.13.0's commit message

Verified

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

Update to correct release date

1.12.0

Toggle 1.12.0's commit message

Verified

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

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

1.11.2

Toggle 1.11.2's commit message
Bump patch version to 1.11.2

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aws#43 from lizroth/repo_move

Move repository from awslabs to aws.

1.11.0

Toggle 1.11.0's commit message
Move to SDK-1.11.x. First prod release!

0.0.9-SNAPSHOT

Toggle 0.0.9-SNAPSHOT's commit message
Bump version to 0.0.9-SNAPSHOT