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

Update changelog

parent 21b3995a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
June 19th, 2024
===============
**Breaking Changes:**
- :bug::warning: (server, [smithy-rs#3690](https://github.com/smithy-lang/smithy-rs/issues/3690)) Fix request `Content-Type` header checking

    Two bugs related to how servers were checking the `Content-Type` header in incoming requests have been fixed:

    1. `Content-Type` header checking was incorrectly succeeding when no `Content-Type` header was present but one was expected.
    2. When a shape was @httpPayload`-bound, `Content-Type` header checking occurred even when no payload was being sent. In this case it is not necessary to check the header, since there is no content.

    This is a breaking change in that servers are now stricter at enforcing the expected `Content-Type` header is being sent by the client in general, and laxer when the shape is bound with `@httpPayload`.


June 17th, 2024
===============

+1 −14
Original line number Diff line number Diff line
@@ -10,16 +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 = """Fix request `Content-Type` header checking

Two bugs related to how servers were checking the `Content-Type` header in incoming requests have been fixed:

1. `Content-Type` header checking was incorrectly succeeding when no `Content-Type` header was present but one was expected.
2. When a shape was @httpPayload`-bound, `Content-Type` header checking occurred even when no payload was being sent. In this case it is not necessary to check the header, since there is no content.

This is a breaking change in that servers are now stricter at enforcing the expected `Content-Type` header is being sent by the client in general, and laxer when the shape is bound with `@httpPayload`.
"""
references = ["smithy-rs#3690"]
meta = { "breaking" = true, "tada" = false, "bug" = true, "target" = "server"}
author = "david-perez"
+6 −6
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
        "smithy-rs#3673"
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 3
      "age": 4
    },
    {
      "message": "Fix S3 ListParts API paginator infinite loop.",
@@ -32,7 +32,7 @@
        "aws-sdk-rust#1143"
      ],
      "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a",
      "age": 3
      "age": 4
    },
    {
      "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"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
      "age": 2
    },
    {
      "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"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
      "age": 2
    },
    {
      "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"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
      "age": 2
    },
    {
      "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.",
@@ -89,7 +89,7 @@
        "aws-sdk-rust#1163"
      ],
      "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630",
      "age": 1
      "age": 2
    }
  ],
  "aws-sdk-model": []