-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025072105 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025072402 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-5.2.4.security-status 60 IN TXT "1 OK"
recursor-5.3.0-alpha1.security-status 60 IN TXT "3 Superseded pre-release (known vulnerabilities)"
recursor-5.3.0-alpha2.security-status 60 IN TXT "3 Superseded pre-release (known vulnerabilities)"
+recursor-5.3.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://docs.powerdns.com/recursor/appendices/EOL.html"
Before upgrading, it is advised to read the :doc:`../upgrade`.
+.. changelog::
+ :version: 5.3.0-beta1
+ :released: 24th of July 2025
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 15887, 15888
+
+ Add version and an alignment byte to the EDNS record for OpenTelemetry data.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 15848
+
+ Chain and harden ECS enabled queries. (:doc:`../security-advisories/powerdns-advisory-2025-04`).
+
+ .. change::
+ :tags: New Features
+ :pullreq: 15803
+
+ Add Lua hooks to dump and restore measured nameserver speed table.
+
.. changelog::
:version: 5.3.0-alpha2
:released: 9th of July 2025
The :ref:`setting-yaml-recursor.event_trace_enabled` setting has gained a value to allow openTelemetry Trace data to be included in the Protobuf log stream.
+5.0.12, 5.1.6 and 5.2.4
+-----------------------
+
+New settings
+^^^^^^^^^^^^
+- The :ref:`setting-yaml-outgoing.edns_subnet_harden` setting has been introduced to allow for more strict checking of ECS enabled answers.
+
5.1.0 to 5.2.0
--------------