From 6a3a20749d6041fa848b86d0a95c336c86f98f46 Mon Sep 17 00:00:00 2001 From: AWS SDK Rust Bot Date: Fri, 4 Oct 2024 16:44:19 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++ aws/SDK_CHANGELOG.next.json | 79 ++----------------------------------- 2 files changed, 7 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f686b80a..ff0cc68e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +October 4th, 2024 +================= + October 3rd, 2024 ================= **Breaking Changes:** diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index 40fa5ce57e..fe925fb51d 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -5,77 +5,6 @@ { "smithy-rs": [], "aws-sdk-rust": [ - { - "message": "Upgrade MSRV to Rust 1.78.0.\n", - "meta": { - "bug": false, - "breaking": true, - "tada": false - }, - "author": "ysaito1001", - "references": [ - "smithy-rs#3800" - ], - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", - "age": 5 - }, - { - "message": "Add minimal support for `AWS::Auth::AccountId` and `AWS::Auth::AccountIdEndpointMode` endpoint built-ins\n", - "meta": { - "bug": false, - "breaking": false, - "tada": false - }, - "author": "landonxjames", - "references": [ - "smithy-rs#3792" - ], - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", - "age": 5 - }, - { - "message": "Fix the execution order of [modify_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.modify_before_serialization) and [read_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.read_before_serialization) in the orchestrator. The `modify_before_serialization` method now executes before the `read_before_serialization` method. This adjustment may result in changes in behavior depending on how you customize interceptors.\n", - "meta": { - "bug": true, - "breaking": false, - "tada": false - }, - "author": "ysaito1001", - "references": [ - "smithy-rs#3798" - ], - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", - "age": 5 - }, - { - "message": "Fix the [Length::UpTo](https://docs.rs/aws-smithy-types/1.2.2/aws_smithy_types/byte_stream/enum.Length.html) usage in [FsBuilder](https://docs.rs/aws-smithy-types/1.2.2/aws_smithy_types/byte_stream/struct.FsBuilder.html), ensuring that the specified length does not exceed the remaining file length.\n", - "meta": { - "bug": true, - "breaking": false, - "tada": false - }, - "author": "ysaito1001", - "references": [ - "aws-sdk-rust#821", - "smithy-rs#3797" - ], - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", - "age": 5 - }, - { - "message": "Re-export `ByteStream`'s `Length` and `FsBuilder`. By making these types available directly within a client crate, customers can use `ByteStream::read_from` without needing to import them separately from the `aws-smithy-types` crate.\n", - "meta": { - "bug": true, - "breaking": false, - "tada": false - }, - "author": "ysaito1001", - "references": [ - "aws-sdk-rust#820" - ], - "since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e", - "age": 5 - }, { "message": "Remove stalled stream protection from transcribe-streaming operations.\n", "meta": { @@ -88,7 +17,7 @@ "aws-sdk-rust#1181" ], "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c", - "age": 3 + "age": 4 }, { "message": "deprecate http-02x presign APIs in favor of http-1x equivalents\n", @@ -100,7 +29,7 @@ "author": "aajtodd", "references": [], "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c", - "age": 3 + "age": 4 }, { "message": "Update Smoketest codegeneration to be endpoint built-in aware.\n", @@ -114,7 +43,7 @@ "smithy-rs#3836" ], "since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c", - "age": 3 + "age": 4 }, { "message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n", @@ -128,7 +57,7 @@ "smithy-rs#3820" ], "since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a", - "age": 2 + "age": 3 } ], "aws-sdk-model": []