mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
4.8 KiB
4.8 KiB
Change Log
Unreleased Next Version
Breaking Changes
- Several API and organizational changes in the Routinator library crate for the various improvements.
New
-
New output format
csvext
that mimics the output format of the Original RIPE NCC Validator. (#59) -
Support for alternative resource extensions and validation defined in [RFC 8360]. (The accompanying changes made it quite a bit faster, too.) (#63)
-
Support for [cargo-deb]-based Debian packaging. Thanks to David Monosov. (#62)
-
Log warnings for stale manifests and CRLs.
-
Optional HTTP service in
rtrd
mode. This can be enabled via the--listen-http
command line option and thelisten-http
config option. This is only the beginning of more extensive monitoring support. (#68)
Bug Fixes
- Converts the endianess of the serial number in the SerialNotify RTR PDU. Reported by Massimiliano Stucchi. (#60)
Dependencies
- Docker build updated to Rust 1.32 and Alpine Linux 3.9. Thanks to David Monosov. (#61)
Housekeeping
0.2.1 ‘Rated R’
New
- The
config
command now prints the configuration in TOML format and can be used to create a configuration file for the current configuration. (#54) - Routinator now builds and runs on Windows. Given that Windows is a Rust
tier 1 platform, we wanted to see how difficult it is to get this
going. Note that you will need the
rsync
executable that comes with Cygwin. (#55)
Bug Fixes
- Actually use
$HOME/.routinator.conf
as the default config file as promised by the documentation. (#49) - Fix a compile time error on 32 bit systems.
0.2.0 ‘Instant Gezellig’
Breaking Changes
- The command line arguments have been restructured to use commands to determine the mode of operation rather than options. In the course of that, some options changed, too. (#35)
- Add trust anchor information to the CSV, JSON, and RPSL output. (#21)
New
- Add a configuration file for all standard options and the options for the RTR server mode. (#35)
- Add a
Dockerfile
for building and deploying through Docker. Thanks to David Monosov. (#23) - Output from the rsync runs is now send to the logger and will be handled according to log settings. Output to stderr is logged with log level warn, stdout is logged with info. (#27)
- New options for daemon mode:
pid-file
,working-dir
, andchroot
. Options to change the user and group in daemon mode are coming soon. (#42) - In daemon mode, forking now happens after the TALs are checked so that you can see the error messages and that it fails.
- New VRP output format
openbgpd
which produces aroa-set
for OpenBGPD config. Thanks to Job Snijders. (#32) - A new command line and config file option
rsync-command
allows to choose which command to run for rsync. A new config file optionrsync-args
allows to provide arguments to rsync. (#41)
Bug Fixes
- The default output format was accidentally changed to
none
. It iscsv
again.
Performance Improvements
- Caching of CRL serial numbers for CAs with large manifests leads to about half the validation time for the current repository. (#34)
0.1.2 ‘And I Cry If I Want To’
Bug Fixes
- Panic in iterating over the withdrawals in an RTR set.
- When comparing serial numbers for RTR Serial Query, looked at the oldest known serial not the newest, always returning an empty change set.
0.1.1 ‘Five-second Rule’
Bug Fixes
0.1.0 ‘Godspeed!’
Initial public release.