From 255a74a83fd21940d7e36a2d28dcc3a67959f15a Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Mon, 17 Jun 2024 20:50:15 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++ CHANGELOG.next.toml | 35 +---------------- aws/SDK_CHANGELOG.next.json | 75 ++++++++++++++++++++++++++++--------- 3 files changed, 61 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faeab97c42..940115473c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +June 17th, 2024 +=============== + June 12th, 2024 =============== diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 077d33af7a..fc4c4c2578 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -9,37 +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" - -[[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" +# author = "rcoh" \ No newline at end of file diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index dcbf8988ca..f175ea5e5e 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -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": []