From 73eaea8e99fd6cc5809f6b3b05bb5c57d14296bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jun 2026 11:16:24 -0700 Subject: [PATCH 1/5] chore(release): 4.1.0 * **dafny:** Add bucket beacon support ([#1943](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1943)) ([5c53d59](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/5c53d5983a90f93cf5d85d1399704eda0d16d63a)) * validate attribute name length by UTF-8 byte count ([#2329](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2329)) ([1520838](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/1520838e319868cdce363f30beca8a221cddc128)) * **dafny:** add length check validation for beacon key condition expressions ([#2348](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2348)) ([0b21d4b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/0b21d4b0115a09ce5159129b4f0b84faa1354764)) * update README to reflect new changes DBESDK 4.x ([#2333](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2333)) ([cc6c4b9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cc6c4b9902f5b3d459ca494f476fd76dbbc2d7b0)) * add retries to examples ([#2262](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2262)) ([ab622af](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ab622afed8425c8c54544d09031a2dd2f8411653)) * add special-characters-workaround to avoid sigv4 failure ([#2270](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2270)) ([7223d98](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7223d98795755337fb31c5d0592b15f006358bf4)) * **ci:** add concurrency control ([#2265](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2265)) ([85d6be8](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/85d6be85756eac0b7c07aff114fe4662e229a685)) * **ci:** add more error code in infra related failure ([#2254](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2254)) ([7d3b0b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7d3b0b5562d82bd55889c7ef7ef80977efb14dc9)) * **ci:** Add retries to DDB local setup steps ([#2267](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2267)) ([7987566](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7987566c847735f4d547f181aab3e47cf40a9a32)) * **ci:** add separate changelog links ([#2306](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2306)) ([be7843b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/be7843b437c9ac1a90af1605d2857af40a6f6267)) * **ci:** Update daily_ci to get triggered at 7AM ([#2283](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2283)) ([3ed89b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/3ed89b54702756f298dc970b3aa62b2e44ad95ae)) * group dependabot updates for each runtimes ([#2337](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2337)) ([6683d0a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/6683d0a71d3e1e8b980bf573b13bcca529331911)) * pin time crate to fix CI ([#2324](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2324)) ([105e862](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/105e8621d92e117a4d11fa35ee3d1ca66bf2179e)) * **release:** 4.0.0 ([#2299](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2299)) ([d7f4739](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/d7f4739a5e465ed9c20b79fe6a7eca0f7e8c9f7f)), closes [#2048](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2048) [#2145](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2145) * **release:** allow local testing ([#2251](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2251)) ([546b68c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/546b68cb585dfab003395f3feab164c85459a661)) * Update README to mention DDBECwithSDKV2 examples ([#2276](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2276)) ([bdcf6d0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bdcf6d0a218e1adc7a5a37e4952c11af12257b38)) * use install smithy dafny deps from MPL ([#2266](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2266)) ([4f3b542](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/4f3b54292790b1ca17c66a6a7646e9278146e77c)) --- CHANGELOG-java.md | 31 +++++++++++++++++++++++++++++++ project.properties | 4 ++-- submodules/MaterialProviders | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-java.md b/CHANGELOG-java.md index fd6a834ee..efc1da936 100644 --- a/CHANGELOG-java.md +++ b/CHANGELOG-java.md @@ -1,5 +1,36 @@ # Changelog +## [4.1.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v4.0.0-java...v4.1.0-java) (2026-06-26) + +### Features -- All Languages + +* **dafny:** Add bucket beacon support ([#1943](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1943)) ([5c53d59](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/5c53d5983a90f93cf5d85d1399704eda0d16d63a)) + +### Fixes -- All Languages + +* validate attribute name length by UTF-8 byte count ([#2329](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2329)) ([1520838](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/1520838e319868cdce363f30beca8a221cddc128)) + +### Maintenance -- All Languages + +* **dafny:** add length check validation for beacon key condition expressions ([#2348](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2348)) ([0b21d4b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/0b21d4b0115a09ce5159129b4f0b84faa1354764)) +* update README to reflect new changes DBESDK 4.x ([#2333](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2333)) ([cc6c4b9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cc6c4b9902f5b3d459ca494f476fd76dbbc2d7b0)) + +### Miscellaneous + +* add retries to examples ([#2262](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2262)) ([ab622af](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ab622afed8425c8c54544d09031a2dd2f8411653)) +* add special-characters-workaround to avoid sigv4 failure ([#2270](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2270)) ([7223d98](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7223d98795755337fb31c5d0592b15f006358bf4)) +* **ci:** add concurrency control ([#2265](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2265)) ([85d6be8](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/85d6be85756eac0b7c07aff114fe4662e229a685)) +* **ci:** add more error code in infra related failure ([#2254](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2254)) ([7d3b0b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7d3b0b5562d82bd55889c7ef7ef80977efb14dc9)) +* **ci:** Add retries to DDB local setup steps ([#2267](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2267)) ([7987566](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7987566c847735f4d547f181aab3e47cf40a9a32)) +* **ci:** add separate changelog links ([#2306](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2306)) ([be7843b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/be7843b437c9ac1a90af1605d2857af40a6f6267)) +* **ci:** Update daily_ci to get triggered at 7AM ([#2283](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2283)) ([3ed89b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/3ed89b54702756f298dc970b3aa62b2e44ad95ae)) +* group dependabot updates for each runtimes ([#2337](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2337)) ([6683d0a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/6683d0a71d3e1e8b980bf573b13bcca529331911)) +* pin time crate to fix CI ([#2324](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2324)) ([105e862](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/105e8621d92e117a4d11fa35ee3d1ca66bf2179e)) +* **release:** 4.0.0 ([#2299](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2299)) ([d7f4739](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/d7f4739a5e465ed9c20b79fe6a7eca0f7e8c9f7f)), closes [#2048](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2048) [#2145](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2145) +* **release:** allow local testing ([#2251](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2251)) ([546b68c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/546b68cb585dfab003395f3feab164c85459a661)) +* Update README to mention DDBECwithSDKV2 examples ([#2276](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2276)) ([bdcf6d0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bdcf6d0a218e1adc7a5a37e4952c11af12257b38)) +* use install smithy dafny deps from MPL ([#2266](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2266)) ([4f3b542](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/4f3b54292790b1ca17c66a6a7646e9278146e77c)) + ## [4.0.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.9.0-java...v4.0.0-java) (2026-04-29) ### ⚠ BREAKING CHANGES diff --git a/project.properties b/project.properties index 6a25ddc38..892de3fdd 100644 --- a/project.properties +++ b/project.properties @@ -1,5 +1,5 @@ -projectJavaVersion=4.0.0-SNAPSHOT -mplDependencyJavaVersion=1.11.1-SNAPSHOT +projectJavaVersion=4.1.0 +mplDependencyJavaVersion=1.11.1 mplDependencyNetVersion=2.0.0-SNAPSHOT dafnyVersion=4.9.0 dafnyVerifyVersion=4.9.1 diff --git a/submodules/MaterialProviders b/submodules/MaterialProviders index f4beb3803..d5923859c 160000 --- a/submodules/MaterialProviders +++ b/submodules/MaterialProviders @@ -1 +1 @@ -Subproject commit f4beb3803744c588b9f868401901a8180e01a717 +Subproject commit d5923859cefdc0f363b667633bdf0f3d37bf42a1 From 43f7536d7d5e931d3708d6fd979ccd2003ce06c7 Mon Sep 17 00:00:00 2001 From: Jose Corella Date: Fri, 26 Jun 2026 11:32:40 -0700 Subject: [PATCH 2/5] mpl --- submodules/MaterialProviders | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/MaterialProviders b/submodules/MaterialProviders index d5923859c..f4beb3803 160000 --- a/submodules/MaterialProviders +++ b/submodules/MaterialProviders @@ -1 +1 @@ -Subproject commit d5923859cefdc0f363b667633bdf0f3d37bf42a1 +Subproject commit f4beb3803744c588b9f868401901a8180e01a717 From 76dabca0b6f24b16d226f8efab1c8adec8032465 Mon Sep 17 00:00:00 2001 From: Jose Corella Date: Fri, 26 Jun 2026 11:37:19 -0700 Subject: [PATCH 3/5] format --- CHANGELOG-java.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG-java.md b/CHANGELOG-java.md index efc1da936..5616ed133 100644 --- a/CHANGELOG-java.md +++ b/CHANGELOG-java.md @@ -4,32 +4,32 @@ ### Features -- All Languages -* **dafny:** Add bucket beacon support ([#1943](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1943)) ([5c53d59](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/5c53d5983a90f93cf5d85d1399704eda0d16d63a)) +- **dafny:** Add bucket beacon support ([#1943](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/1943)) ([5c53d59](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/5c53d5983a90f93cf5d85d1399704eda0d16d63a)) ### Fixes -- All Languages -* validate attribute name length by UTF-8 byte count ([#2329](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2329)) ([1520838](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/1520838e319868cdce363f30beca8a221cddc128)) +- validate attribute name length by UTF-8 byte count ([#2329](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2329)) ([1520838](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/1520838e319868cdce363f30beca8a221cddc128)) ### Maintenance -- All Languages -* **dafny:** add length check validation for beacon key condition expressions ([#2348](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2348)) ([0b21d4b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/0b21d4b0115a09ce5159129b4f0b84faa1354764)) -* update README to reflect new changes DBESDK 4.x ([#2333](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2333)) ([cc6c4b9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cc6c4b9902f5b3d459ca494f476fd76dbbc2d7b0)) +- **dafny:** add length check validation for beacon key condition expressions ([#2348](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2348)) ([0b21d4b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/0b21d4b0115a09ce5159129b4f0b84faa1354764)) +- update README to reflect new changes DBESDK 4.x ([#2333](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2333)) ([cc6c4b9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cc6c4b9902f5b3d459ca494f476fd76dbbc2d7b0)) ### Miscellaneous -* add retries to examples ([#2262](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2262)) ([ab622af](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ab622afed8425c8c54544d09031a2dd2f8411653)) -* add special-characters-workaround to avoid sigv4 failure ([#2270](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2270)) ([7223d98](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7223d98795755337fb31c5d0592b15f006358bf4)) -* **ci:** add concurrency control ([#2265](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2265)) ([85d6be8](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/85d6be85756eac0b7c07aff114fe4662e229a685)) -* **ci:** add more error code in infra related failure ([#2254](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2254)) ([7d3b0b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7d3b0b5562d82bd55889c7ef7ef80977efb14dc9)) -* **ci:** Add retries to DDB local setup steps ([#2267](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2267)) ([7987566](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7987566c847735f4d547f181aab3e47cf40a9a32)) -* **ci:** add separate changelog links ([#2306](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2306)) ([be7843b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/be7843b437c9ac1a90af1605d2857af40a6f6267)) -* **ci:** Update daily_ci to get triggered at 7AM ([#2283](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2283)) ([3ed89b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/3ed89b54702756f298dc970b3aa62b2e44ad95ae)) -* group dependabot updates for each runtimes ([#2337](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2337)) ([6683d0a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/6683d0a71d3e1e8b980bf573b13bcca529331911)) -* pin time crate to fix CI ([#2324](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2324)) ([105e862](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/105e8621d92e117a4d11fa35ee3d1ca66bf2179e)) -* **release:** 4.0.0 ([#2299](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2299)) ([d7f4739](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/d7f4739a5e465ed9c20b79fe6a7eca0f7e8c9f7f)), closes [#2048](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2048) [#2145](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2145) -* **release:** allow local testing ([#2251](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2251)) ([546b68c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/546b68cb585dfab003395f3feab164c85459a661)) -* Update README to mention DDBECwithSDKV2 examples ([#2276](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2276)) ([bdcf6d0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bdcf6d0a218e1adc7a5a37e4952c11af12257b38)) -* use install smithy dafny deps from MPL ([#2266](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2266)) ([4f3b542](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/4f3b54292790b1ca17c66a6a7646e9278146e77c)) +- add retries to examples ([#2262](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2262)) ([ab622af](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ab622afed8425c8c54544d09031a2dd2f8411653)) +- add special-characters-workaround to avoid sigv4 failure ([#2270](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2270)) ([7223d98](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7223d98795755337fb31c5d0592b15f006358bf4)) +- **ci:** add concurrency control ([#2265](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2265)) ([85d6be8](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/85d6be85756eac0b7c07aff114fe4662e229a685)) +- **ci:** add more error code in infra related failure ([#2254](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2254)) ([7d3b0b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7d3b0b5562d82bd55889c7ef7ef80977efb14dc9)) +- **ci:** Add retries to DDB local setup steps ([#2267](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2267)) ([7987566](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7987566c847735f4d547f181aab3e47cf40a9a32)) +- **ci:** add separate changelog links ([#2306](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2306)) ([be7843b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/be7843b437c9ac1a90af1605d2857af40a6f6267)) +- **ci:** Update daily_ci to get triggered at 7AM ([#2283](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2283)) ([3ed89b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/3ed89b54702756f298dc970b3aa62b2e44ad95ae)) +- group dependabot updates for each runtimes ([#2337](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2337)) ([6683d0a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/6683d0a71d3e1e8b980bf573b13bcca529331911)) +- pin time crate to fix CI ([#2324](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2324)) ([105e862](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/105e8621d92e117a4d11fa35ee3d1ca66bf2179e)) +- **release:** 4.0.0 ([#2299](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2299)) ([d7f4739](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/d7f4739a5e465ed9c20b79fe6a7eca0f7e8c9f7f)), closes [#2048](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2048) [#2145](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2145) +- **release:** allow local testing ([#2251](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2251)) ([546b68c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/546b68cb585dfab003395f3feab164c85459a661)) +- Update README to mention DDBECwithSDKV2 examples ([#2276](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2276)) ([bdcf6d0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bdcf6d0a218e1adc7a5a37e4952c11af12257b38)) +- use install smithy dafny deps from MPL ([#2266](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2266)) ([4f3b542](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/4f3b54292790b1ca17c66a6a7646e9278146e77c)) ## [4.0.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.9.0-java...v4.0.0-java) (2026-04-29) From 1b4c0f6b705ab11c7c69929ba01384d9246e74fe Mon Sep 17 00:00:00 2001 From: Jose Corella Date: Fri, 26 Jun 2026 12:18:18 -0700 Subject: [PATCH 4/5] use published build --- submodules/MaterialProviders | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/MaterialProviders b/submodules/MaterialProviders index f4beb3803..3b0ce871d 160000 --- a/submodules/MaterialProviders +++ b/submodules/MaterialProviders @@ -1 +1 @@ -Subproject commit f4beb3803744c588b9f868401901a8180e01a717 +Subproject commit 3b0ce871d3e0073704cf5d16f06ad01c659d0711 From 100b895ff34e916b9cb49b5b256ad930fd9c9012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Corella?= <39066999+josecorella@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:29:15 -0700 Subject: [PATCH 5/5] Update CHANGELOG-java.md --- CHANGELOG-java.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CHANGELOG-java.md b/CHANGELOG-java.md index 5616ed133..95f3e6b4b 100644 --- a/CHANGELOG-java.md +++ b/CHANGELOG-java.md @@ -13,23 +13,12 @@ ### Maintenance -- All Languages - **dafny:** add length check validation for beacon key condition expressions ([#2348](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2348)) ([0b21d4b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/0b21d4b0115a09ce5159129b4f0b84faa1354764)) -- update README to reflect new changes DBESDK 4.x ([#2333](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2333)) ([cc6c4b9](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/cc6c4b9902f5b3d459ca494f476fd76dbbc2d7b0)) ### Miscellaneous - add retries to examples ([#2262](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2262)) ([ab622af](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/ab622afed8425c8c54544d09031a2dd2f8411653)) - add special-characters-workaround to avoid sigv4 failure ([#2270](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2270)) ([7223d98](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7223d98795755337fb31c5d0592b15f006358bf4)) -- **ci:** add concurrency control ([#2265](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2265)) ([85d6be8](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/85d6be85756eac0b7c07aff114fe4662e229a685)) -- **ci:** add more error code in infra related failure ([#2254](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2254)) ([7d3b0b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7d3b0b5562d82bd55889c7ef7ef80977efb14dc9)) -- **ci:** Add retries to DDB local setup steps ([#2267](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2267)) ([7987566](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/7987566c847735f4d547f181aab3e47cf40a9a32)) -- **ci:** add separate changelog links ([#2306](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2306)) ([be7843b](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/be7843b437c9ac1a90af1605d2857af40a6f6267)) -- **ci:** Update daily_ci to get triggered at 7AM ([#2283](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2283)) ([3ed89b5](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/3ed89b54702756f298dc970b3aa62b2e44ad95ae)) -- group dependabot updates for each runtimes ([#2337](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2337)) ([6683d0a](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/6683d0a71d3e1e8b980bf573b13bcca529331911)) -- pin time crate to fix CI ([#2324](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2324)) ([105e862](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/105e8621d92e117a4d11fa35ee3d1ca66bf2179e)) -- **release:** 4.0.0 ([#2299](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2299)) ([d7f4739](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/d7f4739a5e465ed9c20b79fe6a7eca0f7e8c9f7f)), closes [#2048](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2048) [#2145](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2145) -- **release:** allow local testing ([#2251](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2251)) ([546b68c](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/546b68cb585dfab003395f3feab164c85459a661)) - Update README to mention DDBECwithSDKV2 examples ([#2276](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2276)) ([bdcf6d0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/bdcf6d0a218e1adc7a5a37e4952c11af12257b38)) -- use install smithy dafny deps from MPL ([#2266](https://github.com/aws/aws-database-encryption-sdk-dynamodb/issues/2266)) ([4f3b542](https://github.com/aws/aws-database-encryption-sdk-dynamodb/commit/4f3b54292790b1ca17c66a6a7646e9278146e77c)) ## [4.0.0](https://github.com/aws/aws-database-encryption-sdk-dynamodb/compare/v3.9.0-java...v4.0.0-java) (2026-04-29)