26. Skip to content

26. Version 26-07-2021

26.1 New features

  • In Dashboard, add new charts to report cases by type each day the last month and each month for the last year.
  • Preview documentation of the profile.

26.2 Improvements

  • Security and stability improvements.
  • Better UI for Profile history.

26.3 Changes

  • Change: Adding tags to documents using the POST or PUT to /document/doc does not work anymore, use /document/doc/{id}/[tag|untag] instead.
  • Change: Adding tags using the POST or PUT to /incident/case does not work anymore, use /incident/case/{id}/[tag|untag] instead.
  • Change: Adding tags using the POST or PUT to /dprofile/profile does not work anymore, use /dprofile/profile/{id}/[tag|untag] instead.
  • Change: Endpoint changed from PUT/DELETE /transactions/transactions/{dp-id}/{trx-id}/tags/{value} to /transactions/transaction/{trx-id}/tags/{value}.
  • Change: Remove "Financial product metadata" endpoint.

26.4 Bugfixes

  • Forbid empty secondary fields.
  • Forbid name, tax_payer_id and id_number as secondary fields.
  • Fix text normalization to prevent common tricks to avoid checks.
  • Tags min length fixed to 3 characters and max length fixed to 12 characters.
  • Add confirmation message for documents operations.
  • Chosen page size is now persisted across sessions.