Unverified Commit 2e539105 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 (#3892)

parents c606065c dd743247
Loading
Loading
Loading
Loading

.changelog/1728582276.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- aajtodd
references:
- aws-sdk-rust#1193
breaking: false
new_feature: false
bug_fix: true
---
Fix default credential provider chain not respecting endpoint URL overrides from environment

.changelog/1729271936.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- ysaito1001
references:
- smithy-rs#3883
breaking: false
new_feature: false
bug_fix: false
---
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.
+3 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
October 24th, 2024
==================

October 9th, 2024
=================
**New this release:**
+24 −10
Original line number Diff line number Diff line
@@ -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
    }
  ],