From: Remi Gacogne Date: Thu, 5 Oct 2023 09:12:54 +0000 (+0200) Subject: dnsdist: Add ChangeLog for DNSdist 1.9.0-alpha2 X-Git-Tag: rec-5.0.0-beta1~39^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55b2a0298fe09a3eadf275f7a4b4ced933d16c56;p=thirdparty%2Fpdns.git dnsdist: Add ChangeLog for DNSdist 1.9.0-alpha2 --- diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 6458bcae9d..99817bcd9c 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,55 @@ Changelog ========= +.. changelog:: + :version: 1.9.0-alpha2 + :released: 20th of October 2023 + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading. + + .. change:: + :tags: Bugs Fixes + :pullreq: 13274 + + Enable back h2o support in our packages + + .. change:: + :tags: Improvements + :pullreq: 13275 + :tickets: 13201 + + Add Lua binding to downstream address (Denis Machard) + + .. change:: + :tags: New Features, DNS over QUIC + :pullreq: 13280 + + Add support for incoming DNS over QUIC + + .. change:: + :tags: Bugs Fixes, DNS over HTTPS + :pullreq: 13298 + + Fix timeouts on incoming DoH connections with nghttp2 + + .. change:: + :tags: Bug Fixes, Metrics + :pullreq: 13302 + + Client timeouts not client imeouts (phonedph1) + + .. change:: + :tags: Improvements + :pullreq: 13305 + + Set proper levels when logging messages + + .. change:: + :tags: Improvements + :pullreq: 13310 + + Fix several cosmetic issues in eBPF dynamic blocks, update documentation + .. changelog:: :version: 1.8.2 :released: 11th of October 2023 diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index a6ae16bc09..59f8e5baef 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -92,7 +92,7 @@ changelog_render_pullreq = "https://github.com/PowerDNS/pdns/pull/%s" changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s" changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', 'Removals'] -changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'DNSTAP', 'Protobuf', 'Performance', 'Webserver', 'Metrics'] +changelog_inner_tag_sort = ['Security', 'DNS over QUIC', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'DNSTAP', 'Protobuf', 'Performance', 'Webserver', 'Metrics'] changelog_hide_tags_in_entry = True