File tree Expand file tree Collapse file tree
.github/actions/spell-check
pdns/recursordist/docs/changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1169,6 +1169,7 @@ remoteip
11691169removedomainkey
11701170replacerrset
11711171requery
1172+ RESINFO
11721173resolv
11731174respawned
11741175respawning
Original file line number Diff line number Diff line change 1- @ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026011401 10800 3600 604800 10800
1+ @ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026012701 10800 3600 604800 10800
22@ 3600 IN NS pdns-public-ns1.powerdns.com.
33@ 3600 IN NS pdns-public-ns2.powerdns.com.
44
@@ -446,7 +446,8 @@ recursor-5.3.1.security-status 60 IN TXT "3 Upgrade now
446446recursor-5.3.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-08.html"
447447recursor-5.3.3.security-status 60 IN TXT "1 OK"
448448recursor-5.3.4.security-status 60 IN TXT "1 OK"
449- recursor-5.4.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release"
449+ recursor-5.4.0-alpha1.security-status 60 IN TXT "2 Superseded pre-release"
450+ recursor-5.4.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release"
450451
451452; Recursor Debian
452453recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/recursor/appendices/EOL.html"
Original file line number Diff line number Diff line change @@ -3,6 +3,60 @@ Changelogs for 5.4.X
33
44Before upgrading, it is advised to read the :doc: `../upgrade `.
55
6+ .. changelog ::
7+ :version: 5.4.0-beta1
8+ :released: 27th of January 2026
9+
10+ .. change ::
11+ :tags: Improvements
12+ :pullreq: 16651
13+
14+ Print irrelevant entries in cookie dump more nicely.
15+
16+ .. change ::
17+ :tags: Improvements
18+ :pullreq: 16655
19+
20+ Make code boost 1.66 compatible again.
21+
22+ .. change ::
23+ :tags: Bug Fixes
24+ :pullreq: 16662,16736
25+
26+ Add acquire/release in broadcast pipes to fix TSAN issues seen on trixie.
27+
28+ .. change ::
29+ :tags: Bug Fixes
30+ :pullreq: 16709
31+ :tickets: 16673
32+
33+ Handle applicable dynamic parts of YAML-only config when reloading Lua config.
34+
35+ .. change ::
36+ :tags: Improvements
37+ :pullreq: 16710
38+
39+ Harden SVCB record parsing.
40+
41+ .. change ::
42+ :tags: Improvements
43+ :pullreq: 16711
44+ :tickets: 14983
45+
46+ dnsrecords: Add RESINFO DNS Record (RFC 9606).
47+
48+ .. change ::
49+ :tags: Improvements
50+ :pullreq: 16727
51+
52+ Add REST interface for manipulating Open Telemetry Trace Conditions.
53+
54+ .. change ::
55+ :tags: Bug Fixes
56+ :pullreq: 16730
57+
58+ EDNS cookies: fix timestamp handling.
59+
660.. changelog ::
761 :version: 5.4.0-alpha1
862 :released: 16th of December 2025
You can’t perform that action at this time.
0 commit comments