Skip to content

Changelog

v1.43.0 - 2026-03

Added

  • Add WEBHOOK_BEARER_AUTH environment variable to enable OAuth 2.0 standard compliance
  • Add WEBHOOK_TOKEN_TIMEOUT environment variable to configure token cache TTL when the token provider does not return expires_in
  • Add date range filtering support to onboarding API via start_date and end_date query parameters
  • Add CSV export support to onboarding list via UI query parameter

Changed

  • Allow operators to revert INCONCLUSIVE onboardings to PENDING state

Fixed

  • Fix validation_id search not working for pending onboardings from spa

v1.42.5 - 2026-01

Fixed

  • Prevent returning 500-Error in the endpoint of get_scores under certain score conditions.
  • Avoid asking a second unnecessary login under certain circumstances such as long time last login.
  • Minor improvements and bug fixes

v1.42.1 - 2025-12

Added

  • Add support for Oracle Thick Mode connection

v1.41.2 - 2025-10

Added

  • New environment variable AGENT_IDLE_NOTIFICATION to enable browser + sound notifications for agents when a new onboarding is assigned.
  • Include user email in the single-user response of GET /api/v1/user endpoint (new field email)

Changed

  • Improvements in logging

Fixed

  • Minor bugfixes and improvements

v1.40.0 - 2025-09

Added

  • Enable Brazilian compliance through Receita Federal do Brasil state verification integration
  • Enhance security infrastructure with AWS-IAM authentication implementation

Fixed

  • Fix onboarding not loading after displaying lock time expired message.
  • Minor improvements

v1.39.0 - 2025-08

Added

  • Optimize search by adding exact match and database indexes
  • Add CD_EXACT_SEARCH_KEY environment variable
  • Integrate RENIEC state verification

Fixed

  • Fix multiple onboarding with document ocr service mode not loading

v1.38.2 2025-06

Added

  • Enable prioritizing of onboardings reviewed by agents by contextual data key-value pairs.
  • Add API endpoints for administrator and supervisor roles to manage prioritizations.
  • New environment variable ENABLE_FAST_VIDEO: if enabled, sets the default video player speed to 1.25x.
  • Add HMAC signature authentication support for webhooks as an alternative to OAuth authentication.
  • New environment variable for HMAC webhook authentication: WEBHOOK_HMAC_SECRET.
  • Remove expired OAuth tokens automatically at night.
  • Add revision_time field to onboarding-status-change logs

Changed

  • Security measures improvements.
  • Minor bugfixes.

v1.36.2 2025-05

Added

  • Role assignement for the users can now be done also via Microsoft's AzureAD Dashboard.
  • Add GET method to /api/v1/user to retrieve a list of users or details of a specific user via the username parameter.
  • New environment variable MANDATORY_SEPBLAC_QUESTIONS_COMPLIANCE to check that SEPBLAC questions have been answered as YES before approval of an onboarding.

v1.35.1 2025-02

Added

  • Display Advanced tag next to Injection Attack Detection score for clients with Pro license
  • Export onboardings according to the selected language

Changed

  • Allow selection of multiple reject reasons when rejecting onboardings
  • Reject reason comment now displays all reasons seleted
  • Minor bugfixes

v1.34.0 2025-01

Added

  • New environment variable BACK_TO_LIST_AFTER_REVIEW to return to onboarding lists after changing the status of an onboarding

Changed

  • Update dependencies
  • Refactor API permissions
  • Fix CSFR errors in test-webhook endpoint
  • Change webhook event timestamp format to UTC
  • Allow Auditor role to log into SPA
  • Allow Auditor role to call some GET endpoints of the API
  • Allow Auditor role to export onboardings to PDF and ZIP
  • Assign role supervisor to all users without role at start

Fixed

  • Fix webhook post requests missing content-type header

v1.31.1 2024-10

Added

  • New endpoint POST /pending to change validation state from Accepted to Pending
  • New environment variable ENABLE_RECOVER_STATE to enable the new button and endpoint
  • New test-webhook endpoint to test that the webhook is properly setup
  • New environment variable PINNED_CONTEXTUAL_DATA to enable this setting
  • New button Return to Pending to change validation state from Accepted to Pending
  • Contextual data can be pinned to the main header of the validations' detailed view

Changed

  • Allow 'GET /events' endpoint to admit 'perPage' and 'page' pagination parameters
  • Update webhook-related endpoints to return 403 if webhook not enabled

v1.30.0 2024-09

Added

  • New configurable webhook to send notifications when a validation status changes. (See Webhook section)

Changed

  • Minor bugfixes and improvements

v1.29.0 2024-07

Added

  • New feature in the contextual data filters section, located in the administrator settings panel. It is now possible to include filters with negation (NOT). (See the Contextual Data Filters section for more details)

v1.28.7 2024-07

Changed

  • Security measurements improvements
  • Minor bugfixes and improvements
  • Minor fixes and improvements

v1.28.5 2024-04

Changed

  • Make boidas compatible with Oracle RAC
  • Minor fixes and updates

v1.28.3 2024-03

