Skip to content

V0.2.0 Support Withdrawal, Better CLI

Latest
Compare
Choose a tag to compare
@digizeph digizeph released this 09 Jul 17:55
b4dfb3e

Update CLI

Install/update the CLI tool (ris-live-reader) by running cargo install ris-live-rs --version 0.2.0.

Support Withdrawal Messages

V0.2.0 added support for showing withdrawal messages included in RIS-live messages.
This addresses issue #7.

CLI Improvements

  • added option update-type to allow filtering message by announcement or withdrawal
  • set default RIS-live host to be rrc21 to match what they have on official website. this should stop users from accidental tapping into the full firehose (streaming data from all rrcs). user can still opt-in into firehose by specifying the --host all argument
  • added link to ris-live website to the cli description.

Additionally, we also run cargo clippy and applied all suggested improvements.

Full Changelog: v.0.1.1...v0.2.0