diff --git a/.changelog/1759353705.md b/.changelog/1759353705.md deleted file mode 100644 index 5da41835b28..00000000000 --- a/.changelog/1759353705.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -applies_to: - - server -authors: - - rcoh -references: [ ] -breaking: false -new_feature: false -bug_fix: true ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd0052f108..2f998b1eb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +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:** diff --git a/aws/SDK_CHANGELOG.next.json b/aws/SDK_CHANGELOG.next.json index 082f27c6ef1..9202c2bf179 100644 --- a/aws/SDK_CHANGELOG.next.json +++ b/aws/SDK_CHANGELOG.next.json @@ -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": { @@ -29,7 +17,7 @@ "aws-sdk-rust#169" ], "since-commit": "520d073c2d739e95d112842be13c924097155d47", - "age": 4 + "age": 5 }, { "message": "Enable rustls post-quantum by default.\n", @@ -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", @@ -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", @@ -67,7 +55,7 @@ "smithy-rs#4263" ], "since-commit": "f18c70d36c40fa0f40860547394c134566704e69", - "age": 3 + "age": 4 } ], "aws-sdk-model": []