Commit 73df1e28 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update changelog

parent 8d23be13
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
July 16th, 2024
===============
**New this release:**
- (client, [smithy-rs#3742](https://github.com/smithy-lang/smithy-rs/issues/3742)) Support `stringArray` type in endpoints params
- (client, [smithy-rs#3755](https://github.com/smithy-lang/smithy-rs/issues/3755)) Add support for `operationContextParams` Endpoints trait
- (client, [smithy-rs#3591](https://github.com/smithy-lang/smithy-rs/issues/3591)) `aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`.


July 9th, 2024
==============
**Breaking Changes:**
+1 −25
Original line number Diff line number Diff line
@@ -10,27 +10,3 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"
 No newline at end of file

[[smithy-rs]]
message = "Support `stringArray` type in endpoints params"
references = ["smithy-rs#3742"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
author = "landonxjames"

[[smithy-rs]]
message = "Add support for `operationContextParams` Endpoints trait"
references = ["smithy-rs#3755"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
author = "landonxjames"

[[aws-sdk-rust]]
message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`."
references = ["smithy-rs#3591"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "ysaito1001"

[[smithy-rs]]
message = "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in generated clients so that using these types does not require directly depending on `aws-smithy-runtime-api`."
references = ["smithy-rs#3591"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
author = "ysaito1001"
+19 −5
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
        "smithy-rs#3639"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 4
      "age": 5
    },
    {
      "message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
@@ -32,7 +32,7 @@
        "aws-sdk-rust#1162"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 4
      "age": 5
    },
    {
      "message": "Pre-signed requests may now be converted to Http v1.x requests. This requires enabling the `http-1x` feature for the SDK in question.\nThen, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.\n",
@@ -46,7 +46,7 @@
        "smithy-rs#3696"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 4
      "age": 5
    },
    {
      "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
@@ -60,7 +60,7 @@
        "aws-sdk-rust#1163"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 4
      "age": 5
    },
    {
      "message": "Add customizations for S3 Expires fields.",
@@ -74,7 +74,7 @@
        "smithy-rs#3730"
      ],
      "since-commit": "fe1b341e8f1a4ee307554f1a63bf62ec72d8c9a3",
      "age": 2
      "age": 3
    },
    {
      "message": "Fix bug where stalled stream protection would panic with an underflow if the first event was logged too soon.",
@@ -88,6 +88,20 @@
        "smithy-rs#3744"
      ],
      "since-commit": "56f4c8e9479792b8b52cc394d563ed49a01d1dcc",
      "age": 2
    },
    {
      "message": "`aws_smithy_runtime_api::client::orchestrator::HttpRequest` and `aws_smithy_runtime_api::client::orchestrator::HttpResponse` are now re-exported in AWS SDK clients so that using these types does not require directly depending on `aws-smithy-runtime-api`.",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": false
      },
      "author": "ysaito1001",
      "references": [
        "smithy-rs#3591"
      ],
      "since-commit": "8d23be1392c46a4d59c2910c3dab00ecaad2cf26",
      "age": 1
    }
  ],