Skip to content

Commit 7ff1bbe

Browse files
authored
Merge branch 'main' into ajewell/async-example
2 parents 368d53f + 510dde3 commit 7ff1bbe

24 files changed

+69
-28
lines changed

.github/workflows/check-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
require-approvals:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
permissions:
1212
issues: write
1313
pull-requests: write

.github/workflows/check_only_key_word.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
grep-only-verification-keyword:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
permissions:
1313
issues: write
1414
pull-requests: write

.github/workflows/ci_codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Note dotnet is only used for formatting generated code
1818
# in this workflow
1919
dotnet-version: ["6.0.x"]
20-
os: [ubuntu-latest]
20+
os: [ubuntu-22.04]
2121
runs-on: ${{ matrix.os }}
2222
defaults:
2323
run:

.github/workflows/ci_duvet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
duvet:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v3
1717

.github/workflows/ci_static_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
not-grep:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: not-grep

.github/workflows/ci_test_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
library: [DynamoDbEncryption]
2727
dotnet-version: ["6.0.x"]
28-
os: [macos-13, ubuntu-latest, windows-latest]
28+
os: [macos-13, ubuntu-22.04, windows-latest]
2929
runs-on: ${{ matrix.os }}
3030
permissions:
3131
id-token: write

.github/workflows/ci_test_vector_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dotnet-version: ["6.0.x"]
2828
os: [
2929
# Run on ubuntu image that comes pre-configured with docker
30-
ubuntu-latest,
30+
ubuntu-22.04,
3131
]
3232
runs-on: ${{ matrix.os }}
3333
permissions:

.github/workflows/dafny_interop_examples_java.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
git fetch
5858
git checkout ${{inputs.mpl-commit}}
59-
git pull
6059
git submodule update --init --recursive
6160
git rev-parse HEAD
6261

.github/workflows/dafny_interop_examples_net.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
git fetch
5858
git checkout ${{inputs.mpl-commit}}
59-
git pull
6059
git submodule update --init --recursive
6160
git rev-parse HEAD
6261

.github/workflows/dafny_interop_java.yml

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
git fetch
5858
git checkout ${{inputs.mpl-commit}}
59-
git pull
6059
git submodule update --init --recursive
6160
git rev-parse HEAD
6261

.github/workflows/dafny_interop_test_net.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
library: [DynamoDbEncryption]
2626
dotnet-version: ["6.0.x"]
27-
os: [macos-13, ubuntu-latest, windows-latest]
27+
os: [macos-13, ubuntu-22.04, windows-latest]
2828
runs-on: ${{ matrix.os }}
2929
permissions:
3030
id-token: write
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
git fetch
5858
git checkout ${{inputs.mpl-commit}}
59-
git pull
6059
git submodule update --init --recursive
6160
git rev-parse HEAD
6261

.github/workflows/dafny_interop_test_vector_java.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: [8, 11, 16, 17]
3131
os: [
3232
# Run on ubuntu image that comes pre-configured with docker
33-
ubuntu-latest,
33+
ubuntu-22.04,
3434
]
3535
runs-on: ${{ matrix.os }}
3636
permissions:
@@ -65,7 +65,6 @@ jobs:
6565
run: |
6666
git fetch
6767
git checkout ${{inputs.mpl-commit}}
68-
git pull
6968
git submodule update --init --recursive
7069
git rev-parse HEAD
7170

.github/workflows/dafny_interop_test_vector_net.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
library: [TestVectors]
2626
dotnet-version: ["6.0.x"]
27-
os: [ubuntu-latest]
27+
os: [ubuntu-22.04]
2828
runs-on: ${{ matrix.os }}
2929
permissions:
3030
id-token: write
@@ -61,7 +61,6 @@ jobs:
6161
run: |
6262
git fetch
6363
git checkout ${{inputs.mpl-commit}}
64-
git pull
6564
git submodule update --init --recursive
6665
git rev-parse HEAD
6766

.github/workflows/dafny_verify_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
getDafnyVerifyVersion:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
outputs:
1717
version: ${{ steps.read_property.outputs.dafnyVerifyVersion }}
1818
steps:

.github/workflows/dafny_version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
getDafnyVersion:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
outputs:
1717
version: ${{ steps.read_property.outputs.dafnyVersion }}
1818
steps:

