relbarbgcolor
relbarlinkcolor
relbartextcolor
+reloadable
relro
Remco
remi
-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024111100 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024112700 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-5.1.2.security-status 60 IN TXT "1 OK"
recursor-5.1.3.security-status 60 IN TXT "1 OK"
recursor-5.2.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release"
+recursor-5.2.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.2.0-beta1
+ :released: 27th of November 2024
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14852
+
+ Add rec_control reload-yaml as an alias for reload-lua-config.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14852
+
+ Add header flags and edns version as fields in protobuf messages.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14863
+ :tickets: 14471, 14857
+
+ Fix serial number inconsistency for RPZ dump files.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14858
+ :tickets: 14855
+
+ Remember which query led to aggressive cache insert/update and show it cache dump and traces.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14847
+
+ Several coverity reports, all low severity optimizations.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14844
+
+ Allow addresses to retrieve catalog zones and RPZs to be names (is system resolver is enabled).
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14838
+ :tickets: 14533
+
+ Better fd count estimates and move default incoming.max_tcp_client to 1024.
+
.. changelog::
:version: 5.2.0-alpha1
:released: 11th of November 2024
The ``outqueries-per-query`` value reported in the log by the periodic statistics function is now reported as ``outqueries-per-query-perc`` as it is a percentage.
A value of 1 means that on average each 100 incoming queries lead to a single query to an authoritative server.
+A new ``rec_control reload-yaml`` command has been introduced as an alias for ``reload-lua-config``.
+Both commands will (if YAML settings are active), reload the runtime reloadable parts of the YAML settings.
+These are the YAML settings that correspond to Lua configuration items, plus a few new settings that have no Lua equivalent.
+The documentation has been updated to state more clearly which settings can be modified at runtime.
+
+Changed settings
+^^^^^^^^^^^^^^^^
+
+- The :ref:`setting-yaml-incoming.max_tcp_clients` default value has been raised 1024.
+
New Settings
^^^^^^^^^^^^