Commit e420b9b6 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update changelog

parent 1e803494
Loading
Loading
Loading
Loading

.changelog/1728489433.md

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
---
applies_to:
- client
- aws-sdk-rust
authors:
- ysaito1001
references:
- smithy-rs#3871
- aws-sdk-rust#1202
breaking: false
new_feature: false
bug_fix: true
---
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 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
October 9th, 2024
=================
**New this release:**
- :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.


October 5th, 2024
=================
**New this release:**
+10 −35
Original line number Diff line number Diff line
@@ -6,58 +6,33 @@
  "smithy-rs": [],
  "aws-sdk-rust": [
    {
      "message": "Remove stalled stream protection from transcribe-streaming operations.\n",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "landonxjames",
      "references": [
        "aws-sdk-rust#1181"
      ],
      "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
      "age": 5
    },
    {
      "message": "deprecate http-02x presign APIs in favor of http-1x equivalents\n",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": false
      },
      "author": "aajtodd",
      "references": [],
      "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
      "age": 5
    },
    {
      "message": "Update Smoketest codegeneration to be endpoint built-in aware.\n",
      "message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "landonxjames",
      "author": "Velfi",
      "references": [
        "smithy-rs#3836"
        "smithy-rs#3820"
      ],
      "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
      "since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
      "age": 5
    },
    {
      "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": 4
      "since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
      "age": 1
    }
  ],
  "aws-sdk-model": []