You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
# Release Notes
4
4
5
+
## [1.1.25] - 2026-01-27
6
+
7
+
### 🚀 New Features
8
+
9
+
-**New Proxy Statistics Feature**:
10
+
-**Full Data Monitoring**: The system now automatically records all requests passing through the proxy module, including the requested model, provider, client protocol, HTTP status code, and detailed error messages.
11
+
-**Precise Token Tracking**: Supports recording cumulative input, output, and cache token counts, providing users with a clear understanding of traffic consumption.
12
+
-**Dual-Mode Support**: Automatic statistics recording is implemented for both protocol conversion mode and direct forward mode.
13
+
-**Brand New Statistics & Analytics UI**:
14
+
-**Visual Dashboard**: A new "Statistics" tab has been added to the Proxy Settings page, supporting daily usage summaries.
15
+
-**Multi-dimensional Drill-down**: Click on daily summaries to expand "Statistics Details," viewing granular distribution by provider, protocol, and tool mode.
16
+
-**Deep Error Tracking**: Click on error counts to view error code distribution and specific failure reasons for that date, facilitating rapid troubleshooting.
17
+
-**Smart Unit Conversion**: Token counts are automatically converted to "Ten Thousand" (万) or "Hundred Million" (亿) units for more intuitive display of large values.
18
+
19
+
### 🪄 Improvements
20
+
21
+
-**System Architecture Optimizations**:
22
+
-**Database Evolution**: Introduced V4 database migration logic, adding the `ccproxy_stats` table with indexes on key fields to ensure high-performance querying of massive statistical data.
23
+
-**Enhanced Robustness**: Optimized token capture logic during streaming transmissions to ensure the accuracy and completeness of statistical data.
0 commit comments