Skip to content

v0.52.0 - decision data offloading

Choose a tag to compare

@Pascal-Delange Pascal-Delange released this 06 Oct 15:13
· 16 commits to main since this release

Features

  • [infrastructure] Decision rule offloading: automatically offload voluminous decision execution details to a bucket, to keep the database instance size smaller. See more about this in installation/data_offloading.md or here.

Improvements

  • Allow to pass a single IP address (not a range) for IP whitelisting
  • Allow to open cases (and all other table rows as links) in a new tab with cmd/ctrl+click
  • Search case by case_id, filter them by assignee, and make full text search much more relevant in the inbox page
  • Set default pagination size to 50 elements, allow to increase it up to 100 and increase case results box size in inbox page
  • Faster AI case review generation time

Bug fixes

  • Fix a situation where the case manager page would fail to load on cases that contain many decisions - also, improve loading speed for the case manager main mage in all situations
  • Correct a situation where several decisions related to the same customer, created at the same time, could open several cases even if the workflow is configured to group them into one case
  • Add fields nationality (for Person) or country (for Organization) to the POST /screening/:screeningId/search and POST /screening/:screeningId/refine endpoints (was already handled by the endpoint but not documented)

Container versions
This release uses :

  • Marble backend v0.52.1
  • Marble frontend v0.52.0