diff --git a/CHANGELOG.md b/CHANGELOG.md index 386edd107c2789da95ee647ce66bfe215cabcb46..a290aa40913bc3cda0f5fd49f26689230d874147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +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 =============== **Breaking Changes:** diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index a26c1eef786e293a08d727e00fe9ac6923720e50..fc4c4c2578b5c5f185517bd30b00e87999da307c 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -9,23 +9,4 @@ # message = "Fix typos in module documentation for generated crates" # references = ["smithy-rs#920"] # meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"} -# 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" +# author = "rcoh" \ No newline at end of file diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index 3e376055e44429d3bfdc95f22b84f47e16f100dd..f6c64a1ba8926f421680f73a09f4a1ff320fab22 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -18,7 +18,7 @@ "smithy-rs#3673" ], "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", - "age": 4 + "age": 5 }, { "message": "Fix S3 ListParts API paginator infinite loop.", @@ -32,7 +32,7 @@ "aws-sdk-rust#1143" ], "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", @@ -47,7 +47,7 @@ "smithy-rs#3639" ], "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.", @@ -61,7 +61,7 @@ "aws-sdk-rust#1162" ], "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", @@ -75,7 +75,7 @@ "smithy-rs#3696" ], "since-commit": "57ed310e6d21041eb36d825c50032295eef0b630", - "age": 2 + "age": 3 }, { "message": "`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries.", @@ -89,7 +89,21 @@ "aws-sdk-rust#1163" ], "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": []