Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v11.1.2
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
Fix
- structure: Correctly update structure in-place for recalculations (
8cccc7e
)
- structure: Fix passing of global validation context for structure (
2b1f7e4
)
v11.1.0
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
Fix
- deps: Fix django-filter version range (
f7a7f7c
)
v11.0.1
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
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
Feature
- float: Add step configuration (
a8c265a
)
v10.6.0
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
Fix
- visibilities: Don't crash in the suppressable visibility resolver (
26fd823
)
v10.5.0
Feature
- visibilities: Make visibilities suppressable on n:1 relationships (
0899cc7
)
Fix
- perf: Add indexes for frequently filtered attributes on work item (
b9a2032
)