-@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021110500 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021110901 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-4.5.7.security-status 60 IN TXT "1 OK"
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 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-beta1
+ :released: 9th of November 2021
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 10865
+
+ Return documented reply on /api/v1 access.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 10943
+ :tickets: 10938
+
+ Credentials: EVP_PKEY_CTX_set1_scrypt_salt() takes an `unsigned char*`.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 10919
+ :tickets: 10852
+
+ Add more UDP error metrics (checksum, IPv6).
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 10930,10965
+
+ Move to a stream based socket for the control channel.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 10901
+
+ ZoneParserTNG: Stricter checks when loading a zone file.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 10926
+
+ Fix regression of carbon-ourname.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 10891
+
+ Implement fd-usage metric for OpenBSD.
+
.. changelog::
:version: 4.6.0-alpha2
:released: 25th of October 2021
connection. This number must be larger than 0 and smaller than 65536
and also smaller than `max-mthreads`.
+.. versionadded:: 4.6.0
+
.. _setting-max-include-depth:
``max-include-depth``
- The :ref:`setting-webserver-hash-plaintext-credentials` has been introduced to avoid keeping cleartext sensitive information in memory.
- 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.
Deprecated and changed settings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^