Skip to content

Releases: lowhung/buswatch

v0.2.5

22 Dec 02:08
Immutable release. Only release title and notes can be modified.
faff4cc

Choose a tag to compare

v0.2.1

22 Dec 01:42
Immutable release. Only release title and notes can be modified.
25b469d

Choose a tag to compare

What's new in v0.2.1

RabbitMQ Support Enabled by Default

  • subscribe feature is now included by default - just cargo install buswatch
  • No need to specify --features subscribe anymore

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 subscribe feature 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