Unverified Commit 24703417 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Merge smithy-rs-release-1.x.y into main (#3872)

parents 1e803494 1a438ca7
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": []
+45 −45
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -453,7 +453,7 @@ dependencies = [
 "aws-smithy-eventstream 0.60.5",
 "aws-smithy-http 0.60.11",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -491,7 +491,7 @@ dependencies = [
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-types 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -521,7 +521,7 @@ dependencies = [
 "aws-smithy-eventstream 0.60.5",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -544,7 +544,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -570,7 +570,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -594,7 +594,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -623,7 +623,7 @@ dependencies = [
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-query",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-xml 0.60.9",
@@ -649,7 +649,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -674,7 +674,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -705,7 +705,7 @@ dependencies = [
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-query",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-xml 0.60.9",
@@ -731,7 +731,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -758,7 +758,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -785,7 +785,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -813,7 +813,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -838,7 +838,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-xml 0.60.9",
@@ -869,7 +869,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-xml 0.60.9",
@@ -917,7 +917,7 @@ dependencies = [
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -948,7 +948,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-xml 0.60.9",
@@ -975,7 +975,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -996,7 +996,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -1019,7 +1019,7 @@ dependencies = [
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-query",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-xml 0.60.9",
@@ -1045,7 +1045,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -1071,7 +1071,7 @@ dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -1098,7 +1098,7 @@ dependencies = [
 "aws-smithy-http 0.60.11",
 "aws-smithy-json 0.60.7",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-types 1.3.3",
@@ -1313,7 +1313,7 @@ name = "aws-smithy-experimental"
version = "0.1.4"
dependencies = [
 "aws-smithy-async 1.2.1",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "h2 0.4.6",
@@ -1457,19 +1457,18 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
dependencies = [
 "approx",
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-protocol-test 0.62.0",
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes",
 "fastrand 2.0.2",
 "futures-util",
 "h2 0.3.26",
 "http 0.2.12",
 "http 1.1.0",
 "http-body 0.4.6",
 "http-body 1.0.1",
 "httparse",
@@ -1479,31 +1478,30 @@ dependencies = [
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "pretty_assertions",
 "rustls 0.21.12",
 "serde",
 "serde_json",
 "tokio",
 "tracing",
 "tracing-subscriber",
 "tracing-test",
]

[[package]]
name = "aws-smithy-runtime"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87"
version = "1.7.2"
dependencies = [
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-protocol-test 0.62.0",
 "aws-smithy-runtime-api 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "aws-smithy-types 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "approx",
 "aws-smithy-async 1.2.1",
 "aws-smithy-http 0.60.11",
 "aws-smithy-protocol-test 0.63.0",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "bytes",
 "fastrand 2.0.2",
 "futures-util",
 "h2 0.3.26",
 "http 0.2.12",
 "http 1.1.0",
 "http-body 0.4.6",
 "http-body 1.0.1",
 "httparse",
@@ -1513,12 +1511,14 @@ dependencies = [
 "once_cell",
 "pin-project-lite",
 "pin-utils",
 "pretty_assertions",
 "rustls 0.21.12",
 "serde",
 "serde_json",
 "tokio",
 "tracing",
 "tracing-subscriber",
 "tracing-test",
]

[[package]]
@@ -1663,7 +1663,7 @@ version = "1.3.3"
dependencies = [
 "aws-credential-types 1.2.1",
 "aws-smithy-async 1.2.1",
 "aws-smithy-runtime 1.7.1",
 "aws-smithy-runtime 1.7.2",
 "aws-smithy-runtime-api 1.7.2",
 "aws-smithy-types 1.2.7",
 "http 0.2.12",