Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable stalled stream protection for uploads behind new behavior version #3527

Merged
merged 9 commits into from
Apr 24, 2024
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into jdisanti-bmv-stall-up…
…loads
  • Loading branch information
jdisanti committed Apr 12, 2024
commit e72da5eda218dda0f2f4389b1fcb355ebf88fce7
17 changes: 11 additions & 6 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ references = ["smithy-rs#3553"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "all"}
author = "jdisanti"

[[smithy-rs]]
message = "Unions with unit target member shape are now fully supported"
references = ["smithy-rs#2546"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "all"}
author = "drganjoo"
[[aws-sdk-rust]]
message = "Make `SigningSettings` and its fields implement `Clone` and `Copy`"
references = ["smithy-rs#3533"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "avandesa"

[[aws-sdk-rust]]
message = "Change some credentials related info log messages to debug."
references = ["smithy-rs#3546"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "orf"

[[smithy-rs]]
message = "Stalled stream protection on uploads is now enabled by default behind `BehaviorVersion::v2024_03_28()`. If you're using `BehaviorVersion::latest()`, you will get this change automatically by updating."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
message = "Stalled stream protection on uploads is now enabled by default behind `BehaviorVersion::v2024_03_28()`. If you're using `BehaviorVersion::latest()`, you will get this change automatically by updating."
message = "Stalled stream protection on uploads is now enabled by default behind `BehaviorVersion::v2024_03_28()`. If you're using `BehaviorVersion::latest()`, you will get this change automatically by running `cargo update`. Updating your SDK is not necessary, this change will happen when a new version of the client libraries are consumed."

Expand All @@ -40,4 +46,3 @@ message = "Stalled stream protection on uploads is now enabled by default behind
references = ["smithy-rs#3527"]
meta = { "breaking" = true, "tada" = true, "bug" = false }
author = "jdisanti"
>>>>>>> e6ee18941 (Add changelog entries)
You are viewing a condensed version of this merge commit. You can view the full changes here.