From 12b29ba11d50bf7a3a80758acb0913ecf5f1ef3c Mon Sep 17 00:00:00 2001 From: Antigravity Assistant Date: Thu, 30 Apr 2026 14:06:07 -0300 Subject: [PATCH] docs(changelog): update for analytics and mitm features --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f67e6f7f..7573fa367b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - **feat(dashboard):** implement remaining v3.7.6 dashboard features โ€” Costs overview, Translator pipeline, and Endpoint tabs improvements - **feat(tools):** inject fallback tool names to prevent upstream 400 errors on providers that require tool names (#1775) - **feat(db):** auto-restore probe-failed database on startup to prevent data loss after failed upgrades (#1810) +- **feat(analytics):** add cost-based usage insights and activity streaks in the analytics dashboard ### ๐Ÿ”’ Security @@ -28,6 +29,7 @@ - **fix(dashboard):** fix endpoint visibility, A2A status display, and API catalog consistency (#1806) - **fix(analytics):** use pure SQL aggregations โ€” no history rows loaded into memory (#1802) - **fix(dashboard):** correct `loadPresets` ReferenceError in CostOverviewTab +- **fix(mitm):** enforce transparent interception on port 443 only ### ๐Ÿงน Chores