35.1 Skip to content

35. Version 02-12-2022

35.1 New Features

  • PATCH method is now available in a new series of resources, including:
    • auth_scope
    • auth_sso
  • New endpoint /auth/user/has_permission/{permision} to retrieve all users with a certain permission.
  • New endpoints to validate information sent to endpoints to create/update configuration and enumerated values. The behavior of the creation/update endpoints of these resources was maintained, but a new endpoint was added to validate that the information has the correct format. It is the responsibility of the API user to validate the information before adding it.
  • Administrator users will now recieve notifications when a rule is disabled due to repeated failures
  • UI: SSO configuration
  • UI: Error logs - including respective rule and profile id
  • UI: Incidents history visualization
  • UI: Access restrictions for profiles and incidents: configuration and warning in profile incidents list

35.2 Changes

  • Profiles in 'creating' state will no longer have their risk, transactional profile, and blacklist match performed.
  • Limit max number of alerts being grouped together.
  • Limit max description length in alerts.
  • Update events reported to customer-defined callbacks in the notification module now receive not only the updated resource, but also the changelog of the update.
  • Notification callbacks configuration is now auditable.
  • Added endpoints to retrieve changes and old versions of a transaction rule.
  • Transaction rules may now be automatically deactivated by the system on repeated failures, as long as they have been marked as "deactivable".
  • UI: Automatic closing of rule triggers notification

35.3 Bug Fixes

  • The configuration export/import tool now also includes custom scopes defined by the tenant.
  • PATCH method with operations remove, move, copy were silentlty failing. They are now working as expected per RFC 6902.
  • Refinitiv World Check One integration was failing when a profile matched no cases. This is fixed and now is reporting the correct answer, a match containing no hits.
  • Refinitiv World Check One integration was reporting multiple repeated hits for a given case. This is now fixed and each case is reported only once.
  • Blacklists Match Configuration was reporting some disabled configurations as enabled, this is now fixed.
  • Documentation upload was rejecting Excel files, this is now fixed.
  • Allow encoded slash in path segments in path parameters.
  • Fix manual change of risk when other changes to the profile are made. Previously, any update to the profile would render the risk to changed to manual, now this is done only when the risk is chamnged manually.
  • Downloading lookup tables produced invalid csv files due to a quoting issue. Downloading lookup tables now always produces valid csv files.
  • UI: edit timestamps in schema-less metadata
  • UI: export button inoperable after error
  • UI: "ref" field not shown in transaction detail
  • UI: Long incident descriptions broke layout
  • UI: problems with select incident type on incident manual creation
  • UI: add metadada input field for custom incidents, on incident manual creation
  • UI: after adding a user, the list was not refreshed

35.4 Improvements

  • Public blacklist crawling in now better, faster and stronger.
  • The rules configured in the platform can now use a series of helper functions designed to print dates, booleans, amounts, geolocation data and more in a friendly format.
  • UI: Better display of rich text content in history
  • UI: Adaptations for new permissions schema with custom roles
  • UI: Additional info in incidents of type Other or custom
  • UI: Lists wizard: added "Down Jones" provider , added option to include all lists
  • UI: Better display of currecy amounts in transactions
  • UI: Allow password-less users when tenant uses SSO
  • UI: Modals: modifications should not trigger refresh on parent window
  • UI: List configurations: used lists are marked as such in select menu
  • UI: Limit fields length on contacts and addresses forms
  • UI: after editing incident in modal box, don't lose focus when returning to list

35.5 Internals

  • Upgraded dependencies
  • UI: changes in internal layout and grid
  • UI: e2e tests