From d30f4b8384c6c22e3482dcf3583d1560efa8c591 Mon Sep 17 00:00:00 2001 From: Dmitry Ledentsov Date: Fri, 19 Feb 2021 15:13:52 +0100 Subject: [PATCH] v0.9.22 --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index af67eab..865a639 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,11 +2,11 @@ Notable changes will be documented here -## 0.0.22 +## 0.9.22 - link-checker-service: - a new optional memory-limited cache based on [github.com/dgraph-io/ristretto](https://github.com/dgraph-io/ristretto) - - + - - run the service with `--cacheUseRistretto` - see the options in [.link-checker-service.toml](.link-checker-service.toml) @@ -17,7 +17,7 @@ Notable changes will be documented here - tracing the error message from each URL checker plugin - sample UI: - exporting the elapsed total time to CSV - - exporting the URL checker plugin trace as a JSON blob to CSV + - exporting the URL checker plugin trace as a JSON blob to CSV ## 0.9.20