Unverified Commit b3425061 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 (#4041)

parents 64144f40 13dbb746
Loading
Loading
Loading
Loading

.changelog/1740420128.md

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
---
applies_to:
- aws-sdk-rust
authors:
- ysaito1001
references:
- aws-sdk-rust#213
- aws-sdk-rust#1188
breaking: false
new_feature: true
bug_fix: false
---
Adds support for event stream operations with non-REST protocols such as AWS JSON. This update enables operations, including `SubscribeToShard` in Kinesis and `StartLiveTail` in CloudWatchLogs in the Rust SDK.

.changelog/1740421036.md

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
---
applies_to:
- client
authors:
- ysaito1001
references:
- smithy-rs#121
breaking: false
new_feature: true
bug_fix: false
---
Adds support for event stream operations with non-REST protocols such as RPC v2 CBOR.
+0 −10
Original line number Diff line number Diff line
---
applies_to: ["aws-sdk-rust"]
authors: ["landonxjames"]
references: ["smithy-rs#920"]
breaking: false
new_feature: false
bug_fix: true
---

Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`
+6 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
March 4th, 2025
===============
**New this release:**
- :tada: (client, [smithy-rs#121](https://github.com/smithy-lang/smithy-rs/issues/121)) Adds support for event stream operations with non-REST protocols such as RPC v2 CBOR.


February 20th, 2025
===================
**New this release:**
+31 −30
Original line number Diff line number Diff line
@@ -6,49 +6,49 @@
  "smithy-rs": [],
  "aws-sdk-rust": [
    {
      "message": "Allow IMDS clients to be configured with a user-provided `SharedRetryClassifier`.\n",
      "message": "Stop populating `SessionMode` by default for the `CreateSession` API internally used by S3 Express. This will allow the service to choose a default value for `SessionMode` field based on bucket/access point being used.\n",
      "meta": {
        "bug": false,
        "bug": true,
        "breaking": false,
        "tada": true
        "tada": false
      },
      "author": "landonxjames",
      "author": "ysaito1001",
      "references": [
        "aws-sdk-rust#1233"
        "smithy-rs#3992"
      ],
      "since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
      "age": 5
      "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
      "age": 4
    },
    {
      "message": "Fix `EcsCredentialsProvider` to include query params passed via `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI`.\n",
      "message": "Exclude `transfer-encoding` header from sigv4(a) signing since it is a hop by hop header that can be modified or removed by a proxy.\n",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "ysaito1001",
      "author": "landonxjames",
      "references": [
        "aws-sdk-rust#1248"
        "smithy-rs#3991"
      ],
      "since-commit": "721e8a6762ed19194432bed0cb78b08a460d2fe4",
      "age": 5
      "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
      "age": 4
    },
    {
      "message": "Stop populating `SessionMode` by default for the `CreateSession` API internally used by S3 Express. This will allow the service to choose a default value for `SessionMode` field based on bucket/access point being used.\n",
      "message": "Fix bug in Sigv4 signing that, when an endpoint contained a default port (80 for HTTP, 443 for HTTPS), would sign the request with that port in the `HOST` header even though Hyper excludes default ports from the `HOST` header.\n",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "ysaito1001",
      "author": "landonxjames",
      "references": [
        "smithy-rs#3992"
        "aws-sdk-rust#1244"
      ],
      "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
      "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
      "age": 3
    },
    {
      "message": "Exclude `transfer-encoding` header from sigv4(a) signing since it is a hop by hop header that can be modified or removed by a proxy.\n",
      "message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
      "meta": {
        "bug": true,
        "breaking": false,
@@ -56,27 +56,28 @@
      },
      "author": "landonxjames",
      "references": [
        "smithy-rs#3991"
        "aws-sdk-rust#1253"
      ],
      "since-commit": "5ed776ffe2791f577639cb25c711002719809b3a",
      "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
      "age": 3
    },
    {
      "message": "Fix bug in Sigv4 signing that, when an endpoint contained a default port (80 for HTTP, 443 for HTTPS), would sign the request with that port in the `HOST` header even though Hyper excludes default ports from the `HOST` header.\n",
      "message": "Adds support for event stream operations with non-REST protocols such as AWS JSON. This update enables operations, including `SubscribeToShard` in Kinesis and `StartLiveTail` in CloudWatchLogs in the Rust SDK.\n",
      "meta": {
        "bug": true,
        "bug": false,
        "breaking": false,
        "tada": false
        "tada": true
      },
      "author": "landonxjames",
      "author": "ysaito1001",
      "references": [
        "aws-sdk-rust#1244"
        "aws-sdk-rust#213",
        "aws-sdk-rust#1188"
      ],
      "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
      "age": 2
      "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
      "age": 1
    },
    {
      "message": "Fix bug in S3 with flexible checksum headers incorrectly included in presigned GET requests.\n",
      "message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
      "meta": {
        "bug": true,
        "breaking": false,
@@ -84,10 +85,10 @@
      },
      "author": "landonxjames",
      "references": [
        "aws-sdk-rust#1253"
        "smithy-rs#920"
      ],
      "since-commit": "0071c6db2e5e4979d592f6d9f1c019068a4afa02",
      "age": 2
      "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
      "age": 1
    }
  ],
  "aws-sdk-model": []
Loading