File tree 4 files changed +28
-3
lines changed
4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 2.0.2 -- 2021-08-31
3
+ ### Fixes
4
+ * fix: Allow reading old plaintext records after adding new encrypted field to schema
5
+ ([ #152 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/152 ) )
6
+ * fix: Update user agent string to correctly reflect version
7
+ ([ #141 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/141 ) )
8
+ * fix: Data model migration doc breadcrumb.
9
+ ([ #139 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/139 ) )
10
+
11
+ ### Maintenance
12
+ * chore: bump aws-java-sdk-bom from 1.11.460 to 1.12.51
13
+ ([ #154 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/154 ) )
14
+ * chore: Add support policy
15
+ ([ #149 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/149 ) )
16
+ * CI: Create release builds that validate on multiple JDKs
17
+ ([ #148 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/148 ) )
18
+ * chore: Add format check to CI and format
19
+ ([ #146 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/146 ) )
20
+ * chore: Add example for MRKs
21
+ ([ #145 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/145 ) )
22
+ * chore: Add repo-sync actions
23
+ ([ #143 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/143 ) )
24
+ * chore: Add issue template
25
+ ([ #142 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/142 ) )
26
+
2
27
## 2.0.1 -- 2021-02-12
3
28
### Bugfix
4
29
Fixes released jar files to ensure JDK 8 compatibility.
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
133
133
<dependency >
134
134
<groupId >com.amazonaws</groupId >
135
135
<artifactId >aws-dynamodb-encryption-java</artifactId >
136
- <version >2.0.1 </version >
136
+ <version >2.0.2 </version >
137
137
</dependency >
138
138
```
139
139
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 >2.0.1 </version >
11
+ <version >2.0.2 </version >
12
12
</parent >
13
13
14
14
<artifactId >dynamodbencryptionclient-sdk1examples</artifactId >
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 >2.0.1 </version >
9
+ <version >2.0.2 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >aws-dynamodb-encryption-java :: POM</name >
You can’t perform that action at this time.
0 commit comments