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

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
October 2nd, 2025
=================
**New this release:**
- :bug: (server) Fix bug where servers rejected `application/vnd.amazon.evenstream` ACCEPT header for RPCv2Cbor

This change allows this header while also allowing `application/cbor` for backwards compatibility.


October 1st, 2025
=================
**New this release:**
Expand Down
20 changes: 4 additions & 16 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
{
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "pin crc-fast to <1.4 to workaround SIGILL\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [],
"since-commit": "01aece8b664968ac63354e52b88915e8f8546738",
"age": 5
},
{
"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": {
Expand All @@ -29,7 +17,7 @@
"aws-sdk-rust#169"
],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 4
"age": 5
},
{
"message": "Enable rustls post-quantum by default.\n",
Expand All @@ -41,7 +29,7 @@
"author": "WillChilds-Klein",
"references": [],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 4
"age": 5
},
{
"message": "fix `aws-smithy-eventstream` feature `derive-arbitrary` on `arbitrary` >= 1.4.2\n",
Expand All @@ -53,7 +41,7 @@
"author": "aajtodd",
"references": [],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 4
"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",
Expand All @@ -67,7 +55,7 @@
"smithy-rs#4263"
],
"since-commit": "f18c70d36c40fa0f40860547394c134566704e69",
"age": 3
"age": 4
}
],
"aws-sdk-model": []
Expand Down
Loading