From: Remi Gacogne Date: Tue, 17 Dec 2024 09:05:44 +0000 (+0100) Subject: dnsdist: Add ChangeLog for DNSdist 1.9.8 X-Git-Tag: dnsdist-2.0.0-alpha1~201^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=576e2ac84a31c6cc6cac560cd1d74eb35e8b38c0;p=thirdparty%2Fpdns.git dnsdist: Add ChangeLog for DNSdist 1.9.8 --- diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index ce769496af..68c21d03f1 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -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