33. Saltar a contenido

33. Version 03-05-2022

33.1 New Features

  • Added PATCH method support to allow partial updates. Please refer RFC 6902 for details.
  • Added namespace__in query to /blacklists/blacklists endpoint, in order to retrieve blacklists from different sources.
  • Added POST and DELETE methods to rich enumeration.
  • Allowed generic search on arbitrary fields of digital profiles (API).
  • Added synchronous transaction monitoring with specific list of rules.
  • Lookup tables can now also be used in transaction monitoring rules.
  • UI: PDF Export: now includes related profiles, transactions, comments and alerts
  • UI: New drawer helpers
  • UI: Transactions widgets in main dashboard
  • UI: List settings: New Wizard, enable/disable configurations
  • UI: Advanced configuration of lists - Update matches
  • UI: Export/import configuration

33.2 Improvements

  • Change: Reject empty files on document creation.
  • Change: Allow enumeration values up to 120 characters.
  • Change: Invalid syntax on rule testing now triggers a client error (400 Bad Request) instead of a server error (500 Internal Server Error).
  • Change: Increased maximum level of nesting in transaction monitoring rules up to 30.
  • Miscellaneous performance improvements in transaction monitoring rules.
  • Trigger periodic blacklist checkn in case of failed first check.
  • Ignore rule executions for tenants that do not have rules set.
  • Add timestamp to rule test execution response.
  • UI: New states of profiles and incident workflows, with states add/update
  • UI: General settings: periods using new component instead of sliders

33.3 Bug Fixes

  • Fixed blacklists configuration not being applied when a filter was applied to the configuration.
  • Fixed blacklists check algorithm not taking aliases into account.
  • Fixed digital profile filter by PEP condition not retrieving any results.
  • Fixed notification processing with security options enabled.
  • Forbid lookup table names that are invalid python identifiers.
  • UI: Issues with document types add/update
  • UI: When testing risk matrices, profile search filter fails with tax paxer id
  • UI: When user is assinged as observer, notifications are not show
  • UI: Validations: avoid tax repetition - allow documents with 1 character
  • UI: Fix issues with comments (don't save blank comments) and rich text editor
  • UI: Fix issues with transactions pagination

33.4 Internals

  • Updated services to fastapi==0.75.2.
  • UI: Migrated CRA to Vite