Skip to content

v0.7.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 23:10
· 57 commits to main since this release
86dd038

CLI addtion

  • added latest subcommand to CLI to display latest MRT files for all collectors

Developer experience improvements

  • add .is_rib() to BrokerItem struct
  • add strict ordering definition for BrokerItem struct

An array of BrokerItems can be sorted with the following order:

  1. smaller timestamp before larger timestamp
  2. RIB before updates
  3. then alphabetical order on collector ID (route-views before rrc)