Skip to content

Commit f2ec135

Browse files
Merge smithy-rs-release-1.x.y into main (#4231)
2 parents 9879625 + c89d104 commit f2ec135

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
July 23rd, 2025
3+
===============
4+
25
July 21st, 2025
36
===============
47
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"smithy-rs#4198"
1919
],
2020
"since-commit": "ccf374dddc0690ef8aca1ed006b9e9b21299558e",
21-
"age": 4
21+
"age": 5
2222
},
2323
{
2424
"message": "re-use checksums on retry attempts for enhanced durability\n",
@@ -30,7 +30,7 @@
3030
"author": "aajtodd",
3131
"references": [],
3232
"since-commit": "1378695258e645d2c65a99cc0311b8c3d982e167",
33-
"age": 3
33+
"age": 4
3434
},
3535
{
3636
"message": "Event streams now allocate a right-sized buffer avoiding repeated reallocations during serialization\n",
@@ -44,7 +44,7 @@
4444
"smithy-rs#4212"
4545
],
4646
"since-commit": "a23d116a79e8920c2efa813a8f831541a9943e4f",
47-
"age": 2
47+
"age": 3
4848
},
4949
{
5050
"message": "Add support for configuring auth schemes manually using an auth scheme preference list.\nThe preference list allows customers to reprioritize the order of auth schemes originally\ndetermined by the auth scheme resolver.\nCustomers can configure the auth scheme preference at the following locations, listed in order of precedence:\n1. Service Client Configuration\n```rust\nuse aws_runtime::auth::sigv4;\nuse aws_smithy_runtime_api::client::auth::AuthSchemeId;\nuse aws_smithy_runtime_api::client::auth::http::HTTP_BEARER_AUTH_SCHEME_ID;\n\nlet config = aws_sdk_s3::Config::builder()\n .auth_scheme_preference([AuthSchemeId::from(\"scheme1\"), sigv4::SCHEME_ID, HTTP_BEARER_AUTH_SCHEME_ID])\n // ...\n .build();\n```\n2. Environment Variable\n```\nAWS_AUTH_SCHEME_PREFERENCE=scheme1, sigv4, httpBearerAuth\n```\n3. Configuration File\n```\nauth_scheme_preference=scheme1, sigv4, httpBearerAuth\n```\nWith this configuration, the auth scheme resolver will prefer to select them in the specified order,\nif they are supported.\n",
@@ -58,7 +58,7 @@
5858
"smithy-rs#4203"
5959
],
6060
"since-commit": "6649098171e33e1e65eaacffb12be58e858a4782",
61-
"age": 1
61+
"age": 2
6262
}
6363
],
6464
"aws-sdk-model": []

0 commit comments

Comments
 (0)