Releases: lowhung/buswatch
Releases · lowhung/buswatch
v0.2.5
v0.2.1
Immutable
release. Only release title and notes can be modified.
What's new in v0.2.1
RabbitMQ Support Enabled by Default
subscribefeature is now included by default - justcargo install buswatch- No need to specify
--features subscribeanymore
Auto-detect Message Format
- Automatically detects CBOR or JSON messages - no configuration needed
- CBOR (Caryatid's native format) tried first, falls back to JSON
UI Improvements
- Fixed flow chart module connection counts (now correctly deduplicates)
- Added row spacing in summary view so sparkline bars don't overlap
Bug Fixes
- Fixed CLI argument conflicts when
subscribefeature was disabled
Installation
cargo install buswatch
# Subscribe to RabbitMQ (now works out of the box)
buswatch --subscribe rabbitmq.toml --topic caryatid.monitor.snapshot
# Or monitor a JSON file
buswatch -f monitor.json