Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

Note: Starting April 20, 2026, all runtime-specific changes are tracked in separate changelogs:

- Java: [CHANGELOG-java.md](https://github.com/aws/aws-database-encryption-sdk-dynamodb/blob/main/CHANGELOG-java.md)
- .NET: [CHANGELOG-net.md](https://github.com/aws/aws-database-encryption-sdk-dynamodb/blob/main/CHANGELOG-net.md)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to put Rust here as it is also a runtime puts changelog.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see any Rust specific changelog. If anything Rust is still on the main changelog.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when someone has to do Rust release they have to remember themself to update CHANGELOG.md as no MCM step leads them to CHANGELOG.md


If a runtime-specific changelog is not present, there has been no new release for that runtime after April 20, 2026.

Each changelog entry below applies to all runtimes unless specified by a language suffix.

## Rust-1.2.4 (2026-04-02)

### Maintenance
Expand Down
Loading