Skip to content

chore(release): 4.0.0#2247

Merged
rishav-karanjit merged 6 commits intomainfrom
update-changelog-4.0.0-java
Apr 29, 2026
Merged

chore(release): 4.0.0#2247
rishav-karanjit merged 6 commits intomainfrom
update-changelog-4.0.0-java

Conversation

@rishav-karanjit
Copy link
Copy Markdown
Member

@rishav-karanjit rishav-karanjit commented Apr 29, 2026

Manual updates done:

  • Removed .NET breaking change from changelog
  • Added more description for the breaking change in Java. The last 2 bullets in section ⚠ BREAKING CHANGES
  • Manually updated MPL version to remove -snapshot. Ideally semantic release should do it or MCM should call out to do it.
  • Remove misc section as none of it was for Java

4.0.0 (2026-04-29)

⚠ BREAKING CHANGES

  • java: add DDBEC with SDK v2 and remove DDBEC with SDK V1 (feat(java)!: add DDBEC with SDK v2 and remove DDBEC with SDK V1  #2048)
    • The AWS Database Encryption SDK for DynamoDB will NOT support AWS SDK for Java 1.x in the embedded 2.x version (which was known as DynamoDB Encryption Client(DDBEC)). The embedded DDBEC will now use AWS SDK for Java 2.x. These changes are limited to embedded DDBEC and rest of DB-ESDK has no code changes.
    • If consumer of DB-ESDK is using APIs from namespace com.amazonaws.services.dynamodbv2 through DB-ESDK then they have to migrate to use corresponding API from namespace com.amazonaws.services.dynamodbv2.datamodeling.sdkv2. If consumer of DB-ESDK are NOT using namespace com.amazonaws.services.dynamodbv2 through DB-ESDK then there will not be any breaking change when moving to next major version.

Features -- Java

  • java: add DDBEC with SDK v2 and remove DDBEC with SDK V1 (#2048) (035dbe3)

Fixes -- All Languages

  • use UUIDs and cleanup in beacon styles example to avoid stale item collisions (#2125) (773c1ff)

Fixes -- Java

Maintenance -- All Languages

Maintenance -- Java

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

semantic-release-bot and others added 3 commits April 29, 2026 10:56
## [4.0.0](v3.9.0-java...v4.0.0-java) (2026-04-29)

### ⚠ BREAKING CHANGES

* **java:** add DDBEC with SDK v2 and remove DDBEC with SDK V1 (#2048)
* **.net:** Bump MPL V2 (#2145)

* **.net:** Bump MPL V2 ([#2145](#2145)) ([87c534b](87c534b))

### Features -- Java

* **java:** add DDBEC with SDK v2 and remove DDBEC with SDK V1 ([#2048](#2048)) ([035dbe3](035dbe3))

### Fixes -- All Languages

* use UUIDs and cleanup in beacon styles example to avoid stale item collisions ([#2125](#2125)) ([773c1ff](773c1ff))

### Fixes -- Java

* **java:** drop hkdf offset method ([#2011](#2011)) ([b8f29f9](b8f29f9))

### Maintenance -- All Languages

* **dafny:** bump MPL and update mutable map ([#1974](#1974)) ([e9ea870](e9ea870))
* **dafny:** bump smithy dafny  ([#1971](#1971)) ([85309a0](85309a0))

### Maintenance -- Java

* **java:** Allow local testing ([#1947](#1947)) ([bf5a106](bf5a106))
* **java:** Attempt to reduce flaky CI ([#2220](#2220)) ([987aec6](987aec6))
* **java:** attempt to reduce flaky CI failures ([#2203](#2203)) ([b4d88f1](b4d88f1))
* **java:** bring back test against released MPL version ([#2226](#2226)) ([a340b34](a340b34))
* **java:** fix GetEncryptedDataKeyDescription java Example  ([#1973](#1973)) ([ba8fcb7](ba8fcb7))
* **java:** retry failed workflow ([#2229](#2229)) ([2668d68](2668d68))
* **java:** shut down local DDB in test ([#2176](#2176)) ([fa1e151](fa1e151))

### Miscellaneous

* Add go to smithy dependencies ([#1986](#1986)) ([066c0ca](066c0ca))
* add managed policy to cfn template ([#2012](#2012)) ([915183d](915183d))
* bump GitHub Actions to latest versions ([#2144](#2144)) ([92615d4](92615d4))
* bump mpl ([#1953](#1953)) ([4e295f9](4e295f9))
* bump MPL and reuse release script from MPL   ([#1963](#1963)) ([eb52fca](eb52fca))
* bump mpl and smithy dafny ([#1982](#1982)) ([c71fc82](c71fc82))
* bump mpl to allow nightly build ([#1984](#1984)) ([208eb31](208eb31))
* **cfn:** add DescribeTable permission ([#1952](#1952)) ([f24a0d3](f24a0d3))
* **CI:** add slack notifications  ([#1964](#1964)) ([139c856](139c856))
* **ci:** add workflow_dispatch and remove run on PR for daily CI ([#2218](#2218)) ([d6fd0fb](d6fd0fb))
* **ci:** daily ci for branches ([#2208](#2208)) ([fcc4b97](fcc4b97))
* **CI:** fix dafny_interop to setup_net ([#1965](#1965)) ([e7a5a02](e7a5a02))
* **ci:** fix Test Examples workflow for v3.x-java daily ci ([#2233](#2233)) ([0140037](0140037))
* **ci:** remove branch default to main ([#2219](#2219)) ([1a3d1f0](1a3d1f0))
* **CI:** remove redundant dotnet run ([#2038](#2038)) ([09c3266](09c3266))
* **ci:** retry failed CI only for infrastructure errors ([#2235](#2235)) ([909b34a](909b34a))
* **CI:** run clippy ([#2181](#2181)) ([6b54985](6b54985))
* **ci:** run test on Java 21 and windows OS ([#2159](#2159)) ([6e702d8](6e702d8))
* **ci:** use snapshot builds ([#2083](#2083)) ([0124ca6](0124ca6))
* **deps:** bump actions/checkout v5->v6 and setup-docker-macos-action v1.0.2->v1.1.0 ([#2130](#2130)) ([337c776](337c776))
* **deps:** update aws-lc-sys requirement ([#2019](#2019)) ([c397bf2](c397bf2))
* **deps:** update aws-lc-sys requirement from 0.38 to 0.39 in /DynamoDbEncryption/runtimes/rust ([#2149](#2149)) ([b76bcb7](b76bcb7))
* fix non prod daily CI for Go ([#2006](#2006)) ([f8d8f08](f8d8f08))
* fix non-prod.yml ([#2007](#2007)) ([43b5163](43b5163))
* move go out of pull/push/daily into its own ([#2005](#2005)) ([1b961b5](1b961b5))
* refactor non-prod CI to only run Go targets ([#2134](#2134)) ([0d2622c](0d2622c))
* release aws-db-esdk v1.2.3 ([#2122](#2122)) ([888aaba](888aaba))
* **release:** 3.9.1 ([#2061](#2061)) ([0e5507c](0e5507c))
* remove test against latest mpl version ([#2008](#2008)) ([728158e](728158e))
* run java test on ubuntu ([#2167](#2167)) ([cffa72c](cffa72c))
* separate changelog for Java and .NET ([#2242](#2242)) ([67ed551](67ed551))
* **TestVectors:** add config tests for new attributes ([#1967](#1967)) ([4017a97](4017a97))
* update check-files ([#2041](#2041)) ([0bafe07](0bafe07))
* update mpl ([#1991](#1991)) ([fed53bf](fed53bf))
* use macos-14 for CI ([#1998](#1998)) ([e0d2b77](e0d2b77))

### Miscellaneous -- All Languages

* **go:** change Go module name for DB-ESDK ([#1949](#1949)) ([9825a4c](9825a4c))
@rishav-karanjit rishav-karanjit marked this pull request as ready for review April 29, 2026 18:31
@rishav-karanjit rishav-karanjit requested a review from a team as a code owner April 29, 2026 18:31
josecorella
josecorella previously approved these changes Apr 29, 2026
@rishav-karanjit rishav-karanjit merged commit ddf56bf into main Apr 29, 2026
69 checks passed
@rishav-karanjit rishav-karanjit deleted the update-changelog-4.0.0-java branch April 29, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants