-@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111601 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021111701 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-4.6.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release"
recursor-4.6.0-alpha2.security-status 60 IN TXT "1 Unsupported pre-release"
recursor-4.6.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release"
+recursor-4.6.0-beta2.security-status 60 IN TXT "1 Unsupported pre-release"
; Recursor Debian
recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/"
Changelogs for 4.6.X
====================
+.. changelog::
+ :version: 4.6.0-beta2
+ :released: 17th of November 2021
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 10980
+ :tickets: 10936
+
+ Return the proper extended error code on specific validation failures.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 10751
+ :tickets: 7014
+
+ Add support for NOTIFY queries to wipe cache entries (Kevin P. Fleming).
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 10971
+
+ We need a libcurl dev lib for the zone-to-cache function.
+
.. changelog::
:version: 4.6.0-beta1
:released: 9th of November 2021
- The :ref:`setting-tcp-out-max-idle-ms`, :ref:`setting-tcp-out-max-idle-per-auth`, :ref:`setting-tcp-out-max-queries` and :ref:`setting-tcp-out-max-idle-per-thread` settings have been introduced to control the new TCP/DoT outgoing connections pooling. This mechanism keeps connections to authoritative servers or forwarders open for later re-use.
- The :ref:`setting-structured-logging` setting has been introduced to prefer structured logging (the default) when both an old style and a structured log messages is available.
- The :ref:`setting-max-include-depth` setting has been introduced to limit the number of nested ``$include`` directives while processing a zone file.
+- The :ref:`setting-allow-notify-for`, :ref:`setting-allow-notify-for-file`, :ref:`setting-allow-notify-from` and :ref:`setting-allow-notify-from-file` settings have been introduced, allowing incoming notify queries to clear cache entries.
Deprecated and changed settings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^