.github/workflows/library_rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
library: [DynamoDbEncryption, TestVectors]
2828
# removed windows-latest because somehow it can't build aws-lc in CI
29-
os: [ubuntu-latest, macos-13]
29+
os: [ubuntu-22.04, macos-13]
3030
runs-on: ${{ matrix.os }}
3131
permissions:
3232
id-token: write

.github/workflows/mpl_head_version.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
getMplHeadVersion:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
outputs:
2323
version: ${{ steps.read_property.outputs.mplVersion }}
2424
steps:
@@ -31,7 +31,6 @@ jobs:
3131
shell: bash
3232
run: |
3333
git checkout ${{inputs.mpl-head}}
34-
git pull
3534
git submodule update --init --recursive
3635
git rev-parse HEAD
3736

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
regenerate-code: true
6767

6868
cut-issue-on-failure:
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-22.04
7070
permissions:
7171
id-token: write
7272
contents: read

.github/workflows/smithy-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
require-approvals:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
permissions:
1313
issues: write
1414
pull-requests: write

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## [3.8.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.7.0...v3.8.0) (2025-01-27)
4+
5+
This release is available in the following languages:
6+
7+
- Java
8+
9+
### Features
10+
11+
- **SharedCache:** Shared Cache for Searchable Encryption ([#1476](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1476)) ([46076f8](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/46076f86aec77f7df204c1e06a8ecb2400f01b6f))
12+
13+
### Fixes
14+
15+
- ensure algorithmSuite is properly copied in getTableConfig for E… ([#1474](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1474)) ([ff3acac](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ff3acaccbb4da8f5c693324631b085d99d8f9222))
16+
- **Java:** Improve Collection of Errors string ([#1478](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1478)) ([562b3ef](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/562b3efbd8b5be54e21dd868dd4a1cb9539ac3a1))
17+
- **SearchableEncryption:** disable shared cached ([#1507](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1507)) ([ffc67be](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ffc67beac04fac031cad1cab379a3b14669dedc5))
18+
- **SearchableEncryption:** respect CMC contract ([#1434](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1434)) ([b9333fb](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/b9333fbb20cd56a36e32b0cdd71d4e896140d996))
19+
- support new input validation ([#1518](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1518)) ([12bbfbf](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/12bbfbff0b8640e26e188bddabefeccdb43faa95))
20+
- Upgrade .net DDB SDK ([8aeed4e](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/8aeed4e5b901e7882da7d1c17975d77dff0bf028))
21+
22+
### Maintenance
23+
24+
- add dependabot for rust ([#1481](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1481)) ([67f3d2e](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/67f3d2e567b513a53d208f60ec6991a0b6c825d0))
25+
- Add ECDH examples ([#1461](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1461)) ([cc937b4](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cc937b41190c17e1087acbdcd524becc1a97e214))
26+
- add Rust release directory ([#1479](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1479)) ([97dde01](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/97dde01a3b6d9a33a8b60dcb6e63debc5329d691))
27+
- add rust support ([#1376](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1376)) ([98ddfe9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/98ddfe95d5a0a3b5986f0493f013bd4edef55d87))
28+
- always use dotnet 6 for format checking. ([#1403](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1403)) ([2b85507](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/2b855078d2fb4fd60b7ecd0c3d1a6d3f1c50e114))
29+
- bump macos from 12 to 13 in CI ([#1472](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1472)) ([1abb2dd](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/1abb2dd7e9b2cadf6301aa5570dd5e5a0bedd4e1))
30+
- Bump to MPL HEAD, Smithy-Dafny HEAD ([#1299](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1299)) ([b2674a9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/b2674a96dfaa62e151637c7adcb2ab5975b44ffc))
31+
- change exported names, update docs ([#1524](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1524)) ([640b4d7](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/640b4d70744b2d979e4976e0d54639f93fb2e19d))
32+
- **CI:** make smithy fidd check smarter ([#1381](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1381)) ([bb399bf](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bb399bf0a356827558b3c8a66ec92b2f4128af1c))
33+
- **CI:** mpl head step for rust ([#1583](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1583)) ([98724d3](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/98724d3a7fb16e1d9653c2b2db3aea6dbc47ffcd))
34+
- create Rust release runbook ([#1488](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1488)) ([e51f340](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/e51f340466dcd9ceaea6b46fbd6f127b632600a3))
35+
- enable local testing ([#1380](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1380)) ([36f48b0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/36f48b00dbae048bfd8f9f01cd93fbc7345d6ad1))
36+
- **examples:** Shared cache across Hierarchical Keyrings ([#1410](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1410)) ([21f7fe1](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/21f7fe168cedc0e6553926c7e3808081f172f7b0))
37+
- **GHA:** Add pr-ci-all-required to pull.yaml; use ubuntu-22.04 instead of ubuntu-latest in CI ([#1579](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1579)) ([c231473](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/c23147393c92686ea05e55610a4af2e9e8788e90))
38+
- **gha:** fix workflows triggered by dafny-interop.yml ([#1598](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1598)) ([0cb009d](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/0cb009dd47266e34d8b5e3f716eec084b4bb5fcc))
39+
- **gha:** use ubuntu-22.04 ([#1594](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1594)) ([5e24233](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/5e2423355fa792353f41b161fd037e55247e074b))
40+
- **Java:** bump conversion library ([#1423](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1423)) ([8931e27](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/8931e274c60a5fdb045dbcf24770820ebe05f741))
41+
- new mpl ([#1530](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1530)) ([fe03425](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/fe03425f078bdad53401c9c602cf684ab8a8e544))
42+
- **README:** point to release examples ([#1525](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1525)) ([a4ca2f9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/a4ca2f92b6bc79272dd56faf20c952503aa7d99e))
43+
- **Rust-docs:** Update README ([#1520](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1520)) ([96dd848](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/96dd8481d951d1ae74e25259939aa6a4633e91cb))
44+
- **rust:** add comments to release scripts ([7b45929](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7b45929cf586354ded2f1629b47126e33780de8a))
45+
- slight updates to properly publish as a crate ([#1480](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1480)) ([aa9175b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/aa9175b14aacbd53e5b60a88f54f3a7276557ad7))
46+
- update for complete copyright notices ([#1489](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1489)) ([c0ec84d](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/c0ec84d4404a289887f693cbda06f7a5cf3baca3))
47+
- update Github alias ([dc6ca47](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/dc6ca479fc7389336bd582ae515233551b9d26b1))
48+
- update Github alias ([ff4500a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ff4500a5a63f64788c3a79ce9d155ad3aa749ce8))
49+
- update MPL ([#1519](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1519)) ([b0a97e0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/b0a97e0c211e083a36791fb48de8efbbbe307b58))
50+
351
## [3.7.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.6.2...v3.7.0) (2024-09-17)
452

553
### Features

DynamoDbEncryption/runtimes/net/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
[assembly: AssemblyTitle("AWS.Cryptography.DbEncryptionSDK.DynamoDb")]
44

55
// This should be kept in sync with the version number in MPL.csproj
6-
[assembly: AssemblyVersion("3.7.0")]
6+
[assembly: AssemblyVersion("3.8.0")]
77

DynamoDbEncryption/runtimes/net/DynamoDbEncryption.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<IsPackable>true</IsPackable>
77

8-
<Version>3.7.0</Version>
8+
<Version>3.8.0</Version>
99

1010
<AssemblyName>AWS.Cryptography.DbEncryptionSDK.DynamoDb</AssemblyName>
1111
<PackageId>AWS.Cryptography.DbEncryptionSDK.DynamoDb</PackageId>

TestVectors/runtimes/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
9191
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
9292
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
93-
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")
93+
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.8.0-SNAPSHOT")
9494

9595
implementation(platform("software.amazon.awssdk:bom:2.26.25"))
9696
implementation("software.amazon.awssdk:dynamodb")

project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
projectJavaVersion=3.7.0-SNAPSHOT
2-
mplDependencyJavaVersion=1.8.0-SNAPSHOT
1+
projectJavaVersion=3.8.0
2+
mplDependencyJavaVersion=1.8.0
33
dafnyVersion=4.9.0
44
dafnyVerifyVersion=4.9.0
55
dafnyRuntimeJavaVersion=4.9.0

0 commit comments

Comments
 (0)