From 02bc2e3ddb417f39b6390ec91880b546143528d6 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Fri, 3 Apr 2026 13:15:40 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.5.0=20=E2=80=94=20Finalize?= =?UTF-8?q?=20release=20branches=20and=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e32cd8dd..88d48f5f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ ### Features & Refactoring +- **Auto-Combo Native CRUD:** Completed full management lifecycle for Auto-Combos directly in the dashboard, linking candidatePool algorithms securely via visual modalities. +- **i18n Translation Sync:** Fixed multiple isolated English language translation fallbacks missing from the settings panels and properly integrated the 33-language JSON ecosystem. + - **System Proxies integration:** Implemented global proxy routing architecture mapped cleanly to external requests including token refreshes, sync events, and model fetches (#953). - **Settings & Analytics Framework:** Redesigned Settings persistence caching structure natively. Overhauled the Analytics Cache UI introducing robust metrics, cost ratios, and diversity heatmaps (#952). - **Auto-Combo LKGP Integration:** Exposed LKGP (Last Known Good Provider) toggle settings visually on the Routing dashboards per community request (#955). @@ -17,6 +20,8 @@ ### Bug Fixes +- **Codex Alias Auth Resolver:** Normalized credentials lookup path routing correctly matching nested 'cx/' prompt styles across incoming clients without tripping 401 unauthenticated layers (#958). + - **Memory Database Collisions:** Safely isolated 500 exceptions in the remote memory DB connections on multi-threaded restarts (#955). - **Claude Cache Stability:** Re-factored strict Cache Control sequence ordering structurally preserving accurate 5-minute ephemeral blocks mapped precisely for Anthropic compatible providers (#948). - **Cross-Component Upstream 400s:** Nullified positive `max_tokens` clipping enforcing exact bounds when forwarding structures across mismatched clients (#955).