From 8f14452614399e59706b0464be64e77472bf79bd Mon Sep 17 00:00:00 2001 From: Antigravity Assistant Date: Fri, 1 May 2026 12:39:21 -0300 Subject: [PATCH] docs: add PR #1854 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053b22af19..60a989f339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - **fix(usage):** correct Unix seconds vs milliseconds parsing logic for Kiro AI quota reset (closes #1849) - **fix(ui):** apply robust NaN handling, ensure 24h consistency, and fix missing hour slots in Compression Analytics (closes #1844) - **fix(ui):** implement short number formatting for token consumption metrics on cache pages to prevent overflow (closes #1842) +- **fix(combo):** stabilize provider routing at 500+ connections by bounding semaphore queues and adjusting circuit breaker tracking (closes #1846) (#1854) ### 🛠️ Maintenance