]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add ChangeLog for DNSdist 1.9.8
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 17 Dec 2024 09:05:44 +0000 (10:05 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 17 Dec 2024 12:49:37 +0000 (13:49 +0100)
pdns/dnsdistdist/docs/changelog.rst

index ce769496af8aa6b9d76d412465361964395d37f1..68c21d03f130f577d81fec2fb2f81112f668f64f 100644 (file)
@@ -1,6 +1,41 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.8
+  :released: 17th of December 2024
+
+  .. change::
+    :tags: Improvements, DNS over TLS, DNS over HTTPS
+    :pullreq: 14877
+
+    Add the ability to load a given TLS tickets key
+
+  .. change::
+    :tags: Bug Fixes, DNS over TLS, DNS over HTTPS
+    :pullreq: 14878
+
+    setTicketsKeyAddedHook: pass a std::string to the hook to avoid luawrapper to truncate content at potential null chars
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 14887
+
+    Add elapsed time to dq object (@phonedph1)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 14929
+
+    Allow resetting `setWeightedBalancingFactor()` to zero
+
+  .. change::
+    :tags: Bug Fixes, DNS over HTTPS
+    :pullreq: 14977
+    :tickets: 14959
+
+    Fix ECS zero-scope caching with incoming DoH queries
+
 .. changelog::
   :version: 1.9.7
   :released: 4th of October 2024