Skip to content

Releases: projectcaluma/caluma

v11.1.2

07 Mar 13:54
Compare
Choose a tag to compare

Fix

  • perf: Don't load full document in memory if not needed for options (581d2d0)
  • A few other code cleanups (CI, small refactorings)

v11.1.1

04 Mar 20:11
Compare
Choose a tag to compare

Fix

  • structure: Correctly update structure in-place for recalculations (8cccc7e)
  • structure: Fix passing of global validation context for structure (2b1f7e4)

v11.1.0

04 Mar 16:49
Compare
Choose a tag to compare

Feature

  • forms: Extend structure fastloader to support multiple documents (28ca840)

Fix

  • Deterministic option sort (8f2a25a)
  • structure: Question options should not be loaded multiple times (cba8fbe)

v11.0.2

04 Mar 09:47
Compare
Choose a tag to compare

Fix

  • deps: Fix django-filter version range (f7a7f7c)

v11.0.1

03 Mar 20:02
b585bbb
Compare
Choose a tag to compare

Fix

  • Pass correct parameter dealing in calc field recalculation (1536ab8)
  • form: Error when saving an answer that does't belong to a form (c27a045)
  • validators: Import exception from the correct place (6fe8566)
  • jexl: Fix crashes in form validation when validating options (a9ed291)

v11.0.0

28 Feb 18:05
c61a640
Compare
Choose a tag to compare

Feature

  • structure: Introduce a fast-loading mechanism (e82cb5e)

Fix

  • structure: Correctly sort questions and table rows (36a6080)

Breaking

  • Code that uses the form jexl and / or structure code most likely will need to be rewritten. The changes are small-ish, but still semantically not exactly equal. (7c997b7)
    See #2356 for further details.

  • While not yet (technically) breaking, we do not support Python versions of 3.9 and earlier. Update your Python to 3.10 or ideally, 3.13. Support for Python versions will be according to Python's own version schedule: https://devguide.python.org/versions/

v10.7.0

28 Jan 13:03
bcdda79
Compare
Choose a tag to compare

Feature

  • float: Add step configuration (a8c265a)

v10.6.0

09 Jan 13:04
361df5f
Compare
Choose a tag to compare

Feature

  • workflow: Add indices to created_at and deadline of work item (8e7b8d7)

Fix

  • form: Optimize calculated question performance (#2339) (db6468b)
  • build: Don't crash build step due to missing readme at this stage (75f3c93)
  • Update (and pin) graphene dependency (7572c55)

v10.5.1

16 Oct 11:41
29b565f
Compare
Choose a tag to compare

Fix

  • visibilities: Don't crash in the suppressable visibility resolver (26fd823)

v10.5.0

15 Oct 08:44
8038e76
Compare
Choose a tag to compare

Feature

  • visibilities: Make visibilities suppressable on n:1 relationships (0899cc7)

Fix

  • perf: Add indexes for frequently filtered attributes on work item (b9a2032)