Skip to content

Changelog

v4.11.0 2026.6

Added

  • New flowSetup.core.allowedChannels to declare the channels (web for a standard browser, webview for a WebView embedded in a native application) a process is allowed to start from. When it is not sent, every channel is allowed.
  • Added state/province selection for the US, Canada, and Australia (enabled via documentSelector.regionChooser). Also added additionalDocumentTypes and excludedDocumentTypes to document.captures for specific regional document filtering. Only for platform: Web.
    • texts.document.[x].documentSelector.provinceSelectorTitle
    • texts.document.[x].documentSelector.provinceInputLabel
    • texts.document.[x].documentSelector.provinceInputPlaceholder
    • texts.document.[x].documentSelector.stateSelectorTitle
    • texts.document.[x].documentSelector.stateInputLabel
    • texts.document.[x].documentSelector.stateInputPlaceholder
    • Default translations of the United States states, the Canadian provinces and the Australian states in all supported languages.
  • Added borderRadius and borderRadiusSelected to styles.components.selectorItem.
  • Minor fixes and improvements.

Changed

  • documentTypes, excludedDocumentTypes and additionalDocumentTypes also accept the document type written with its full name (MT_IDCard) besides the abbreviated form (MT_ID), which was the only one accepted so far.
  • With regionChooser enabled, a document covered at state/province level is only offered inside its states/provinces, so excluding it through excludedDocumentTypes (e.g. CA-ON_DrivingLicense) no longer leaves it reachable from the country level button.
  • Added the country level passports CA_Passport_YYYY and AU_Passport_YYYY to the document types accepted by excludedDocumentTypes, which only accepted their province/state variants.

v4.10.2 2026.5

Added

  • Minor fixes and improvements.

v4.10.1 2026.5

Added

  • Minor fixes and improvements.

v4.10.0 2026.5

Added

  • Added new texts:
    • texts.document.[x].documentSelector.verificationStartButton
    • texts.document.[x].autoclassificationSelector.verificationStartButton
    • texts.document.[x].capture.cameraButton.altText
    • texts.document.[x].capture.snackbar.title
    • texts.document.[x].capture.snackbar.description
    • texts.document.[x].capture.snackbar.closeIconAltText
  • Add support for new passport document types: Venezuela, Morocco, Italy, Colombia and Romania.
  • New identity verification services: RENAPO, INE-Check and INE-Check-RENAPO-Fallback.
  • Minor fixes and improvements.

v4.9.1 2026.4

Added

  • Minor fixes and improvements.

v4.9.0 2026.4

Added

  • Optimize POST /token response time
  • Implement an autoclassification selector to distinguish between national passports and generic passports. ONLY for web.
  • Minor fixes and improvements.

v4.8.2 2026.3

Added

  • Minor fixes and improvements.

v4.8.1 2026.3

Added

  • Minor fixes and improvements.

v4.8.0 2026.3

Added

  • Minor fixes and improvements.

v4.7.1 2026.2

Added

  • Minor bugfixes and improvements.

v4.7.0 2026.2

Added

  • Allow configuration for optionally removing cancel button from instructions screen.
  • Allow configuration for optionally hiding the review and instructions heading.
  • Enhancement of multi-language support.
  • Minor fixes and improvements.

v4.6.0 2026.1

Added

  • Subtitles on the capture screens in Video SDK.
  • Security improvements.
  • Minor bug fixes and general improvements.

v4.5.0 2025.8

Added

  • A new excluded document property has been added to specify which documents you do not want to capture in processes.
  • Security improvements.
  • Minor bug fixes and general improvements.

v4.4.0 2025.7.1

Added

  • New property to enable or disable the stage of saying one's first and last names.
  • Security improvements.
  • Minor bug fixes and general improvements.

v4.3.0 2025.7

Added

  • Added pause and play functionality.
  • Minor bug fixes and general improvements.

v4.2.3 2025.6

Added

  • Minor bug fixes and general improvements.

v4.2.1 2025.6

Added

  • Integration with ReceitaFederal enabling validation and verification of Brazilian identities.
  • Security improvements
  • Minor bug fixes and general improvements.

v4.1.0 2025.5

Added

  • Integration with Registro Nacional de Identificación y Estado Civil (RENIEC) enabling validation and verification of Peruvian identities.
  • Minor bug fixes and general improvements.

v4.0.1 2025.4

Added

  • Major API version updated configuration schema.