-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024060501 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024060601 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-5.0.4.security-status 60 IN TXT "1 OK"
recursor-5.0.5.security-status 60 IN TXT "1 OK"
recursor-5.0.6.security-status 60 IN TXT "1 OK"
-recursor-5.1.0-alpha1.security-status 60 IN TXT "1 OK"
+recursor-5.1.0-alpha1.security-status 60 IN TXT "2 Superseded pre-release"
+recursor-5.1.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/"
Before upgrading, it is advised to read the :doc:`../upgrade`.
+.. changelog::
+ :version: 5.1.0-beta1
+ :released: 6th of June 2024
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14257
+ :tickets: 13020
+
+ Add a few more fields to the protobuf messages.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14221,14258
+
+ Handle authoritative servers slow to respond when load is high better.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14206
+
+ Be a bit more strict with respect to positive answers expanded from a wildcard.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14111
+
+ Extra export types for protobuf messages.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14268,14259,14260,14262
+
+ Various code cleanups and Coverity prompted fixes.
+
.. changelog::
:version: 5.1.0-alpha1
:released: 15th of May 2024
- The :ref:`setting-system-resolver-ttl` setting has been introduced to set the TTL of the system resolver. The system resolver can be used to resolve forwarding names.
- The :ref:`setting-system-resolver-interval` setting has been introduced to set the interval of resolve checks done by the system resolver.
- The :ref:`setting-system-resolver-self-resolve-check` setting has been introduced to disable to discovery of self-resolving configurations.
+- The :ref:`setting-max-chain-length` setting has been introduced to limit the maximum number of queries that can be attached to an outgoing request chain.
Changed settings
^^^^^^^^^^^^^^^^