File tree 7 files changed +12
-8
lines changed
DynamoDbEncryption/runtimes/java
TestVectors/runtimes/java
7 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 3.0.0-preview-1 2023-06-08
3
+ ## 3.0.0-preview-2 2023-06-09
4
+
5
+ ### Fix
6
+ - The AWS SDK Core MUST NOT be depended on directly.
7
+
8
+ ## 3.0.0-preview-1 2023-06-09
4
9
5
10
### Features
6
11
- Initial release of the AWS Database Encryption SDK.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
}
13
13
14
14
group = " software.amazon.cryptography"
15
- version = " 3.0.0-preview-1 "
15
+ version = " 3.0.0-preview-2 "
16
16
description = " Aws Database Encryption Sdk for DynamoDb Java"
17
17
18
18
java {
@@ -75,7 +75,6 @@ dependencies {
75
75
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
76
76
implementation(" software.amazon.awssdk:dynamodb" )
77
77
implementation(" software.amazon.awssdk:dynamodb-enhanced" )
78
- implementation(" software.amazon.awssdk:core:2.19.1" )
79
78
implementation(" software.amazon.awssdk:kms" )
80
79
81
80
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.1" )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ repositories {
56
56
}
57
57
58
58
dependencies {
59
- implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-1 " )
59
+ implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-2 " )
60
60
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0-preview-1" )
61
61
62
62
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ repositories {
56
56
}
57
57
58
58
dependencies {
59
- implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-1 " )
59
+ implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-2 " )
60
60
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0-preview-1" )
61
61
62
62
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ repositories {
56
56
}
57
57
58
58
dependencies {
59
- implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-1 " )
59
+ implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-2 " )
60
60
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0-preview-1" )
61
61
62
62
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This table describes the current support status of each major version of the AWS
21
21
- Current status
22
22
- Next status
23
23
- Next status date
24
- * - 3.0.0-preview-1
24
+ * - 3.0.0-preview-x
25
25
- Developer Preview
26
26
-
27
27
-
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ dependencies {
73
73
implementation(" org.dafny:DafnyRuntime:4.0.0" )
74
74
implementation(" software.amazon.smithy.dafny:conversion:0.1" )
75
75
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0-preview-1" )
76
- implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-1 " )
76
+ implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.0.0-preview-2 " )
77
77
implementation(" software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT" )
78
78
79
79
implementation(platform(" software.amazon.awssdk:bom:2.19.1" ))
You can’t perform that action at this time.
0 commit comments