]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS: cache prefetching improvements
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 17 Apr 2024 14:03:00 +0000 (16:03 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 22 Apr 2024 10:43:52 +0000 (12:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 539148f16d44d4bd54cf29fe4eb4fbe36fad5774..28c38a75a713142ea49b2694e8342fef6193d07a 100644 (file)
--- 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
+  <https://www.knot-resolver.cz/documentation/latest/config-cache-predict.html>`_
+  for more.
 
 
 Knot Resolver 6.0.7 (2024-03-27)