From 4486396083d7136871537beeeb3aeea86685f708 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Tue, 29 Oct 2024 12:48:21 +0100 Subject: [PATCH] :pencil: Add patch release notes --- CHANGELOG.rst | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dbcb32da0d..e2af0fd8a6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,44 @@ Changelog ========= +2.8.1 (2024-10-29) +================== + +Regular bugfix release. + +* [:backend:`4628`] Fixed a crash when copying a form with a "block next step" logic + action. +* [:backend:`4713`] Fixed pre-request hook not running for all "Haal Centraal BRP + Personen bevragen" operations (fixes Token Exchange extension). +* [:backend:`3629`] Fixed submission bulk export crashing when the form has repeating + groups. +* [:backend:`4528`] Fixed vague error/log out situation when logging in with OIDC. +* [:backend:`4764`] Added ability to configure a form variable to use for the + (calculated) submission price. +* [:backend:`4744`] Fixed a performance regression in the logic check calls and general + submission processing. +* [:backend:`4774`] Fixed ``textfield`` data not being converted to a string when + numeric data is received from a prefill plugin. + +2.7.9 (2024-10-29) +================== + +Periodic bugfix release + +* [:backend:`4695`] Fixed a performance issue during legacy Objects API registration + plugin validation. +* [:backend:`4628`] Fixed a crash when copying a form with a "block next step" logic + action. +* [:backend:`4713`] Fixed pre-request hook not running for all "Haal Centraal BRP + Personen bevragen" operations (fixes Token Exchange extension). +* [:backend:`3629`] Fixed submission bulk export crashing when the form has repeating + groups. +* [:backend:`4528`] Fixed vague error/log out situation when logging in with OIDC. +* [:backend:`4744`] Fixed a performance regression in the logic check calls and general + submission processing. +* [:backend:`4774`] Fixed ``textfield`` data not being converted to a string when + numeric data is received from a prefill plugin. + 3.0.0-alpha.0 (2024-10-25) ==========================