1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00
nlnetlabs-routinator/Changelog.md

72 lines
2.1 KiB
Markdown
Raw Normal View History

2018-11-02 16:25:07 +01:00
# Change Log
2018-11-08 13:21:11 +01:00
## Next Version
2018-11-02 16:25:07 +01:00
Breaking Changes
2018-12-09 13:07:49 +01:00
* 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)]
2018-12-04 12:19:26 +01:00
* Add trust anchor information to the CSV, JSON, and RPSL output. [(#21)]
2018-11-19 12:49:39 +01:00
2018-11-02 16:25:07 +01:00
New
2018-12-09 13:07:49 +01:00
* Add a configuration file for all standard options and the options for
the RTR server mode. [(#35)]
2018-12-04 12:19:26 +01:00
* 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
2018-12-04 12:19:26 +01:00
_warn,_ stdout is logged with _info._ [(#27)]
* In daemon mode, forking now happens _after_ the TALs are checked so that
you can see the error messages and that it fails.
2018-12-04 12:14:26 +01:00
* New VRP output format `openbgpd` which produces a `roa-set` for
[OpenBGPD](http://www.openbgpd.org/) config.
2018-12-04 12:19:26 +01:00
Thanks to Job Snijders. [(#32)]
2018-11-02 16:25:07 +01:00
Bug Fixes
2018-11-19 12:31:45 +01:00
* The default output format was accidentally changed to `none`. It is
`csv` again.
2018-11-04 09:48:25 +01:00
Performance Improvements
* Caching of CRL serial numbers for CAs with large manifests leads to
2018-12-06 14:39:03 +01:00
about half the validation time for the current repository. [(#34)]
2018-11-02 16:25:07 +01:00
Dependencies
2018-12-04 12:19:26 +01:00
[(#21)]: https://github.com/NLnetLabs/routinator/pull/21
[(#23)]: https://github.com/NLnetLabs/routinator/pull/23
[(#27)]: https://github.com/NLnetLabs/routinator/pull/27
[(#32)]: https://github.com/NLnetLabs/routinator/pull/32
2018-12-06 14:39:03 +01:00
[(#34)]: https://github.com/NLnetLabs/routinator/pull/34
2018-12-09 13:07:49 +01:00
[(#35)]: https://github.com/NLnetLabs/routinator/pull/35
2018-11-19 12:49:39 +01:00
2018-11-08 13:21:11 +01:00
2018-11-08 13:08:57 +01:00
## 0.1.2 And I Cry If I Want To
2018-11-05 15:42:41 +01:00
Bug Fixes
2018-11-08 13:08:57 +01:00
* [Panic in iterating over the withdrawals in an RTR set][17].
* When comparing serial numbers for RTR Serial Query, looked at the oldest
known serial not the newest, always returning an empty change set.
[17]: https://github.com/NLnetLabs/routinator/issues/17
2018-11-05 15:42:41 +01:00
2018-11-05 15:35:06 +01:00
## 0.1.1 Five-second Rule
2018-11-02 16:25:07 +01:00
Bug Fixes
2018-11-05 15:35:06 +01:00
* [Wrong End Of Data PDU in RPKI-RTR version 0.][15]
2018-11-04 09:48:25 +01:00
[15]: https://github.com/NLnetLabs/routinator/issues/15
2018-11-02 16:25:07 +01:00
2018-11-05 15:35:06 +01:00
## 0.1.0 Godspeed!
2018-11-02 16:25:07 +01:00
Initial public release.