Unverified Commit a415cfef 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 (#3702)

parents 57ed310e 255a74a8
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 17th, 2024
===============

June 12th, 2024
===============

+1 −34
Original line number Diff line number Diff line
@@ -10,36 +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

[[aws-sdk-rust]]
message = """
Stalled stream protection will no longer be applied to the following Lambda operations: [Invoke], [InvokeAsync], [InvokeWithResponseStream].

[Invoke]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke
[InvokeAsync]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_async
[InvokeWithResponseStream]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_with_response_stream
"""
references = ["aws-sdk-rust#1166", "smithy-rs#3639"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "Velfi"

[[aws-sdk-rust]]
message = "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate."
references = ["aws-sdk-rust#1162"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "ysaito1001"

[[aws-sdk-rust]]
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.
Then, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.
"""
references = ["smithy-rs#3696"]
meta = { "breaking" = false, "tada" = true, "bug" = false }
author = "Velfi"

[[aws-sdk-rust]]
message = "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries."
references = ["aws-sdk-rust#1163"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "ysaito1001"
+57 −18
Original line number Diff line number Diff line
@@ -6,51 +6,90 @@
  "smithy-rs": [],
  "aws-sdk-rust": [
    {
      "message": "Fix the Content-Length enforcement so it is only applied to GET requests.",
      "message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": false
      },
      "author": "Velfi",
      "references": [
        "smithy-rs#1925",
        "smithy-rs#3673"
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 3
    },
    {
      "message": "Fix S3 ListParts API paginator infinite loop.",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": [
        "rcoh",
        "Velfi"
      "author": "landonxjames",
      "references": [
        "aws-sdk-rust#1143"
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 3
    },
    {
      "message": "Stalled stream protection will no longer be applied to the following Lambda operations: [Invoke], [InvokeAsync], [InvokeWithResponseStream].\n\n[Invoke]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke\n[InvokeAsync]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_async\n[InvokeWithResponseStream]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_with_response_stream\n",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "Velfi",
      "references": [
        "smithy-rs#3656",
        "smithy-rs#3657"
        "aws-sdk-rust#1166",
        "smithy-rs#3639"
      ],
      "since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe",
      "age": 5
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
    },
    {
      "message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
      "message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": false
      },
      "author": "ysaito1001",
      "references": [
        "aws-sdk-rust#1162"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
    },
    {
      "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",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": true
      },
      "author": "Velfi",
      "references": [
        "smithy-rs#1925",
        "smithy-rs#3673"
        "smithy-rs#3696"
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 2
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
    },
    {
      "message": "Fix S3 ListParts API paginator infinite loop.",
      "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "landonxjames",
      "author": "ysaito1001",
      "references": [
        "aws-sdk-rust#1143"
        "aws-sdk-rust#1163"
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 2
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
    }
  ],
  "aws-sdk-model": []