Skip to content

Commit 8b844a1

Browse files
Merge smithy-rs-release-1.x.y into main (#4329)
2 parents bee0917 + 0dacca8 commit 8b844a1

File tree

3 files changed

+12
-30
lines changed

3 files changed

+12
-30
lines changed

.changelog/1759353705.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
October 2nd, 2025
3+
=================
4+
**New this release:**
5+
- :bug: (server) Fix bug where servers rejected `application/vnd.amazon.evenstream` ACCEPT header for RPCv2Cbor
6+
7+
This change allows this header while also allowing `application/cbor` for backwards compatibility.
8+
9+
210
October 1st, 2025
311
=================
412
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "pin crc-fast to <1.4 to workaround SIGILL\n",
10-
"meta": {
11-
"bug": true,
12-
"breaking": false,
13-
"tada": false
14-
},
15-
"author": "aajtodd",
16-
"references": [],
17-
"since-commit": "01aece8b664968ac63354e52b88915e8f8546738",
18-
"age": 5
19-
},
208
{
219
"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",
2210
"meta": {
@@ -29,7 +17,7 @@
2917
"aws-sdk-rust#169"
3018
],
3119
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
32-
"age": 4
20+
"age": 5
3321
},
3422
{
3523
"message": "Enable rustls post-quantum by default.\n",
@@ -41,7 +29,7 @@
4129
"author": "WillChilds-Klein",
4230
"references": [],
4331
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
44-
"age": 4
32+
"age": 5
4533
},
4634
{
4735
"message": "fix `aws-smithy-eventstream` feature `derive-arbitrary` on `arbitrary` >= 1.4.2\n",
@@ -53,7 +41,7 @@
5341
"author": "aajtodd",
5442
"references": [],
5543
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
56-
"age": 4
44+
"age": 5
5745
},
5846
{
5947
"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",
@@ -67,7 +55,7 @@
6755
"smithy-rs#4263"
6856
],
6957
"since-commit": "f18c70d36c40fa0f40860547394c134566704e69",
70-
"age": 3
58+
"age": 4
7159
}
7260
],
7361
"aws-sdk-model": []

0 commit comments

Comments
 (0)