From: Remi Gacogne Date: Tue, 23 Jan 2024 15:45:01 +0000 (+0100) Subject: dnsdist: ChangeLog and secpoll update for 1.9.0-rc1 X-Git-Tag: dnsdist-1.9.0~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb213423d3b0867bee53c3b6644f2eb57ddbe47d;p=thirdparty%2Fpdns.git dnsdist: ChangeLog and secpoll update for 1.9.0-rc1 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f212723a92..9a3a22f3eb 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024011200 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024012600 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -532,4 +532,5 @@ dnsdist-1.8.3.security-status 60 IN TXT "1 OK" dnsdist-1.9.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" dnsdist-1.9.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.9.0-alpha3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -dnsdist-1.9.0-alpha4.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.9.0-alpha4.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" +dnsdist-1.9.0-rc1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 6bcb998b18..a59f132ffc 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,135 @@ Changelog ========= +.. changelog:: + :version: 1.9.0-rc1 + :released: 26th of January 2024 + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading. + + .. change:: + :tags: Bug Fixes, DNS over HTTP3 + :pullreq: 13647 + + Set the DNS over HTTP/3 default port to 443 + + .. change:: + :tags: Bug Fixes, DNS over QUIC, DNS over HTTP3 + :pullreq: 13638 + :tickets: 13631 + + Handle congested DoQ streams + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 13630 + + Fix the 'TCP Died Reading Query" metric, as reported by Coverity + + .. change:: + :tags: Improvements, Performance, DNS over QUIC, DNS over HTTP3 + :pullreq: 13666 + + Optimize the DoQ packet handling path + + .. change:: + :tags: Improvements, Performance + :pullreq: 13664 + + Increase UDP receive and send buffers to the maximum allowed + + .. change:: + :tags: Bug Fixes, DNS over QUIC, DNS over HTTP3 + :pullreq: 13670 + + Make sure we enforce the ACL over DoQ and DoH3 + + .. change:: + :tags: Improvements, DNS over QUIC, DNS over HTTP3 + :pullreq: 13674 + + Enable DoQ and DoH3 in dockerfile-dnsdist (Denis Machard) + + .. change:: + :tags: Bug Fixes, DNS over HTTP3 + :pullreq: 13678 + + Grant unidirectional HTTP/3 streams for DoH3 + + .. change:: + :tags: Improvements, DNS over QUIC, DNS over HTTP3 + :pullreq: 13676 + + Enable PMTU discovery and disable fragmentation on QUIC binds + + .. change:: + :tags: Improvements + :pullreq: 13667 + + Clean up the Lua objects before exiting + + .. change:: + :tags: Bug Fixes, DNS over HTTP3 + :pullreq: 13689 + :tickets: 13687 + + Buffer HTTP/3 headers until the query has been dispatched + + .. change:: + :tags: Bug Fixes, DNS over HTTP3 + :pullreq: 13713 + :tickets: 13690 + + Add content-type header information in DoH3 responses + + .. change:: + :tags: Improvements + :pullreq: 13711 + + Cleanup of code doing SNMP OID handling + + .. change:: + :tags: Bug Fixes, Protobuf, DNSTAP + :pullreq: 13716 + + Properly set the incoming protocol when logging via Protobuf or dnstap + + .. change:: + :tags: Improvements + :pullreq: 13727 + + Fix missed optimizations reported by Coverity + + .. change:: + :tags: Improvements, DNS over QUIC, DNS over HTTP3 + :pullreq: 13650 + + Fall back to libcrypto for authenticated encryption + + .. change:: + :tags: Improvements + :pullreq: 13735 + + Move the console socket instead of copying it + + .. change:: + :tags: Improvements + :pullreq: 13723 + + DNSName: Correct len and offset types + + .. change:: + :tags: Improvements + :pullreq: 13724 + + DNSName: Optimize parsing of uncompressed labels + + .. change:: + :tags: New Features + :pullreq: 11652 + + Add AF_XDP support for UDP (Y7n05h) + .. changelog:: :version: 1.8.3 :released: 15th of December 2023