Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changelog/1762379492.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changelog/crc-fast-bump.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
November 6th, 2025
==================
**New this release:**
- (client) Bump crc-fast version to 1.6.0
- (client) Validate `Region` is a valid host label when constructing endpoints.


October 30th, 2025
==================
**Breaking Changes:**
Expand Down
30 changes: 27 additions & 3 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"smithy-rs#4353"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 1
"age": 2
},
{
"message": "Add tags to `AssumeRoleProviderBuilder`\n",
Expand All @@ -32,7 +32,7 @@
"aws-sdk-rust#1366"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 1
"age": 2
},
{
"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",
Expand All @@ -47,7 +47,7 @@
"smithy-rs#4189"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 1
"age": 2
},
{
"message": "Upgrade MSRV to Rust 1.88.0.\n",
Expand All @@ -61,6 +61,30 @@
"smithy-rs#4367"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 2
},
{
"message": "Bump crc-fast version to 1.6.0\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"references": [],
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
"age": 1
},
{
"message": "Validate `Region` is a valid host label when constructing endpoints.\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [],
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
"age": 1
}
],
Expand Down
26 changes: 22 additions & 4 deletions aws/sdk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading