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
7 files changed +10
-763
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 2.0.0 -- 2021-02-04
3
+ Removes MostRecentProvider.
4
+ MostRecentProvider is replaced by CachingMostRecentProvider as of 1.15.0.
5
+
2
6
## 1.15.0 -- 2021-02-04
3
7
Adds the CachingMostRecentProvider and deprecates MostRecentProvider.
4
8
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
119
119
<dependency >
120
120
<groupId >com.amazonaws</groupId >
121
121
<artifactId >aws-dynamodb-encryption-java</artifactId >
122
- <version >1.15 .0</version >
122
+ <version >2.0 .0</version >
123
123
</dependency >
124
124
```
125
125
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >software.amazon.cryptools</groupId >
10
10
<artifactId >dynamodbencryptionclient-pom</artifactId >
11
- <version >1.15 .0</version >
11
+ <version >2.0 .0</version >
12
12
</parent >
13
13
14
14
<artifactId >dynamodbencryptionclient-sdk1examples</artifactId >
15
15
<packaging >jar</packaging >
16
- <version >1.15 .0</version >
16
+ <version >2.0 .0</version >
17
17
<name >aws-dynamodb-encryption-java :: SDK1 Examples</name >
18
18
<description >Examples for AWS DynamoDB Encryption Client for AWS Java SDK v1</description >
19
19
27
27
<dependency >
28
28
<groupId >com.amazonaws</groupId >
29
29
<artifactId >aws-dynamodb-encryption-java</artifactId >
30
- <version >1.15 .0</version >
30
+ <version >2.0 .0</version >
31
31
</dependency >
32
32
33
33
<dependency >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >software.amazon.cryptools</groupId >
8
8
<artifactId >dynamodbencryptionclient-pom</artifactId >
9
- <version >1.15 .0</version >
9
+ <version >2.0 .0</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >aws-dynamodb-encryption-java :: POM</name >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.amazonaws</groupId >
8
8
<artifactId >aws-dynamodb-encryption-java</artifactId >
9
- <version >1.15 .0</version >
9
+ <version >2.0 .0</version >
10
10
<packaging >jar</packaging >
11
11
<name >aws-dynamodb-encryption-java :: SDK1</name >
12
12
<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