Skip to content

v1.3.0 - Redesigned case manager preview, various improvementds and bugfixes

Latest

Choose a tag to compare

@Pascal-Delange Pascal-Delange released this 18 Jun 13:56

Improvements

  • Replace a markdown processing library, improving performance of the case manager page load
  • Fewer clicks to activate a scenario version. Two clicks to go live, no annoying check boxes to tick. We're honestly sorry this one took us as long.
  • Self-hosted customers can configure their screening data provider from the application (within what the license allows)
  • Better error management (clearer error messages) in screening rule setup
  • Major redesign in progress of the case manager page, for better rendering on smaller screens (window < 1200px). Currently available but feature flagged pending last changes, set CASE_MANAGER_V2_ENABLED=all to try it out
  • Marble now uses Redis as an additional dependency, for improved performance on a range of features. We are rolling out usage in internal usecases progressively, but more and more parts of the app will not work properly without a Redis instance plugged in. See the installation guide for how to deploy it.

Bug fixes

  • Correct an error that changed a 4XX http status into a 500 in some cases due to error handling
  • Workflow execution works even if the decision payload contained IP/GPS type data
  • Added deduplication of the processing of entities in sanctions delta files background processing
  • Fixed a semi-random app crash during freeform screening search
  • For self-hosted customers, custom screening dataset selection is back

Requires

  • backend v1.3.3
  • frontend v1.3.0
  • motiva v0.9.2+

Important

Marble now uses Redis as an additional dependency. See the installation guide for details.