File tree Expand file tree Collapse file tree 7 files changed +10
-763
lines changed
main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers
test/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers Expand file tree Collapse file tree 7 files changed +10
-763
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 2.0.0 -- 2021-02-04
3+ Removes MostRecentProvider.
4+ MostRecentProvider is replaced by CachingMostRecentProvider as of 1.15.0.
5+
26## 1.15.0 -- 2021-02-04
37Adds the CachingMostRecentProvider and deprecates MostRecentProvider.
48
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
119119 <dependency >
120120 <groupId >com.amazonaws</groupId >
121121 <artifactId >aws-dynamodb-encryption-java</artifactId >
122- <version >1.15 .0</version >
122+ <version >2.0 .0</version >
123123 </dependency >
124124```
125125
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >software.amazon.cryptools</groupId >
1010 <artifactId >dynamodbencryptionclient-pom</artifactId >
11- <version >1.15 .0</version >
11+ <version >2.0 .0</version >
1212 </parent >
1313
1414 <artifactId >dynamodbencryptionclient-sdk1examples</artifactId >
1515 <packaging >jar</packaging >
16- <version >1.15 .0</version >
16+ <version >2.0 .0</version >
1717 <name >aws-dynamodb-encryption-java :: SDK1 Examples</name >
1818 <description >Examples for AWS DynamoDB Encryption Client for AWS Java SDK v1</description >
1919
2727 <dependency >
2828 <groupId >com.amazonaws</groupId >
2929 <artifactId >aws-dynamodb-encryption-java</artifactId >
30- <version >1.15 .0</version >
30+ <version >2.0 .0</version >
3131 </dependency >
3232
3333 <dependency >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >software.amazon.cryptools</groupId >
88 <artifactId >dynamodbencryptionclient-pom</artifactId >
9- <version >1.15 .0</version >
9+ <version >2.0 .0</version >
1010 <packaging >pom</packaging >
1111
1212 <name >aws-dynamodb-encryption-java :: POM</name >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.amazonaws</groupId >
88 <artifactId >aws-dynamodb-encryption-java</artifactId >
9- <version >1.15 .0</version >
9+ <version >2.0 .0</version >
1010 <packaging >jar</packaging >
1111 <name >aws-dynamodb-encryption-java :: SDK1</name >
1212 <description >AWS DynamoDB Encryption Client for AWS Java SDK v1</description >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments