Skip to content

Commit 2e53910

Browse files
Merge smithy-rs-release-1.x.y into main (#3892)
2 parents c606065 + dd74324 commit 2e53910

File tree

4 files changed

+27
-34
lines changed

4 files changed

+27
-34
lines changed

.changelog/1728582276.md

-12
This file was deleted.

.changelog/1729271936.md

-12
This file was deleted.

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
October 24th, 2024
3+
==================
4+
25
October 9th, 2024
36
=================
47
**New this release:**

aws/SDK_CHANGELOG.next.json

+24-10
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,46 @@
66
"smithy-rs": [],
77
"aws-sdk-rust": [
88
{
9-
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
9+
"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",
1010
"meta": {
1111
"bug": true,
1212
"breaking": false,
1313
"tada": false
1414
},
15-
"author": "Velfi",
15+
"author": "ysaito1001",
1616
"references": [
17-
"smithy-rs#3820"
17+
"smithy-rs#3871",
18+
"aws-sdk-rust#1202"
1819
],
19-
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
20-
"age": 5
20+
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
21+
"age": 2
2122
},
2223
{
23-
"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",
24+
"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",
2425
"meta": {
25-
"bug": true,
26+
"bug": false,
2627
"breaking": false,
2728
"tada": false
2829
},
2930
"author": "ysaito1001",
3031
"references": [
31-
"smithy-rs#3871",
32-
"aws-sdk-rust#1202"
32+
"smithy-rs#3883"
3333
],
34-
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
34+
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
35+
"age": 1
36+
},
37+
{
38+
"message": "Fix default credential provider chain not respecting endpoint URL overrides from environment\n",
39+
"meta": {
40+
"bug": true,
41+
"breaking": false,
42+
"tada": false
43+
},
44+
"author": "aajtodd",
45+
"references": [
46+
"aws-sdk-rust#1193"
47+
],
48+
"since-commit": "c606065c0e2e97d3cecb6a675ffc226dc488d674",
3549
"age": 1
3650
}
3751
],

0 commit comments

Comments
 (0)