]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Mention some changes in behaviours worth warning about. 15266/head
authorMiod Vallat <miod.vallat@powerdns.com>
Mon, 10 Mar 2025 06:41:21 +0000 (07:41 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Mon, 10 Mar 2025 06:41:21 +0000 (07:41 +0100)
docs/upgrading.rst

index 4d36304c18b352b233f2f5996a7d02bb5c2ad8f4..2b1622ae02c339ba0a62d8194d343d3dee941e5f 100644 (file)
@@ -16,6 +16,15 @@ LUA records whitespace insertion
 
 :ref:`setting-lua-records-insert-whitespace`, introduced in 4.9.1 with the default value (``yes``) set to maintain the old behaviour of inserting whitespace, is set to ``no`` in 5.0.
 
+lua-records-exec-limit feature restored
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The :ref:`setting-lua-records-exec-limit` setting, which will abort Lua records
+taking too much time to complete, had unintentionally been rendered ineffective
+in 4.3.0. Its functionality has been restored, which could cause existing
+configurations to stop working if this setting had been used with a too small
+value.
+
 ixfrdist IPv6 support
 ^^^^^^^^^^^^^^^^^^^^^
 
@@ -29,6 +38,9 @@ A few changes of behaviour have been implemented in :doc:`pdnsutil <pdnsutil>`.
 
 * The ``add-zone-key`` command used to default to creating a ZSK,
   if no key type was given. This default has changed to KSK.
+* The ``add-record``, ``delete-rrset``, ``edit-zone``, ``increase-serial`` and
+  ``replace-rrset`` operations will now refuse to work on secondary zones unless
+  the ``--force`` option is passed.
 
 4.8.0 to 4.9.0
 --------------