From 23d977181e1c7af9c847d2c48bcb73f2414999a3 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Mon, 11 Mar 2024 17:14:01 -0500 Subject: [PATCH 1/3] Bump minor for `aws-smithy-runtime-api` --- rust-runtime/aws-smithy-runtime-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-runtime/aws-smithy-runtime-api/Cargo.toml b/rust-runtime/aws-smithy-runtime-api/Cargo.toml index b5cc4b611c..b0ee8e1e6b 100644 --- a/rust-runtime/aws-smithy-runtime-api/Cargo.toml +++ b/rust-runtime/aws-smithy-runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-smithy-runtime-api" -version = "1.1.8" +version = "1.2.0" authors = ["AWS Rust SDK Team ", "Zelda Hessler "] description = "Smithy runtime types." edition = "2021" From f5fbd1f510fd9e29374d32d4a209520f152bbb14 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Mon, 11 Mar 2024 17:15:21 -0500 Subject: [PATCH 2/3] Bump minor for `aws-sigv4` --- aws/rust-runtime/aws-sigv4/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/rust-runtime/aws-sigv4/Cargo.toml b/aws/rust-runtime/aws-sigv4/Cargo.toml index 8a24916134..45f6e3a9fd 100644 --- a/aws/rust-runtime/aws-sigv4/Cargo.toml +++ b/aws/rust-runtime/aws-sigv4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-sigv4" -version = "1.1.9" +version = "1.2.0" authors = ["AWS Rust SDK Team ", "David Barsky "] description = "SigV4 signer for HTTP requests and Event Stream messages." edition = "2021" From 42ed2f503ebb5d631f7a0c5222ae231f11874f5f Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Mon, 11 Mar 2024 17:26:52 -0500 Subject: [PATCH 3/3] Update CHANGELOG.next.toml --- CHANGELOG.next.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.next.toml b/CHANGELOG.next.toml index 20a7a9016e..8b5b74aaab 100644 --- a/CHANGELOG.next.toml +++ b/CHANGELOG.next.toml @@ -58,3 +58,21 @@ message = "Add support for S3 Express One Zone. See [the user guide](https://git references = ["aws-sdk-rust#992", "smithy-rs#3465"] meta = { "breaking" = false, "bug" = false, "tada" = true } author = "ysaito1001" + +[[smithy-rs]] +message = "The `ResolveIdentity` trait is now aware of its `IdentityCache` location." +references = ["smithy-rs#3465", "smithy-rs#3477"] +meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } +author = "ysaito1001" + +[[smithy-rs]] +message = "`RuntimeComponents` can now be converted back to a `RuntimeComponentsBuilder`, using `.to_builder()`." +references = ["smithy-rs#3465", "smithy-rs#3477"] +meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" } +authors = "ysaito1001" + +[[aws-sdk-rust]] +message = "`aws_sigv4::http_request::settigns::SigningSettings` adds a new setting `session_token_name_override` to allow for an alternative session token name for SigV4 signing." +references = ["smithy-rs#3465", "smithy-rs#3477"] +meta = { "breaking" = false, "bug" = false, "tada" = false } +author = "ysaito1001"