Skip to content

Releases: projectcaluma/caluma

v7.15.1

15 Mar 15:28
Compare
Choose a tag to compare

Fix

  • graphene: Avoid default connection limit (23969ee)

v7.14.2

10 Mar 12:40
Compare
Choose a tag to compare

Fix

  • validation: Only skip validation for none or empty strings (b030904)
  • format-validators: Don't run format validation on empty values (dcea2b5)

v7.14.1

16 Feb 11:54
Compare
Choose a tag to compare

Fix

  • form: Update or create answers when copying to a new document (9f436af)

v7.15.0

25 Jan 16:07
e13e46a
Compare
Choose a tag to compare

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

Fix

  • settings: Use int for MINIO_PRESIGNED_TTL_MINUTES (#1632) (cc9f89f)

v7.14.0

01 Dec 09:23
b76e003
Compare
Choose a tag to compare

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

27 Aug 14:13
c03a0bf
Compare
Choose a tag to compare

Feature

  • config: Introduce configurable user factory (8a49aaf)

Fix

  • documentation: Updated readme to reflect that GraphiQL is not available anymore (b6204e8)
  • serializers: Do not implicitly monkeypatch rest framework (86b8a05)
  • Prettier choice question error message (acbc25c)

v7.12.0

23 Jun 07:53
e664c01
Compare
Choose a tag to compare

Feature

  • jexl: Allow optional answer transforms with default value (72dfa5b)

v7.11.3

10 Jun 09:33
Compare
Choose a tag to compare

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.

v7.11.2

08 Jun 13:30
Compare
Choose a tag to compare

Fix

  • Extend uwsgi buffer (324d9d3)
  • form: Fetch selected_options of corresp. question and document (df97a5d)

v7.11.1

07 Jun 15:42
Compare
Choose a tag to compare

Fix

  • validation: Exclude hidden cells in answer transforms for tables (36b0972)