Skip to content

Commit 6164276

Browse files
Merge smithy-rs-release-1.x.y into main (#4335)
2 parents eb261a4 + bf4f997 commit 6164276

File tree

4 files changed

+39
-77
lines changed

4 files changed

+39
-77
lines changed

.changelog/1759416345.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
October 6th, 2025
3+
=================
4+
**New this release:**
5+
- :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`
6+
for defining custom validation exceptions.
7+
8+
**Contributors**
9+
Thank you for your contributions! ❤
10+
- @jasgin ([smithy-rs#4321](https://github.com/smithy-lang/smithy-rs/issues/4321))
11+
12+
213
October 2nd, 2025
314
=================
415
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"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",
10-
"meta": {
11-
"bug": false,
12-
"breaking": false,
13-
"tada": true
14-
},
15-
"author": "aajtodd",
16-
"references": [
17-
"aws-sdk-rust#169"
18-
],
19-
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
20-
"age": 5
21-
},
22-
{
23-
"message": "Enable rustls post-quantum by default.\n",
24-
"meta": {
25-
"bug": false,
26-
"breaking": false,
27-
"tada": true
28-
},
29-
"author": "WillChilds-Klein",
30-
"references": [],
31-
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
32-
"age": 5
33-
},
34-
{
35-
"message": "fix `aws-smithy-eventstream` feature `derive-arbitrary` on `arbitrary` >= 1.4.2\n",
36-
"meta": {
37-
"bug": false,
38-
"breaking": false,
39-
"tada": false
40-
},
41-
"author": "aajtodd",
42-
"references": [],
43-
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
44-
"age": 5
45-
},
468
{
479
"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",
4810
"meta": {
@@ -55,7 +17,7 @@
5517
"smithy-rs#4263"
5618
],
5719
"since-commit": "f18c70d36c40fa0f40860547394c134566704e69",
58-
"age": 4
20+
"age": 5
5921
}
6022
],
6123
"aws-sdk-model": []

aws/sdk/Cargo.lock

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

0 commit comments

Comments
 (0)