Skip to content

Releases: bgpkit/ris-live-rs

V0.2.0 Support Withdrawal, Better CLI

09 Jul 17:55
b4dfb3e
Compare
Choose a tag to compare

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

V0.1.1 MSRV 1.46.0

02 Dec 16:34
e11a6ab
Compare
Choose a tag to compare

What's Changed

This release brings down minimum supported Rust version (MSRV) from 1.56.0 to 1.46.0. No breaking changes to existing users.

A number of other changes to the dependency is also introduced for reducing MSRV:

  • use edition=2018 instead of 2021
  • remove unnecessary url dependency
  • use tungstenite 0.12.0 since newer features are not used
  • use structopt instead of clap
  • add [package.metadata] section to indicate msrv

Full Changelog: v0.1.0...v.0.1.1

V0.1.0

28 Nov 01:13
e9577a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0

V0.0.1 Initial release

24 Nov 15:57
fb4256f
Compare
Choose a tag to compare