From 0d9ad5b21f7e27ae3434f129e51cf4fcf5d609d4 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 10 Mar 2025 07:41:21 +0100 Subject: [PATCH] Mention some changes in behaviours worth warning about. --- docs/upgrading.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 4d36304c18..2b1622ae02 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -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 `. * 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 -------------- -- 2.47.2