Skip to content

Commit

Permalink
Merge smithy-rs-release-1.x.y into main (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci authored Oct 24, 2024
2 parents c606065 + dd74324 commit 2e53910
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 34 deletions.
12 changes: 0 additions & 12 deletions .changelog/1728582276.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changelog/1729271936.md

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
October 24th, 2024
==================

October 9th, 2024
=================
**New this release:**
Expand Down
34 changes: 24 additions & 10 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,46 @@
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
"message": "Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "Velfi",
"author": "ysaito1001",
"references": [
"smithy-rs#3820"
"smithy-rs#3871",
"aws-sdk-rust#1202"
],
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
"age": 5
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
"age": 2
},
{
"message": "Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.\n",
"message": "Client SDKs built with the `awsQueryCompatible` trait now include the `x-amzn-query-mode` header. This header signals the service that the clients are operating in compatible mode.\n",
"meta": {
"bug": true,
"bug": false,
"breaking": false,
"tada": false
},
"author": "ysaito1001",
"references": [
"smithy-rs#3871",
"aws-sdk-rust#1202"
"smithy-rs#3883"
],
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
"age": 1
},
{
"message": "Fix default credential provider chain not respecting endpoint URL overrides from environment\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [
"aws-sdk-rust#1193"
],
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
"age": 1
}
],
Expand Down

0 comments on commit 2e53910

Please sign in to comment.