Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v7.15.1
v7.14.2
v7.14.1
v7.15.0
Update to Django 3.2
Note: This release updates Django to version 3.2. While this shouldn't be too much of a change if you're using Caluma standalone,
you will be required to upgrade your Django as well if you're using it as a Django app in your own code.
Check Django's release notes to see how to update
Feature
- workflow: Implement WorkItem redo pattern (#1656) (
d01e284
) - form: Enable hint messages on questions (#1655) (
7adf401
)
Fix
v7.14.0
Change of container registry location
Due to policy change on docker hub, we have decided to start releasing Caluma on the Github container registry instead. Update your docker-compose / kubernetes config to point to ghcr.io/projectcaluma/caluma
instead!
Feature
- config: Validate permission decorators (#1615) (
a63a6d3
) - Expose more CORS related configurations via environment variables (
d88165c
) - form: Add new action button question type (
2b3086f
) - workflow: Extend group jexl context object (
ce3f4fe
) - events: Allow the
sender
to be used in filter_events (6104cbd
) - signals: Introduce event filter (
e597a99
)
Fix
- selected_options: Handle selected options if value is empty array (#1621) (
f097912
) - schema: Define interface for dynamic questions (
d607544
) - Set created_by fields on FormQuestions (
89ba971
)
Documentation
- Fix custom visibility code snippet (
d4abb69
) - guide: Update guide to use ember-caluma v9 addons (
4d3c9fc
)
(note: re-release to fix CI / build issues)
v7.13.0
v7.12.0
v7.11.3
Minor release only containing dependency updates. The release is done mainly because if this commit:
- chore: update pyjexl [
03546ce
]
The bugfix mozilla/pyjexl#23 (short-circuit
evaluation) is critical for us, so we're pulling it in explicitly until
there is a new pyjexl release.