Skip to content

Releases: projectcaluma/caluma

v11.1.4

25 Apr 12:59
Compare
Choose a tag to compare

Fix

  • perf: Keep auth http session alive across requests (18d4d6a)

v11.3.0

16 Apr 07:11
Compare
Choose a tag to compare

Feature

  • gql: Add filter for multiple task slugs to allTasks (347aa2a)

Fix

  • history: Make history aware of potential proxy models (f336c67)

v11.1.3

15 Apr 12:02
Compare
Choose a tag to compare

Fix

  • structure: Take form for a new row set from the fastloader (a08f566)

v11.2.1

24 Mar 13:00
Compare
Choose a tag to compare

Fix

  • structure: Take form for a new row set from the fastloader (2480a31)

v11.2.0

17 Mar 09:47
Compare
Choose a tag to compare

Feature

  • copy: Adds on_copy to datasources to alter dynamic values (9c076e5)
  • Use uuid7 instead of uuid4 from now on (915e454)

Fix

  • perf: Don't load full document in memory if not needed for options (506bec9)

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)