]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update security polling zone and ChangeLog for 2.1.0-alpha1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 27 Jan 2026 10:22:03 +0000 (11:22 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 29 Jan 2026 08:43:25 +0000 (09:43 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index ad272cedd510c1ac002d7520a2efd3f6e0d498cc..c1d8dd157b4b40f454122fb7c6ea8c00997e8e4c 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026012701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026012901 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -634,3 +634,4 @@ dnsdist-2.0.0-rc2.security-status                          60 IN TXT "3 Unsuppor
 dnsdist-2.0.0.security-status                              60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-05.html"
 dnsdist-2.0.1.security-status                              60 IN TXT "1 OK"
 dnsdist-2.0.2.security-status                              60 IN TXT "1 OK"
+dnsdist-2.1.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release"
index c62ca7b9068cf38a11474f2ce43d3dd1bd390d91..bcb5b5f6336be23b77c4813d3f93699e2ac27913 100644 (file)
@@ -1,6 +1,270 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 2.1.0-alpha1
+  :released: 29th of February 2026
+
+  .. change::
+    :tags: New Features
+    :pullreq: 15714
+
+    Support server state change lua callback (@pacnal)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15731
+
+    Add ``:getQueries()`` method to Server class (Lucas Rolff)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15788
+
+    Clang-tidy: replace ``lock_guard`` with ``scoped_lock`` (Rosen Penev)
+
+  .. change::
+    :tags: XXXXXX
+    :pullreq: 15890
+
+    LuaWrapper: Add support for ``std::optional``
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 15924
+
+    Refactor server pools and load-balancing policies
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 15930
+
+    Backend QPS limit refactoring
+
+  .. change::
+    :tags: New Features
+    :pullreq: 15946
+    :tickets: 6759
+
+    Add Lua parsers for A, AAAA and CNAME records (Ensar Sarajčić)
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 16039
+
+    Speed up cache hits by skipping the LB policy when possible
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16070
+    :tickets: 16060
+
+    Skip EDNS padding content by default in the packet cache
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16071
+    :tickets: 16068
+
+    Add support for TCP Fast Open for downstream connections on macOS (Karel Bilek)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16108
+
+    Implement simple packet shuffle in cache (Karel Bilek)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16123
+    :tickets: 16110
+
+    Add IPCrypt2 PFX to Remote(Response)LogAction
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16182
+
+    Add OpenTelemetry Tracing support (Pieter Lexis)
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16192
+
+    Add a metric for the latency of the latest health-check
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 16239
+    :tickets: 16234
+
+    Add fast path to ``roundrobin`` load balancing policy (Holger Hoffstätte)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16334
+
+    Luawrapper: correct ``lua_pop`` argument
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16349
+
+    Add code for microbenchmarks
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16440
+    :tickets: 16091
+
+    Cleanup endianness determining code
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16487
+
+    Switch trivial usage of ``boost::optional`` to ``std::optional``
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16505
+
+    Apply clang-tidy recommendations to the packet cache code
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 16511
+
+    Reuse the vector of packets between ``XSK`` recv rounds
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16521
+
+    Cleanup of the ``AF_XDP``/``XSK`` code
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16545
+
+    Report the proper Lua function when parsing fails
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16556
+
+    Apply Clippy's suggestions to our Rust code
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16563
+
+    Get rid of our own ``random`` code and use ``dns_random``
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16601
+
+    Remove some ``boost::optional`` leftovers
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16622
+
+    LuaWrapper: Add support for ``std::variant``
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16643
+
+    Update our Rust dependencies
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16661
+
+    Handle escaped values in YAML SpoofRaw parameters
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16668
+
+    Add an histogram of health-check latencies for backends
+
+  .. change::
+    :tags: Bug Fixes, DNS over TLS, DNS over HTTPS, DNS over QUIC, DNS over HTTP3
+    :pullreq: 16674
+
+    Fix handling of IP-only TLS certificates
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16680
+
+    Add a way to add multiple EDE codes to a packet (Ensar Sarajčić)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16691
+
+    Add support for structured logging
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16720
+
+    Fix wrong address being inserted in the rings for responses
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 16721
+
+    Do not keep stale cache entries around for empty pools
+
+  .. change::
+    :tags: Removals, DNS over HTTPS
+    :pullreq: 16723
+
+    Remove h2o support
+
+  .. change::
+    :tags: New Features
+    :pullreq: 16726
+    :tickets: 16261
+
+    Add global ServerID
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16738
+
+    Update JavaScript libraries used by the internal Web dashboard
+
+  .. change::
+    :tags: Improvements, DNS over QUIC, DNS over HTTP3
+    :pullreq: 16742, 16771
+
+    Update Quiche to 0.24.8 in our packages
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16744
+
+    Look for a ``.yml`` configuration file first
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16768
+
+    Implement sampling in our in-memory ring buffers
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 16776
+
+    Format all source files
+
 .. changelog::
   :version: 2.0.2
   :released: 2nd of December 2025