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
11 changes: 0 additions & 11 deletions .changelog/1759416345.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
October 6th, 2025
=================
**New this release:**
- :tada: (server, [smithy-rs#4321](https://github.com/smithy-lang/smithy-rs/issues/4321), @jasgin) Adds the custom traits `@validationException`, `@validationMessage`, `@validationFieldList`, `@validationFieldName`, and `@validationFieldMessage`
for defining custom validation exceptions.

**Contributors**
Thank you for your contributions! ❤
- @jasgin ([smithy-rs#4321](https://github.com/smithy-lang/smithy-rs/issues/4321))


October 2nd, 2025
=================
**New this release:**
Expand Down
40 changes: 1 addition & 39 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,6 @@
{
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Add support for proxy environment variables (`HTTP_PROXY, `HTTPS_PROXY`, `ALL_PROXY`, `NO_PROXY`). Service clients will now automatically respect these proxy environment variables on the latest `BehaviorVersion`. Older behavior versions do not automatically detect these environment variables and will require manually building a `aws_smithy_http_client::Connector` with a proxy config explicitly set to use this feature.\n",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "aajtodd",
"references": [
"aws-sdk-rust#169"
],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 5
},
{
"message": "Enable rustls post-quantum by default.\n",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "WillChilds-Klein",
"references": [],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 5
},
{
"message": "fix `aws-smithy-eventstream` feature `derive-arbitrary` on `arbitrary` >= 1.4.2\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 5
},
{
"message": "Make [`TokenBucket`](https://docs.rs/aws-smithy-runtime/latest/aws_smithy_runtime/client/retries/struct.TokenBucket.html) and [`ClientRateLimiter`](https://docs.rs/aws-smithy-runtime/latest/aws_smithy_runtime/client/retries/struct.ClientRateLimiter.html) configurable through [`RetryPartition`](https://docs.rs/aws-smithy-runtime/latest/aws_smithy_runtime/client/retries/struct.RetryPartition.html).\n",
"meta": {
Expand All @@ -55,7 +17,7 @@
"smithy-rs#4263"
],
"since-commit": "f18c70d36c40fa0f40860547394c134566704e69",
"age": 4
"age": 5
}
],
"aws-sdk-model": []
Expand Down
54 changes: 27 additions & 27 deletions aws/sdk/Cargo.lock

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

Loading