-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121400 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023121500 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
dnsdist-1.8.0.security-status 60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/"
dnsdist-1.8.1.security-status 60 IN TXT "3 Upgrade now, see https://blog.cloudflare.com/technical-breakdown-http2-rapid-reset-ddos-attack/"
dnsdist-1.8.2.security-status 60 IN TXT "1 OK"
+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)"
Changelog
=========
+.. changelog::
+ :version: 1.8.3
+ :released: 15th of December 2023
+
+ Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading from versions < 1.8.x.
+
+ .. change::
+ :tags: Bug Fixes, Metrics
+ :pullreq: 13523
+ :tickets: 13519
+
+ Refactor the exponential back-off timer code
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 13598
+
+ Detect and dismiss truncated UDP responses from a backend
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 13599
+
+ Fix the removal of the last rule by name or UUID
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 13601
+
+ Add a `DynBlockRulesGroup:removeRange()` binding
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 13602
+ :tickets: 13307
+
+ Fix several cosmetic issues in eBPF dynamic blocks, update documentation
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 13605
+
+ Add a `DNSHeader:getTC()` Lua binding
+
+ .. change::
+ :tags: Bug Fixes, Webserver
+ :pullreq: 13607
+ :tickets: 13050
+
+ Fix code producing JSON
+
.. changelog::
:version: 1.9.0-alpha4
:released: 14th of December 2023
Add a DynBlockRulesGroup:removeRange() binding
.. change::
- :tags: Bugs, DNS over HTTPS
+ :tags: Bugs Fixes, DNS over HTTPS
:pullreq: 13381
Fix the case where nghttp2 is available but DoH is disabled
Add `pdns::visit_directory()`, wrapping opendir/readdir/closedir
.. change::
- :tags: Bugs
+ :tags: Bugs Fixes
:pullreq: 13488
Fix the removal of the last rule by name or UUID