Skip to content

Commit

Permalink
Merge pull request #4854 from open-formulieren/update-changelog-in-ma…
Browse files Browse the repository at this point in the history
…ster-with-patch-releases-2.7.10-and-2.8.2

Update CHANGELOG with 2.7.10 and 2.8.2
  • Loading branch information
vaszig authored Nov 25, 2024
2 parents aff67a0 + 0506fd9 commit 08b75a7
Showing 1 changed file with 61 additions and 4 deletions.
65 changes: 61 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,68 @@
Changelog
=========

Upgrade notes
-------------
2.8.2 (2024-11-25)
==================

Regular bugfix release

.. warning:: Manual intervention required

We fixed a bug that would mess with the default values of selectboxes components.
A script is included to fix the forms that are affected - you need to run this
after deploying the patch release.

.. code-block:: bash
# in the container via ``docker exec`` or ``kubectl exec``:
python src/manage.py /app/bin/fix_selectboxes_component_default_values.py
Alternatively, you can also manually open and save all the affected forms in the
admin interface.

**Bugfixes**

* [:backend:`4732`] Fixed CSP issues for Expoints and Govmetric analytics.
* [:backend:`4745`] Fixed missing registration variable to the Objects API with all
the attachment URLs.
* [:backend:`4810`] Fixed uppercase component variable values turing lowercase. See the
remark above for additional instructions.
* [:backend:`4823`] Fixed uploaded files with leading or trailing whitespaces in the
filename.
* [:backend:`4727`] Fixed crash when a user defined variable was changed to an array
datatype.
* [:backend:`4320`] Fixed ambiguous langugage in the summary PDF when the submission
still requires cosigning.

2.7.10 (2024-11-25)
===================

Periodic bugfix release

.. warning:: Manual intervention required

We fixed a bug that would mess with the default values of selectboxes components.
A script is included to fix the forms that are affected - you need to run this
after deploying the patch release.

.. code-block:: bash
# in the container via ``docker exec`` or ``kubectl exec``:
python src/manage.py /app/bin/fix_selectboxes_component_default_values.py
Alternatively, you can also manually open and save all the affected forms in the
admin interface.

**Bugfixes**

* [:backend:`4810`] Fixed uppercase component variable values turing lowercase.
There are manual actions required.
* [:backend:`4732`] Fixed CSP issues for Expoints/other analytics.
* [:backend:`4745`] Fixed missing registration variable for the Objects API plugin.
* [:backend:`4810`] Fixed uppercase selectboxes options being lowercased if the component is
in a step that's being skipped. See the instructions below on how to patch existing forms.
* [:backend:`4823`] Fixed uploading files with leading or trailing whitespace in the
filename.
* [:backend:`4727`] Fixed a crash in the form designer UI when a user defined variable was
changed to an array datatype.

2.8.1 (2024-10-29)
==================
Expand Down

0 comments on commit 08b75a7

Please sign in to comment.