]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add ChangeLog for DNSdist 1.9.0-alpha2
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Oct 2023 09:12:54 +0000 (11:12 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Oct 2023 10:02:42 +0000 (12:02 +0200)
pdns/dnsdistdist/docs/changelog.rst
pdns/dnsdistdist/docs/conf.py

index 6458bcae9d6f5103456ee809aa21b797079c2e1f..99817bcd9c3bbfbcb185ae522c9233c60fa3e9f2 100644 (file)
@@ -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
index a6ae16bc09b08c5d396b9ceba9e687e74d664dee..59f8e5baef4a346398e1a5ce1ffc92f277175d8f 100644 (file)
@@ -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