Skip to content

Commit e420b9b

Browse files
Update changelog
1 parent 1e80349 commit e420b9b

File tree

3 files changed

+16
-49
lines changed

3 files changed

+16
-49
lines changed

.changelog/1728489433.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
October 9th, 2024
3+
=================
4+
**New this release:**
5+
- :bug: (client, [smithy-rs#3871](https://github.com/smithy-lang/smithy-rs/issues/3871), [aws-sdk-rust#1202](https://github.com/awslabs/aws-sdk-rust/issues/1202)) Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.
6+
7+
28
October 5th, 2024
39
=================
410
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,58 +6,33 @@
66
"smithy-rs": [],
77
"aws-sdk-rust": [
88
{
9-
"message": "Remove stalled stream protection from transcribe-streaming operations.\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "landonxjames",
16-
"references": [
17-
"aws-sdk-rust#1181"
18-
],
19-
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
20-
"age": 5
21-
},
22-
{
23-
"message": "deprecate http-02x presign APIs in favor of http-1x equivalents\n",
24-
"meta": {
25-
"bug": false,
26-
"breaking": false,
27-
"tada": false
28-
},
29-
"author": "aajtodd",
30-
"references": [],
31-
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
32-
"age": 5
33-
},
34-
{
35-
"message": "Update Smoketest codegeneration to be endpoint built-in aware.\n",
9+
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
3610
"meta": {
3711
"bug": true,
3812
"breaking": false,
3913
"tada": false
4014
},
41-
"author": "landonxjames",
15+
"author": "Velfi",
4216
"references": [
43-
"smithy-rs#3836"
17+
"smithy-rs#3820"
4418
],
45-
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
19+
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
4620
"age": 5
4721
},
4822
{
49-
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
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",
5024
"meta": {
5125
"bug": true,
5226
"breaking": false,
5327
"tada": false
5428
},
55-
"author": "Velfi",
29+
"author": "ysaito1001",
5630
"references": [
57-
"smithy-rs#3820"
31+
"smithy-rs#3871",
32+
"aws-sdk-rust#1202"
5833
],
59-
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
60-
"age": 4
34+
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
35+
"age": 1
6136
}
6237
],
6338
"aws-sdk-model": []

0 commit comments

Comments
 (0)