From e2a10a5328dee7f87509859c9955c52b46ce1294 Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Wed, 12 Jun 2024 20:01:25 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++ CHANGELOG.next.toml | 2 +- aws/SDK_CHANGELOG.next.json | 95 ++----------------------------------- 3 files changed, 7 insertions(+), 93 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8fd9d01a..faeab97c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +June 12th, 2024 +=============== + June 10th, 2024 =============== **New this release:** diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 0afcaae4a3..fc4c4c2578 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -9,4 +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" +# author = "rcoh" \ No newline at end of file diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index 822808fd3f..dcbf8988ca 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -5,95 +5,6 @@ { "smithy-rs": [], "aws-sdk-rust": [ - { - "message": "Fix panics that occurred when `Duration` for exponential backoff could not be created from too big a float.", - "meta": { - "bug": true, - "breaking": false, - "tada": false - }, - "author": "ysaito1001", - "references": [ - "aws-sdk-rust#1133" - ], - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", - "age": 5 - }, - { - "message": "Clients now enforce that the Content-Length sent by the server matches the length of the returned response body. In most cases, Hyper will enforce this behavior, however, in extremely rare circumstances where the Tokio runtime is dropped in between subsequent requests, this scenario can occur.", - "meta": { - "bug": true, - "breaking": false, - "tada": false - }, - "author": "rcoh", - "references": [ - "aws-sdk-rust#1079" - ], - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", - "age": 5 - }, - { - "message": "Fixes stalled upload stream protection to not apply to empty request bodies and to stop checking for violations once the request body has been read.", - "meta": { - "bug": true, - "breaking": false, - "tada": false - }, - "author": [ - "aajtodd", - "Velfi" - ], - "references": [ - "aws-sdk-rust#1141", - "aws-sdk-rust#1146", - "aws-sdk-rust#1148" - ], - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", - "age": 5 - }, - { - "message": "Updating the documentation for the `app_name` method on `ConfigLoader` to indicate the order of precedence for the sources of the `AppName`.", - "meta": { - "bug": false, - "breaking": false, - "tada": false - }, - "author": "landonxjames", - "references": [ - "smithy-rs#3645" - ], - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", - "age": 5 - }, - { - "message": "Update MSRV to `1.76.0`", - "meta": { - "bug": false, - "breaking": true, - "tada": true - }, - "author": "landonxjames", - "references": [ - "smithy-rs#3653" - ], - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", - "age": 5 - }, - { - "message": "Compression is now supported for operations modeled with the `@requestCompression` trait.\n\n[**For more details, see the long-form changelog discussion**](https://github.com/smithy-lang/smithy-rs/discussions/3646).\n", - "meta": { - "bug": false, - "breaking": false, - "tada": true - }, - "author": "Velfi", - "references": [ - "smithy-rs#2891" - ], - "since-commit": "27b4d14a5102fe1ac928e1e0c647d53597125d51", - "age": 5 - }, { "message": "Fix the Content-Length enforcement so it is only applied to GET requests.", "meta": { @@ -110,7 +21,7 @@ "smithy-rs#3657" ], "since-commit": "db89652d8c11cd2a2da8e887fac8b34393c182fe", - "age": 4 + "age": 5 }, { "message": "Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.", @@ -125,7 +36,7 @@ "smithy-rs#3673" ], "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", - "age": 1 + "age": 2 }, { "message": "Fix S3 ListParts API paginator infinite loop.", @@ -139,7 +50,7 @@ "aws-sdk-rust#1143" ], "since-commit": "052b4dadc06354e673f6a642487871d5f50d135a", - "age": 1 + "age": 2 } ], "aws-sdk-model": []