]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth-4.5.0-beta1: docs+secpoll 10486/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 9 Jun 2021 08:50:25 +0000 (10:50 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 9 Jun 2021 09:08:17 +0000 (11:08 +0200)
.github/actions/spell-check/expect.txt
docs/changelog/4.5.rst
docs/secpoll.zone
docs/upgrading.rst

index df7c6d79bd3782ad8e73eab09bf1ae212aa9ac03..e8045650af2edf9a869dc43e9866c9f3ddba245a 100644 (file)
@@ -470,6 +470,7 @@ ebpf
 ebpfblocklist
 ECCN
 ecdsa
+ech
 econds
 ECONNRESET
 ecs
index c858308b0611826662d79915cff6159abdd0247d..59a2443a126870ea22cb2a0177659f82fc39db43 100644 (file)
@@ -1,6 +1,45 @@
 Changelogs for 4.5.x
 ====================
 
+.. changelog::
+  :version: 4.5.0-beta1
+  :released: 9th of June 2021
+
+  This is version 4.5.0-beta1 of the Authoritative Server.
+  This release contains a ton of improvements and bug fixes compared to 4.4, but very few user visible changes.
+
+  The one notable feature is the 'zone cache', which allows PowerDNS to keep a list of zones in memory, updated periodically.
+  With this cache, PowerDNS can avoid hitting the database with queries for unknown domains.
+  In some setups, and some attack scenarios, this can make a serious performance difference.
+
+  In beta1, the zone cache is enabled by default.
+
+  Please make sure to read the :doc:`upgrade notes <../upgrading>` before upgrading.
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10463
+
+    LUA records: add filterForward function, to limit the scope of createForward[6]
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10454
+
+    add/fix getAllDomains() and enable the zone cache by default (Kees Monshouwer)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10461
+
+    simplify createDomain() (Kees Monshouwer)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10342
+
+    SVCB: rename echconfig to ech and add test vectors from draft
+
 .. changelog::
   :version: 4.5.0-alpha1
   :released: 27th of May 2021
index 1dfb33ee7c2b570afe24acb2e4392d1a39e3f83a..5e6121e9ebf20f3c50e5478dce8ed0c2d35275b3 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021060900 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021060901 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -78,7 +78,8 @@ auth-4.4.0-beta1.security-status                        60 IN TXT "2 Unsupported
 auth-4.4.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.4.0.security-status                              60 IN TXT "1 OK"
 auth-4.4.1.security-status                              60 IN TXT "1 OK"
-auth-4.5.0-alpha1.security-status                       60 IN TXT "1 OK"
+auth-4.5.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+auth-4.5.0-beta1.security-status                        60 IN TXT "1 OK"
 
 ; Auth Debian
 auth-3.4.1-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-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/"
index e1fc820cd0c98968169f8182727b8dd2bc717f2a..76dea765f9988ff11ebd7abb716616e12efe66e9 100644 (file)
@@ -54,7 +54,7 @@ Removed options
 ~~~~~~~~~~~~~~~
 - :ref:`setting-local-ipv6` has been removed. IPv4 and IPv6 listen addresses should now be set with :ref:`setting-local-address`.
 
-Starting with auth-4.5.0-alpha2:
+Starting with auth-4.5.0-beta1:
 
 - The default value of the ``zone-cache-refresh-interval`` option has been changed from ``0`` to ``300``.