From 1d28c0f13dd9360d87ba3c50de40e1fa02d9b33a Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Fri, 5 Jun 2026 21:20:51 -0300 Subject: [PATCH] docs(changelog): credit @wilsonicdev for the /v1/responses combo fix (#3242) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a663ff1cd..b05e541e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ _Development cycle in progress — entries are added as work merges into `release/v3.8.12` and finalized by the release flow._ +### 🔧 Bug Fixes + +- **api/responses:** combo names without a slash (e.g. `paid-premium`, `n8n-text`) are no longer force-rewritten to `codex/` on `/v1/responses` — `resolveResponsesApiModel` now returns the request unchanged when the model resolves to a combo (regression from the v3.8.9 Codex WS→HTTP fallback) ([#3242](https://github.com/diegosouzapw/OmniRoute/pull/3242) — thanks @wilsonicdev; the same fix shipped via #3244, closing #3227 / #3233) + --- ## [3.8.11] — 2026-06-05