-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022091300 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022092000 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-4.5.8.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.5.9.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.5.10.security-status 60 IN TXT "1 OK"
+recursor-4.5.11.security-status 60 IN TXT "1 OK"
recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.6.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.6.3.security-status 60 IN TXT "1 OK"
+recursor-4.6.4.security-status 60 IN TXT "1 OK"
recursor-4.7.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.7.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (known vulnerabilities)"
recursor-4.7.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (known vulnerabilities)"
recursor-4.7.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.7.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.7.2.security-status 60 IN TXT "1 OK"
+recursor-4.7.3.security-status 60 IN TXT "1 OK"
; 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.5.X
====================
+.. changelog::
+ :version: 4.5.11
+ :released: 20th of September 2022
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11939
+ :tickets: 11904
+
+ For zones having many NS records, we are not interested in all so take a sample.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11942
+ :tickets: 11890
+
+ Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11899
+ :tickets: 11848
+
+ Also check qperq limit if throttling happened, as it increases counters.
+
.. changelog::
:version: 4.5.10
:released: 23rd of August 2022
Changelogs for 4.6.X
====================
+.. changelog::
+ :version: 4.6.4
+ :released: 20th of September 2022
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11937
+ :tickets: 11904
+
+ For zones having many NS records, we are not interested in all so take a sample.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11941
+ :tickets: 11890
+
+ Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11898
+ :tickets: 11848
+
+ Also check qperq limit if throttling happened, as it increases counters.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11775
+ :tickets: 11773
+
+ Resize answer length to actual received length in udpQueryResponse.
+
.. changelog::
:version: 4.6.3
:released: 23th of August 2022
Changelogs for 4.7.X
====================
+
+.. changelog::
+ :version: 4.7.3
+ :released: 20th of September 2022
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11936
+ :tickets: 11904
+
+ For zones having many NS records, we are not interested in all so take a sample.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11940
+ :tickets: 11890
+
+ Failure to retrieve DNSKEYs of an Insecure zone should not be fatal.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 11897
+ :tickets: 11848
+
+ Also check qperq limit if throttling happened, as it increases counters.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11879
+ :tickets: 11850
+
+ Fix recursor not responsive after Lua config reload.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11847
+ :tickets: 11843
+
+ Clear the caches *after* loading authzones.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 11774
+ :tickets: 11773
+
+ Resize answer length to actual received length in udpQueryResponse.
+
.. changelog::
:version: 4.7.2
:released: 23th of August 2022
``max-ns-per-resolve``
----------------------
.. versionadded:: 4.8.0
+.. versionadded:: 4.7.3
+.. versionadded:: 4.6.4
+.. versionadded:: 4.5.11
- Integer
- Default: 13
New settings
^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
4.7.2 to 4.7.3
--------------
New settings
^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
4.6.2 to 4.7.0
---------------
New settings
^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
4.6.1 to 4.6.2
--------------
New settings
^^^^^^^^^^^^
-- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced.
+- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced.
4.5.1 to 4.5.2
--------------