All notable changes to this project will be documented in this file.
bgpkit-broker
to v0.7.0 -> v0.7.5bgpkit-parser
to v0.10.9 -> v0.10.11
bgpkit-parser
version v0.10.11
fixes the improper handling of AS23456
(AS_TRANS
). If you previously see
AS23456
incorrectly showing on the path, it should no-longer showing up after this patchshould no-longer show up after
this patch.
- fixed a bug where
psv
format output does not actually print out content.
This is a maintenance release that updates the following dependencies.
bgpkit-broker
to v0.7.0 -> v0.7.1bgpkit-parser
to v0.10.9 -> v0.10.10oneio
to v0.16.7 -> v0.17.0
With the updated dependencies, monocle
now supports using ONEIO_ACCEPT_INVALID_CERTS=true
env variable
to run search within a network that uses self-signed certificates.
monocle time
now supports querying multiple time strings in a single querymonocle search
with--sqlite-path
now adds found messages to the progress bar during searchmonocle search
now shows the collector IDs in the results, included in the plaintext, json output as well as the sqlite databasemonocle search
now supports exporting to MRT files using--mrt-path
parameter
- update
bgpkit-parser
to v0.10.5 andoneio
to v0.16.7- not depends on
lz
andxz
features anymore - this change allows
monocle
to work on fresh systems with no xz library installed (e.g. more recent macOS)
- not depends on
- update
bgpkit-parser
to v0.10.1, which includes a non-trivial performance boost for processing gzip compressed MRT files. - added a new
--simple
option tomonocle time
command to allow simple time conversion, suitable for use in scripts.
- remove openssl dependency, switching to rustls as TLS backend
- support installation via
cargo-binstall
- add GitHub actions config to build
monocle
binary for macOS (Universal), and linux (arm and amd64) - add
vendored-openssl
optional feature flag to enable GitHub actions builds for different systems. - move
monocle
binary tobin
directory - install
monocle
withbrew install bgpkit/tap/monocle