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

Update changelog

parent 979631b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
June 30th, 2025
===============

June 27th, 2025
===============
**New this release:**
+9 −23
Original line number Diff line number Diff line
@@ -5,20 +5,6 @@
{
  "smithy-rs": [],
  "aws-sdk-rust": [
    {
      "message": "Replace once_cell with std equivalents\n",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": false
      },
      "author": "FalkWoldmann",
      "references": [
        "smithy-rs#4105"
      ],
      "since-commit": "f3aebe7b53d7e1be4bd922e13d459f8ef72104fa",
      "age": 5
    },
    {
      "message": "Removing the `optimize_crc32_auto` feature flag from the `crc-fast` dependency of the `aws-smithy-checksums` crate since it was causing build issues for some customers.\n",
      "meta": {
@@ -31,7 +17,7 @@
        "aws-sdk-rust#1291"
      ],
      "since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6",
      "age": 4
      "age": 5
    },
    {
      "message": "fix simple rules behavior with `RuleMode::MatchAny`\n",
@@ -45,7 +31,7 @@
        "smithy-rs#4135"
      ],
      "since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6",
      "age": 4
      "age": 5
    },
    {
      "message": "Introduce a new `repeatedly()` function to `aws-smithy-mocks` sequence builder to build mock rules that behave as an\ninfinite sequence.\n\n```rust\nlet rule = mock!(aws_sdk_s3::Client::get_object)\n    .sequence()\n    .http_status(503, None)\n    .times(2)        // repeat the last output twice before moving onto the next response in the sequence\n    .output(|| GetObjectOutput::builder()\n        .body(ByteStream::from_static(b\"success\"))\n        .build()\n    )\n    .repeatedly()    // repeat the last output forever\n    .build();\n```\n",
@@ -59,7 +45,7 @@
        "smithy-rs#4135"
      ],
      "since-commit": "4e4a0ee2d663a1212927a8a70ca97eac567d54b6",
      "age": 4
      "age": 5
    },
    {
      "message": "Fix h2 GoAway errors not being retried by hyper legacy client\n",
@@ -73,7 +59,7 @@
        "aws-sdk-rust#1272"
      ],
      "since-commit": "7d64b2f9e8fc89159d7fb1ff1309d6d6b8b53189",
      "age": 3
      "age": 4
    },
    {
      "message": "Fix default supported protocols incorrectly ordered in `ClientProtocolLoader`.\n",
@@ -87,7 +73,7 @@
        "smithy-rs#4165"
      ],
      "since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
      "age": 2
      "age": 3
    },
    {
      "message": "Add support for fetching account ID from IMDS credentials on EC2.\n",
@@ -101,7 +87,7 @@
        "smithy-rs#4109"
      ],
      "since-commit": "c624a84d9ecc451854521e363e34cf6f1c10e009",
      "age": 2
      "age": 3
    },
    {
      "message": "Temporarily disable fetching account ID from IMDS credentials on EC2.\n",
@@ -115,7 +101,7 @@
        "smithy-rs#4187"
      ],
      "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
      "age": 1
      "age": 2
    },
    {
      "message": "Fix hyper 1.x connection refused errors not marked as retryable\n",
@@ -127,7 +113,7 @@
      "author": "aajtodd",
      "references": [],
      "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
      "age": 1
      "age": 2
    },
    {
      "message": "Make Rpc V2 CBOR a compatible protocol for `awsQuery` using `awsQueryCompatible` trait\n",
@@ -141,7 +127,7 @@
        "smithy-rs#4186"
      ],
      "since-commit": "dd10f0602682dfabafc465dbcd9eb92d3d915c51",
      "age": 1
      "age": 2
    }
  ],
  "aws-sdk-model": []