From d8982ff7f7c4a5671f5786d2b25c9a873ca8be93 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 22 Mar 2021 13:41:33 +0100 Subject: [PATCH] Update changelog. --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 70ec7a6..4bce4cd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,10 @@ Breaking Changes * RRDP data is now collected into the same key-value database. The new command `dump` allows copying the data from the database to the file system. ([#473], [#480], [#484]) +* If an RRDP repository is unavailable for a certain time, Routinator will + now fall back to rsync. The time since last successful update before + this fallback happens is configurable via the `rrdp-fallback-time` + option and defaults to one hour. ([#473], [#482]) * The minimal supported Rust version is now 1.44.0. [(#444)] New @@ -53,6 +57,7 @@ Other Changes [#473]: https://github.com/NLnetLabs/routinator/pull/473 [#474]: https://github.com/NLnetLabs/routinator/pull/474 [#480]: https://github.com/NLnetLabs/routinator/pull/480 +[#482]: https://github.com/NLnetLabs/routinator/pull/482 [#484]: https://github.com/NLnetLabs/routinator/pull/484 [#487]: https://github.com/NLnetLabs/routinator/pull/487 [rpki-rs]: https://github.com/NLnetLabs/rpki-rs/