feat(stats): add typed network stats response fields for bandwidth, domain activity, and protocol distribution

This commit is contained in:
2026-04-13 12:07:13 +00:00
parent f2d0a9ec1b
commit fa926eb10b
5 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-13 - 13.15.0 - feat(stats)
add typed network stats response fields for bandwidth, domain activity, and protocol distribution
- extends the network stats request interface with top IP bandwidth, domain activity, and frontend/backend protocol distribution data
- updates app state to use a typed getNetworkStats request instead of casting the response to any
## 2026-04-13 - 13.14.0 - feat(network)
add bandwidth-ranked IP and domain activity metrics to network monitoring