Added

  • Support for Oracle database (19c or superior recommended). Now, boi-Das supports PostgreSQL and Oracle database engines. (View section Database Configuration).
  • New environment variable which allows the obligation of answer SEPBLAC questions when rejection. This env. variable is named MANDATORY_SEPBLAC_QUESTIONS_REJECTION (View section General Configuration).

Changed

  • Update VERISAAS_CHECK_INTERVAL default value to 60 seconds.
  • Minor fixes and updates
  • Minor fixes
  • Show an error message when a validation is rejected without answering the SEPBLAC questions when it is mandatory.

v1.27 2023-12

Added

  • New environment variable which allows disabling the polling process. This env. variable is named DISABLE_POLLING (View section General Configuration).

Changed

  • Remove videocall functionality.
  • Optimize application performance during onboarding navigation.
  • Minor fixes and updates
  • Improve images visualization in onboarding detail.

v1.26 2023-10

Added

  • New rejecting validations flow with configurable reject reasons (View section User Guide)
  • New rejecting validations popups with reject reasons

Changed

  • Improve boidas polling recovery
  • Optimize application performance by reducing the number of requests to the database.
  • Improve onboarding navigation
  • Auto Focus cursor into 2FA input
  • Optimize the loading of Onboarding detail images

v1.25 2023-09

Added

  • New VeriSaaS connection status check is made by boiDas to ensure the connection is working properly. An email to the configured recipients will be sent if the connection status changes. (View section General Configuration)
  • New VeriSaaS connection status check is shown in the onboardings list.

Changed

  • Optimize application performance by reducing the number of requests to the database.
  • Keep onboarding list page when navigating to onboarding detail.
  • New custom pop ups.

v1.24 2023-07

Added

Changed

  • Include state verification JSON in onboarding exported zip.
  • Keep deleted user comments in onboardings.
  • Boidas UI has been re-branded and it now shows our new logo and styles.
  • When creating a new user via API, "First Name" and "Last Name" can be used as parameters.

v1.23 2023-05

Changed

  • Minor fixes and updates

v1.22 2023-05

Added

  • New log integrity system to ensure logs preservation. For the use of this feature is mandatory to provide a public key and a private key to verify the integrity of the logs. More information can be found here.

Changed

  • Improve password policy by adding password conditions and expiration controls.
  • Enhance ID Number filter in the search.
  • Add some security restrictions.

v1.21 2023-03

Added

  • New operator user role.
  • Allow database schema selection.

Changed

  • Improve search to include OCR edited values in onboardings.
  • Improve session expired response.
  • Improve error messages in settings section.
  • Add, modify and delete complex contextual data filters.
  • Improve validation collector request by taking into account contextual data filters.

v1.20 2023-02

Added

  • Add DB_PORT environmnet variable to customize database port

Changed

  • Keep onboarding list order in application reload
  • Improve page limit number visualization
  • Improve validation getter data filters

v1.19 2022-11

Added

  • Allow to change state to inclonclusive using contextual data "stats_onboarding_state"

Changed

  • Improve polling process to make it more robust and have more control under possible failures

v1.18 2022-10

Added

  • Add PEP&AML tab into PDF
  • Add multiple onboardinging support
  • Add search by contextual data
  • Add requests to POST and GET comments via API

Changed

  • Improve date view in Safari and Explorer browsers
  • Improve contextual data filter behaviour with filter conditions
  • Add confirmedText field in GET OCR request

v1.17 2022-06

Added

  • New administrator user with new settings dashboard view access.

Changed

  • Improve PEP visualization

v1.16 2022-05

Added

  • New environment variable which allows configuring the frequency in seconds which the validas polling process uses. This env. variable is named VALIDAS_POLLING_FREQUENCY (View section General Configuration).
  • New tab "PEP&AML"
  • Add button to userguide in boidas header
  • Add warning indicating videocall is not being recorded
  • Add message indicating download zip is in progress
  • New API endpoint which allows to obtain if an entity is a PEP (politically exposed person) or has sanctions or adverse media

Changed

  • Improve videocall process
  • Improve the search and sort customization by keeping in all onboarding navigation and sections
  • Modify confirm window when repeat button is clicked in Video call tab to indicate that recording will be deleted if it is exists
  • Change NÂș doc by "ID Number" in summary section

v1.15 2022-03

Added

  • Integration SSO with Microsoft AzureAD (View section Azure AD Single Sign-On Configuration)
  • User blocking after X unsuccessful login attempts. New environment variables which allows configuring this: BLOCK_LOGIN_ENABLED, BLOCK_LOGIN_LIMIT and BLOCK_LOGIN_TIME (View section General Configuration)
  • Control the number of validations that a user can review at the same time, by default 1 per agent and 10 per supervisor.
  • New environment SDK information is shown in the "Validation Information" tab
  • New tab "State Verification"
  • Add LIFO/FIFO sorter by create at date in onboarding list
  • Add confirm window when repeat button is clicked in Video call tab
  • New API endpoint which allows to obtain the identity verification data

Changed

  • Improve logging registry
  • Security improvements
  • Change Django admin url to /boidas_admin_configuration