Unverified Commit db90ed1f 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 (#4110)

Merge it with `gh pr merge --admin --merge` or manually merge it with
the merge commit (not squash merge).
parents 70c03e36 eb9d73c2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
May 2nd, 2025
=============

April 23rd, 2025
================
**Breaking Changes:**
+6 −35
Original line number Diff line number Diff line
@@ -5,35 +5,6 @@
{
  "smithy-rs": [],
  "aws-sdk-rust": [
    {
      "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": false,
        "breaking": false,
        "tada": true
      },
      "author": "ysaito1001",
      "references": [
        "aws-sdk-rust#213",
        "aws-sdk-rust#1188"
      ],
      "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
      "age": 5
    },
    {
      "message": "Add missing `request_checksum_calculation` and `response_checksum_validation` setters to the `ConfigLoader`\n",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "landonxjames",
      "references": [
        "smithy-rs#920"
      ],
      "since-commit": "64144f4024f71b092facd40d4635d4011ea0b7e5",
      "age": 5
    },
    {
      "message": "Updates the default HTTP client to be based on the 1.x version of hyper and updates the default TLS provider to [rustls](https://github.com/rustls/rustls) with [aws-lc](https://github.com/aws/aws-lc-rs). For more information see the GitHub [discussion](https://github.com/awslabs/aws-sdk-rust/discussions/1257).\n",
      "meta": {
@@ -48,7 +19,7 @@
        "smithy-rs#3710"
      ],
      "since-commit": "bdec1a232a5dfdba16bafd1f637c99a920a30734",
      "age": 4
      "age": 5
    },
    {
      "message": "Update spans to better align with spec.\n",
@@ -62,7 +33,7 @@
        "smithy-rs#4052"
      ],
      "since-commit": "7558d31f17b69bce8785ffa833c575d0b172209c",
      "age": 3
      "age": 4
    },
    {
      "message": "Replace the `once_cell` crate with the `std` counterpart in AWS runtime crates.\n",
@@ -76,7 +47,7 @@
        "smithy-rs#4050"
      ],
      "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
      "age": 1
      "age": 2
    },
    {
      "message": "Fix an issue where a custom `Content-Encoding` header was incorrectly overwritten by the `aws-chunked` header value.\n",
@@ -90,7 +61,7 @@
        "aws-sdk-rust#1281"
      ],
      "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
      "age": 1
      "age": 2
    },
    {
      "message": "Add support for the account-based endpoints in AWS SDKs. For more details, please refer to the [AWS SDKs and Tools Reference Guide on Account-Based Endpoints](https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.html).\n",
@@ -104,7 +75,7 @@
        "smithy-rs#3776"
      ],
      "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
      "age": 1
      "age": 2
    },
    {
      "message": "Fix service specific endpoint url keys\n",
@@ -118,7 +89,7 @@
        "aws-sdk-rust#1252"
      ],
      "since-commit": "f0c92d92b680771787af8ab60995d0e1fae02611",
      "age": 1
      "age": 2
    }
  ],
  "aws-sdk-model": []