From: Aleš Mrázek Date: Wed, 17 Apr 2024 14:03:00 +0000 (+0200) Subject: NEWS: cache prefetching improvements X-Git-Tag: v6.0.8~25^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90afe1a2dbf5561ead22c08c613b9a4bb3ed25ad;p=thirdparty%2Fknot-resolver.git NEWS: cache prefetching improvements --- diff --git a/NEWS b/NEWS index 539148f16..28c38a75a 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,20 @@ Improvements * JSON is the new default metrics output format * the ``prometheus-client`` Python package is now an optional dependency, required only for Prometheus export to work +- cache: prefetching records + + * predict module: prefetching expiring records moved to prefetch module + * prefetch module: new module to prefetch expiring records + +.. TODO: Change the link below to a versioned one when releasing. + +Incompatible changes +-------------------- +- cache: the ``cache.prediction`` configuration property has been reorganized + into ``cache.prefetch.expiring`` and ``cache.prefetch.prediction``, changing + the default behaviour as well. See the `relevant documentation section + `_ + for more. Knot Resolver 6.0.7 (2024-03-27)