Skip to content

chore(rust): release v1.2.4#881

Merged
rishav-karanjit merged 2 commits intomainlinefrom
rust-release-1.2.4
Apr 1, 2026
Merged

chore(rust): release v1.2.4#881
rishav-karanjit merged 2 commits intomainlinefrom
rust-release-1.2.4

Conversation

@rishav-karanjit
Copy link
Copy Markdown
Member

Issue #, if available:

Description of changes:
Releasing esdk rust v1.2.4 in https://crates.io/crates/aws-esdk/versions

Squash/merge commit message, if applicable:

chore(rust): release v1.2.4

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I checked this. Looks like formatter just reshuffle all the function.

@rishav-karanjit rishav-karanjit marked this pull request as ready for review April 1, 2026 19:31
@rishav-karanjit rishav-karanjit requested a review from a team as a code owner April 1, 2026 19:31
/// ../mpl/ComAmazonawsKms/src/Index.dfy(31,3)
pub fn DafnyUserAgentSuffix(runtime: &Sequence<DafnyCharUTF16>) -> Sequence<DafnyCharUTF16> {
let mut version: Sequence<DafnyCharUTF16> = string_utf16_of("1.11.0");
let mut version: Sequence<DafnyCharUTF16> = string_utf16_of("2.0.0");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

shouldn't this be 1.2.4?

Copy link
Copy Markdown
Member Author

@rishav-karanjit rishav-karanjit Apr 1, 2026

Choose a reason for hiding this comment

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

Since this is dafny generated code, we only put same value here for all runtime. The release readme does not tell me to update this manually. If we use this version value, then I can update the release readme to say to manually update this. But, if there is no use case for the version value then we can leave it as-is as I prefer less manual changes possible while doing the release.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

got it. that's unfortunate since it makes no sense why the 1.2.4 release will make calls to kms with a 2.0.0 or 1.11.0 useragent string

@rishav-karanjit rishav-karanjit merged commit e1a1c9e into mainline Apr 1, 2026
88 checks passed
@rishav-karanjit rishav-karanjit deleted the rust-release-1.2.4 branch April 1, 2026 20:06
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.

2 participants