Skip to content

Commit 41ea15d

Browse files
Merge smithy-rs-release-1.x.y into main (#4387)
2 parents 4533810 + d427add commit 41ea15d

File tree

5 files changed

+56
-32
lines changed

5 files changed

+56
-32
lines changed

.changelog/1762379492.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changelog/crc-fast-bump.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
November 6th, 2025
3+
==================
4+
**New this release:**
5+
- (client) Bump crc-fast version to 1.6.0
6+
- (client) Validate `Region` is a valid host label when constructing endpoints.
7+
8+
29
October 30th, 2025
310
==================
411
**Breaking Changes:**

aws/SDK_CHANGELOG.next.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"smithy-rs#4353"
1919
],
2020
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
21-
"age": 1
21+
"age": 2
2222
},
2323
{
2424
"message": "Add tags to `AssumeRoleProviderBuilder`\n",
@@ -32,7 +32,7 @@
3232
"aws-sdk-rust#1366"
3333
],
3434
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
35-
"age": 1
35+
"age": 2
3636
},
3737
{
3838
"message": "Adds new `with_test_defaults_v2()` for all clients supporting region configuration which applies `us-east-1` as default region if not set by user. This allows `aws-smithy-mocks` to work for non AWS SDK generated clients. Also clarify `test-util` feature requirement when using `aws-smithy-mocks`.\n",
@@ -47,7 +47,7 @@
4747
"smithy-rs#4189"
4848
],
4949
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
50-
"age": 1
50+
"age": 2
5151
},
5252
{
5353
"message": "Upgrade MSRV to Rust 1.88.0.\n",
@@ -61,6 +61,30 @@
6161
"smithy-rs#4367"
6262
],
6363
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
64+
"age": 2
65+
},
66+
{
67+
"message": "Bump crc-fast version to 1.6.0\n",
68+
"meta": {
69+
"bug": false,
70+
"breaking": false,
71+
"tada": false
72+
},
73+
"author": "landonxjames",
74+
"references": [],
75+
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
76+
"age": 1
77+
},
78+
{
79+
"message": "Validate `Region` is a valid host label when constructing endpoints.\n",
80+
"meta": {
81+
"bug": false,
82+
"breaking": false,
83+
"tada": false
84+
},
85+
"author": "aajtodd",
86+
"references": [],
87+
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
6488
"age": 1
6589
}
6690
],

aws/sdk/Cargo.lock

Lines changed: 22 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)