Skip to content

Releases: projectcaluma/caluma

v9.3.0

22 Aug 16:24
Compare
Choose a tag to compare

Feature

  • form: Add show_validation property for action buttons (6dea57e)

v9.2.0

15 Aug 07:37
c501360
Compare
Choose a tag to compare

Feature

  • core: Add meta intersection filter (1a54a7f)

Fix

  • analytics: Fix meta field extraction (704ffb9)

v9.1.0

17 Jul 11:55
e0a1b07
Compare
Choose a tag to compare

Feature

  • jexl: Add flatten transform (42144cb)

Fix

  • Also catch ValueError and ZeroDivision errors on early jexl evaluation (0fe96ea)

Documentation

  • jexl: Update question jexl docstring (cdf1e73)

v9.0.0

09 Jun 11:02
7125c6a
Compare
Choose a tag to compare

Feature

  • auth: Only use userinfo for auth (drop introspect) (d065ef8)
  • analytics: Support accessing sub-cases and their parent (6dfc4f9)

Breaking

  • setting the OIDC_INTROSPECT_* and OIDC_CLIENT_AS_USERNAME env vars is obsolete now. Auth now only calls the userinfo endpoint without any fallback to the introspect endpoint. This will possibly have an impact on the username property of the user object. If your extensions depend on that property, please update them if necessary. Additionally, all requests sent to Caluma must include the openid-scope. (d065ef8)

v8.0.0

12 May 18:31
Compare
Choose a tag to compare

v8.0.0 (12 May 2023)

Fix

  • workflow: Provide context to WorkItemValidator (2fb5308)

This is the long overdue stable release of Caluma v8. For a detailed description of the changes to v7, please refer to the changelogs of the v8 beta versions.

v8.0.0-beta.30

10 May 07:48
2c737c2
Compare
Choose a tag to compare
v8.0.0-beta.30 Pre-release
Pre-release

Fix

  • analytics: Fix aliases exceeding 63 bytes (cdca090)

v8.0.0-beta.29

13 Apr 11:49
bd62ff7
Compare
Choose a tag to compare
v8.0.0-beta.29 Pre-release
Pre-release

Feature

  • filters: Add filters for modified_at (16fdb73)

v8.0.0-beta.28

21 Mar 16:20
Compare
Choose a tag to compare
v8.0.0-beta.28 Pre-release
Pre-release

Feature

  • filters: Add useful deadline filters to workitems (f74d641)

v8.0.0-beta.27

10 Mar 14:12
f9f5d32
Compare
Choose a tag to compare
v8.0.0-beta.27 Pre-release
Pre-release

Feature

  • filters: Support word combinations in SearchAnswersFilter (4c3e910)
  • workflow: Add case_document_forms filter to work item (e351de3)

v8.0.0-beta.26

20 Feb 08:51
e672227
Compare
Choose a tag to compare
v8.0.0-beta.26 Pre-release
Pre-release

v8.0.0-beta.26

Fix

  • form: Fix validation in document validity graph (6b859fa)