]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Prepare ChangeLog and secpoll update for 1.7.0-alpha1
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 16 Sep 2021 08:18:21 +0000 (10:18 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 16 Sep 2021 08:39:49 +0000 (10:39 +0200)
.github/actions/spell-check/expect.txt
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 9a6466515f7afcd89dcaaab204d3ac66dc62f54e..4b14172001858de0dac9c34d3cea02812043c0a0 100644 (file)
@@ -364,6 +364,7 @@ DIGESTALGOS
 Digitalus
 dijk
 dilinger
+Dimitrios
 Directi
 Disqus
 distro
@@ -683,7 +684,9 @@ hlmann
 hmac
 Hmi
 Hoentjen
+Hoffst
 Hofstaedtler
+Holger
 homepage
 Hooimeijer
 hostmaster
@@ -954,6 +957,7 @@ mariadb
 Markmann
 Massar
 matchtype
+Mavrommatis
 maxdepth
 MAXINT
 maxlistdepth
@@ -1712,6 +1716,7 @@ tsigname
 tsigsecret
 tstamp
 TSU
+tte
 ttl
 Tuinder
 tunables
index 6cdfe3af46af231a57e7e5c139f48365341f39c3..5e72554b9ece8db8df2d07b6f19f35d8485fac8a 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021091501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021091701 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -414,3 +414,4 @@ dnsdist-1.6.0-rc1.security-status                          60 IN TXT "3 Unsuppor
 dnsdist-1.6.0-rc2.security-status                          60 IN TXT "3 Unsupported pre-release"
 dnsdist-1.6.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.6.1.security-status                              60 IN TXT "1 OK"
+dnsdist-1.7.0-alpha1.security-status                       60 IN TXT "3 Unsupported pre-release"
index 57a08dbcf25ad78102604bb5be0f2997aeb46aff..f2b5ccf5b0dfc4f63f12ef76304b094dd44c0454 100644 (file)
@@ -1,6 +1,187 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.7.0-alpha1
+  :released: TBD
+
+ .. change::
+    :tags: Improvements
+    :pullreq: 10381
+
+    Reorganize the IDState and Rings fields to reduce memory usage
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10429
+
+    Fix 'temporary used in loop' warnings reported by g++ 11.1.0
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10419
+    :tickets: 10409, 10410
+
+    Properly handle ECS for queries with ancount or nscount > 0 (Dimitrios Mavrommatis)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10441
+
+    Skip some memory allocations in client mode to reduce memory usage
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10414
+
+    Support multiple ip addresses for dnsdist-resolver lua script (Wim)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10489
+    :tickets: 10436
+
+    Make DNSDist XFR aware when transfer is finished (Dimitrios Mavrommatis)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10532
+    :tickets: 10456
+
+    Add FFI functions to spoof multiple raw values
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10508
+    :tickets: 10500
+
+    Do not report latency metrics of down upstream servers (Holger Hoffstätte)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10537
+    :tickets: 10338
+
+    Carry the exact incoming protocol (Do53, DNSCrypt, DoT, DoH) in DQ
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10527
+    :tickets: 10502
+
+    Implement 'reload()' to rotate Log(Response)Action's log file
+
+  .. change::
+    :tags: New Features, Performance
+    :pullreq: 10501
+
+    Add support for Lua per-thread FFI rules and actions
+
+  .. change::
+    :tags: Improvements, Performance
+    :pullreq: 10520
+
+    Don't look up the LMDB dbi by name for every query
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10525
+    :tickets: 10520
+
+    Add support for range-based lookups into a Key-Value store
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10626
+
+    Document that setECSOverride has its drawbacks (Andreas Jakum)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10650
+
+    Fix the wrong RD and CD flags being cached, causing misses
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10649
+
+    Convert dnsdist and the recursor to LockGuarded
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10631
+
+    Handle waiting for a descriptor to become readable OR writable
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10664
+
+    Cache based on the DNS flags of the query after applying the rules
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10656
+
+    Catch FDMultiplexerException in IOStateHandler's destructor
+
+  .. change::
+    :tags: New Features, DNS over TLS
+    :pullreq: 10338
+
+    Implement cross-protocol queries, including outgoing DNS over TLS
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10672
+
+    Resizing LMDB map size while there might be open transactions is unsafe
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10597
+    :tickets: 10367
+
+    Implement SpoofSVCAction to return SVC responses
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10695
+    :tickets: 10693
+
+    Ignore TCAction over TCP
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10705
+
+    Fix outstanding counter issue when a TCP connection dies
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10687
+
+    Clean up a bit of "cast from type [...] casts away qualifiers" warnings
+
+  .. change::
+    :tags: New Features, DNS over HTTPS
+    :pullreq: 10635
+
+    Implementation of DoH between dnsdist and the backend
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10704
+
+    Stop raising the number of TCP workers to the number of TCP binds
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10724
+
+    Handle exception raised in IOStateGuard's destructor
+
 .. changelog::
   :version: 1.6.1
   :released: 15th of September 2021