From d9d2527a19e490acea0454ae26ab087ed4c886d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 29 Jun 2023 14:51:51 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #4185] --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f951231a90..007564df6c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6209. [func] Reduce query-response latency by making recursive + queries (CNAME, DNAME, NSEC) asynchronous instead + of directly calling the respective functions. [GL #4185] + 6208. [func] Return BADCOOKIE for out-of-date or otherwise bad, well formed DNS SERVER COOKIES. [GL #4194] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0bffdada36..0da2da6ada 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,6 +41,10 @@ Bug Fixes - None. +- Query-processing latency under load has been improved by reducing the + uninterrupted time spent by resolving long cached chains of domain names. + :gl:`#4185` + Known Issues ~~~~~~~~~~~~