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