version 5.4.1
Release / release (push) Successful in 1m19s

This commit is contained in:
2026-08-17 08:16:25 -04:00
parent 6d39c5be47
commit 4ac5a34a43
5 changed files with 22 additions and 4 deletions
+18
View File
@@ -2,6 +2,24 @@
All notable changes to this project are documented here, organized by release.
## [5.4.1]
### Added
- live-refresh Connectivity section and RTT charts every 30s
- render RTT history chart per connection in Connectivity section
- record RTT history per heartbeat for charting
### Fixed
- correct empty-state copy on Host Overview page
- stop synthetic rtt_* keys from masking real plugin-data checks
- use the latest RTT sample, not the oldest, in host info API
- hide synthetic rtt history keys from plugin accordion list
- remove extra blank line to pass flake8 E303 check
- clear flap state when a host is dropped
- correct plugin import path in docs, wire up orphaned footer template
---
## [5.4.0]
### Added