* [#3015] Fixed invalid URLs being generated to resume the form from WYSIWYG content.
* [#2927] Added Celery worker monitoring tooling (for devops/infra).
* [#3068] Added soft and hard task timeout settings for background workers.
* [#3077] Use public (instead of private) form name for ``form_name`` variable in templates.
* [#3136] Fixed wrong Site ID being used for Matomo analytics.
* [#3117] Fixed a crash in migrations preventing upgrading from older versions.
* [#3114] Fixed the "next" button not becoming active if you're not logged in as admin user.
* [#3128] Fixed hidden (file) components triggering validation too early.
.. note::
The fix for premature validation triggering (#3128) only applies to new
components/forms.
To fix this for existing file components, it's recommended to remove and re-add the
component in the form.