Skip to content

Commit f0c7fd7

Browse files
authored
Bump minor for some runtime crates as part of S3 Express (#3477)
## Description - Bump minor for `aws-sigv4` for [these changes](https://github.com/smithy-lang/smithy-rs/pull/3465/files#diff-154d03aaceb2d08722c365acf156e47c523638765a8a645c350cff72550c80dd) - Bump minor for `aws-smithy-runtime-api` for [these changes](https://github.com/smithy-lang/smithy-rs/pull/3465/files#diff-daa7b9cc6f272b9b914593b1ce032b87af4fe17c351fee5608d621bdac091040) ## Testing Existing tests in CI ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS SDK, generated SDK code, or SDK runtime crates ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 16b01d0 commit f0c7fd7

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.next.toml

+18
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,21 @@ message = "Add support for S3 Express One Zone. See [the user guide](https://git
5858
references = ["aws-sdk-rust#992", "smithy-rs#3465"]
5959
meta = { "breaking" = false, "bug" = false, "tada" = true }
6060
author = "ysaito1001"
61+
62+
[[smithy-rs]]
63+
message = "The `ResolveIdentity` trait is now aware of its `IdentityCache` location."
64+
references = ["smithy-rs#3465", "smithy-rs#3477"]
65+
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
66+
author = "ysaito1001"
67+
68+
[[smithy-rs]]
69+
message = "`RuntimeComponents` can now be converted back to a `RuntimeComponentsBuilder`, using `.to_builder()`."
70+
references = ["smithy-rs#3465", "smithy-rs#3477"]
71+
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
72+
authors = "ysaito1001"
73+
74+
[[aws-sdk-rust]]
75+
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."
76+
references = ["smithy-rs#3465", "smithy-rs#3477"]
77+
meta = { "breaking" = false, "bug" = false, "tada" = false }
78+
author = "ysaito1001"

aws/rust-runtime/aws-sigv4/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-sigv4"
3-
version = "1.1.9"
3+
version = "1.2.0"
44
authors = ["AWS Rust SDK Team <[email protected]>", "David Barsky <[email protected]>"]
55
description = "SigV4 signer for HTTP requests and Event Stream messages."
66
edition = "2021"

rust-runtime/aws-smithy-runtime-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-smithy-runtime-api"
3-
version = "1.1.8"
3+
version = "1.2.0"
44
authors = ["AWS Rust SDK Team <[email protected]>", "Zelda Hessler <[email protected]>"]
55
description = "Smithy runtime types."
66
edition = "2021"

0 commit comments

Comments
 (0)