Skip to content

Releases: projectcaluma/caluma

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)

v10.4.0

26 Sep 08:46
Compare
Choose a tag to compare

Feature

  • jexl: Add length transform (b4fbd99)

Fix

  • form: Speed up copying of documents (fac7a98)
  • Add missing "is_hidden" to SaveOptionSerializer (ab63598)

v10.3.1

09 Aug 14:54
Compare
Choose a tag to compare

Fix

  • deps: Update dependencies (322dc23)
  • jexl: Always add root info (7b154f8)
  • code of conduct: Contact mail address (29aaf2e)

v10.3.0

15 Jul 12:27
Compare
Choose a tag to compare

Feature

  • feat: allow calculated fields to depend on other calculated fields (92a8c1b)

  • feat(options): implement is_hidden jexl on options

    This commit adds an is_hidden jexl to Options. This will be evaluated
    and enforced on saving of answers. Addiotionally, the Options got a new
    filter visible_in_document. (38ca1c4)

Fix

  • fix(docker): install dependencies as caluma user (9623107)

v10.2.0

21 May 11:26
Compare
Choose a tag to compare

Feature

  • feat(form): add more case info to jexl context (ab73edd)

  • feat(jexl): add main_case_form to info object

This is convenient when you'd like to write a JEXL expression in a task
form attached to some work item, that depends on the main case's form. (bcb9136)

Fix

  • fix(validation): do not block __typename when introspection is disabled

The DisableIntrospection validator rejects everything that could
lead to insight into the schema. Sadly, our frontends rely on having
__typename available, thus we need our own validator that allows this
specific introspection key (but not anything else) (46f2184)

v10.1.1

08 Feb 14:00
dfeaa09
Compare
Choose a tag to compare

Fix

  • Do not query for non-existent buckets in healthz (7d5e8ab)

v10.1.0

08 Feb 08:54
adc3ff1
Compare
Choose a tag to compare

Feature

  • settings: Add setting to limit query depth (dde9c9a)

Fix

  • Defer calculation of calc answers until after creating a new doc (8111843)