Unverified Commit e3646b11 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 (#3737)

parents fe1b341e 4552ba15
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
July 3rd, 2024
==============
**New this release:**
- :bug: (server, [smithy-rs#3643](https://github.com/smithy-lang/smithy-rs/issues/3643)) A feature, `aws-lambda`, has been added to generated SDKs to re-export types required for Lambda deployment.
- :bug: (server, [smithy-rs#3471](https://github.com/smithy-lang/smithy-rs/issues/3471), [smithy-rs#3724](https://github.com/smithy-lang/smithy-rs/issues/3724), @djedward) Content-Type header validation now ignores parameter portion of media types.

**Contributors**
Thank you for your contributions! ❤
- @djedward ([smithy-rs#3471](https://github.com/smithy-lang/smithy-rs/issues/3471), [smithy-rs#3724](https://github.com/smithy-lang/smithy-rs/issues/3724))


June 19th, 2024
June 19th, 2024
===============
===============
**Breaking Changes:**
**Breaking Changes:**
+1 −20
Original line number Original line Diff line number Diff line
@@ -10,22 +10,3 @@
# references = ["smithy-rs#920"]
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"
# author = "rcoh"
[[smithy-rs]]
message = "A feature, `aws-lambda`, has been added to generated SDKs to re-export types required for Lambda deployment."
references = ["smithy-rs#3643"]
meta = { "breaking" = false, "bug" = true, "tada" = false, "target" = "server" }
author = "drganjoo"

[[smithy-rs]]
message = """
Content-Type header validation now ignores parameter portion of media types.
"""
references = ["smithy-rs#3471","smithy-rs#3724"]
meta = { "breaking" = false, "tada" = false, "bug" = true, target = "server" }
authors = ["djedward"]

[[aws-sdk-rust]]
message = "Add customizations for S3 Expires fields."
references = ["smithy-rs#3730"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "landonxjames"
+20 −6
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@
        "smithy-rs#3673"
        "smithy-rs#3673"
      ],
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 4
      "age": 5
    },
    },
    {
    {
      "message": "Fix S3 ListParts API paginator infinite loop.",
      "message": "Fix S3 ListParts API paginator infinite loop.",
@@ -32,7 +32,7 @@
        "aws-sdk-rust#1143"
        "aws-sdk-rust#1143"
      ],
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 4
      "age": 5
    },
    },
    {
    {
      "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",
      "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",
@@ -47,7 +47,7 @@
        "smithy-rs#3639"
        "smithy-rs#3639"
      ],
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 2
      "age": 3
    },
    },
    {
    {
      "message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
      "message": "Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
@@ -61,7 +61,7 @@
        "aws-sdk-rust#1162"
        "aws-sdk-rust#1162"
      ],
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 2
      "age": 3
    },
    },
    {
    {
      "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",
      "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",
@@ -75,7 +75,7 @@
        "smithy-rs#3696"
        "smithy-rs#3696"
      ],
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 2
      "age": 3
    },
    },
    {
    {
      "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
      "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
@@ -89,7 +89,21 @@
        "aws-sdk-rust#1163"
        "aws-sdk-rust#1163"
      ],
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 2
      "age": 3
    },
    {
      "message": "Add customizations for S3 Expires fields.",
      "meta": {
        "bug": false,
        "breaking": false,
        "tada": false
      },
      "author": "landonxjames",
      "references": [
        "smithy-rs#3730"
      ],
      "since-commit": "fe1b341e8f1a4ee307554f1a63bf62ec72d8c9a3",
      "age": 1
    }
    }
  ],
  ],
  "aws-sdk-model": []
  "aws-sdk-model": []