Skip to content

Releases: projectcaluma/caluma

v8.0.0-beta.17

09 Sep 14:00
Compare
Choose a tag to compare
v8.0.0-beta.17 Pre-release
Pre-release

Fix

  • events: Don't emit create work item events when updating (4f2f491)

Breaking

  • The saveWorkItem mutation doesn't emit pre_create_work_item post_create_work_item anymore since this is not the expected behaviour. (4f2f491)

v8.0.0-beta.16

01 Sep 06:52
Compare
Choose a tag to compare
v8.0.0-beta.16 Pre-release
Pre-release

Fix

  • redo: Recalculate deadline after updating a redo work item to ready (f803fbe)
  • permissions: Make sure user permission classes call super (6e1945b)

v8.0.0-beta.15

26 Aug 07:51
Compare
Choose a tag to compare
v8.0.0-beta.15 Pre-release
Pre-release

Feature

  • flow: Allow flows to not have tasks in next if redoable is given (867b796)
  • reopen case: Allow reopening child cases of ready work items (e073cad)
  • workflow: Add is_redoable property to work item schema (709965d)
  • workflow: Add search answer filter to work item filters (0ceb2c6)
  • caluma: Add new work item order key (a794211)

Fix

  • redo: Fix workflow of work items in status redo (abbdb92)
  • analytics: Handle None and ignore 0 in summary (d5c9669)

Breaking

  • This removes the deprecated properties userinfo and introspection on the base user class which have been deprecated for a long time. (b4fd9e2)
  • This drops the startCase mutation which has been deprecated for a long time. (6cf701d)

v8.0.0-beta.14

18 Aug 13:46
811b41f
Compare
Choose a tag to compare
v8.0.0-beta.14 Pre-release
Pre-release

Fix

  • Exclude not supported questions from answer search (a27681c)
  • Fix multifile migration again (d812956)
  • Handle files from history that don't exist anymore in migration (21611c3)

v8.0.0-beta.13

15 Aug 14:29
276311a
Compare
Choose a tag to compare
v8.0.0-beta.13 Pre-release
Pre-release

Fix

  • historical-schema: Fetch the correct historical files (2580e80)
  • form: Migration problem with historicalanswer (a8633b6)
  • Multiple fixes for analytics (e78b8d2)

v8.0.0-beta.12

05 Aug 07:24
244c206
Compare
Choose a tag to compare
v8.0.0-beta.12 Pre-release
Pre-release

Feature

  • workflow: Add ids filter to case (89b70ec)
  • form: Multiple files in file questions (4600ed0)
  • core: Allow input type override (215cdb7)
  • Searchanswers in forms (6a75f17)

Fix

  • form: Fix and test search_answers (371a4f0)
  • analytics: Provide more correct supported functions in analytics (2130f34)
  • log: Minio stat errors shouldn't be errors (701bafc)
  • workflow: Remove and fix ordering keys (409e54f)
  • schema: Reopen case schema clarification (6153b45)

Breaking

  • This renames the question type constant for file questions, and changes the
    semantics of the answer value for file questions as well: It is now a list of
    dicts instead of a single string. The response type for querying file(s) answers
    now also is a list instead of a single dict. (4600ed0)

v8.0.0-beta.11

06 Jul 07:21
Compare
Choose a tag to compare
v8.0.0-beta.11 Pre-release
Pre-release

Feature

  • core: Allow input type override (ec4c899)

Fix

  • form: Use potentially prefetched answer document set for table rows (58e0a7c)
  • schema: Reopen case schema clarification (a394273)

v8.0.0-beta.9

24 Jun 12:41
Compare
Choose a tag to compare
v8.0.0-beta.9 Pre-release
Pre-release

Fix

  • document: Copy dynamic options when copying documents (67910d9)
  • ReopenCase should disregard WorkItems in status REDO (dded3a8)
  • deps: Update dependencies of dependencies (e3a5de3)
  • form: Set questions of searchAnswers as required (fb7ad5f)

Breaking

  • searchAnswers questions list is now required (fb7ad5f)

v8.0.0-beta.10

24 Jun 13:20
Compare
Choose a tag to compare
v8.0.0-beta.10 Pre-release
Pre-release

Fix

  • document: Fix label of copied dynamic options (00383fc)

v8.0.0-beta.8

20 Jun 07:44
Compare
Choose a tag to compare
v8.0.0-beta.8 Pre-release
Pre-release

Fix

  • default answer: Don't set document when copying default answers (7b5ce74)