diff options
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec2de00b..4177405ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ - `--hub-watchdog-instance-check-throttle-ms` Minimum delay between checks on a single instance - `--hub-watchdog-activity-check-connect-timeout-ms` Connect timeout for activity check requests - `--hub-watchdog-activity-check-request-timeout-ms` Request timeout for activity check requests -- Feature: Added sessions service — servers register themselves with a heartbeat and remote servers can announce themselves via `--sessions-url`; session state (active/ended) is visible in the dashboard with live WebSocket updates, metadata panel, and paging -- Feature: Added per-session log ingestion — server log output is forwarded to the session record and viewable in the sessions dashboard with incremental updates, follow/newest-first toggles, and text filtering +- Feature: Added sessions service - servers register themselves with a heartbeat and remote servers can announce themselves via `--sessions-url`; session state (active/ended) is visible in the dashboard with live WebSocket updates, metadata panel, and paging +- Feature: Added per-session log ingestion - server log output is forwarded to the session record and viewable in the sessions dashboard with incremental updates, follow/newest-first toggles, and text filtering - Feature: Added Object Store dashboard page showing bucket summary stats and per-bucket object listings - Feature: Added Network dashboard page with live HTTP stats, per-service request table, proxy connections, and distinct client IP / session counts via HyperLogLog - Feature: Added Storage dashboard page with per-volume disk usage breakdown, GC status (next-run countdown, last-run stats), and paginated GC history with expandable detail panels |