Skip to content

Commit

Permalink
v0.7.0-beta.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 18, 2024
1 parent 457c100 commit 9093f5a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## V0.7.0-beta.4

### 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 `BrokerItem`s 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)

## V0.6.1

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bgpkit-broker"
version = "0.7.0-beta.3"
version = "0.7.0-beta.4"
edition = "2021"
authors = ["Mingwei Zhang <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9093f5a

Please sign in to comment.