> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/products/landing/changelog.md).

# Changelog

## Latest version

### **Version:** 1.0.0

February 2026

### What's new

#### Anti-Spoofing detection support in facial verification

The platform now supports configuring the anti-spoofing module within the facial verification widget (Selphi). When this option is enabled, the system is able to detect identity spoofing attempts during the biometric capture process.

The anti-spoofing analysis results are automatically included in the callback response once the process is complete, allowing integrators to make decisions based on the capture confidence level.

> **Note for integrators:** If you use the Selphi widget in iframe mode and enable anti-spoofing, review your integration environment configuration. Since iframe mode does not support the anti-spoofing feature.

***

#### Tokenization of biometric data

The Landing API now supports tokenization of biometric data processed during the Flow. This enhancement allows images and data captured during authentication and identification to be returned in tokenized format, increasing security in the handling of sensitive information.

This functionality requires configuration of a compatible tokenizing service and is available for the facial authentication (Selphi) and document identification (SelphID) modules.

***

#### New error state: timeout exceeded

Explicit support has been added for the state `WAITING_TIME_EXCEEDED`. When an asynchronous Flow exceeds the configured timeout, the platform now correctly records and communicates this state as the terminal result of the operation, instead of leaving it unclassified.

***

#### SDK Web updated to version 1.6.6

The platform incorporates version 1.6.6 of Facephi's SDK Web, which includes the latest fixes and improvements to the biometric engine.

***

#### Full dependency update

A major update has been made to all project dependencies, which removes known vulnerabilities and improves overall system stability.

***

#### Internal improvements

The following improvements affect the internal behavior of the platform and do not require changes to your integration, but they contribute to system stability and diagnostic capabilities:

* **Structured logging system:** A new logging framework has been introduced that improves the traceability of operations, including request correlation, sanitization of sensitive data in logs, and better context in error events.
* **Improved observability:** Incorporation of new monitoring dashboards for metrics, logs, and distributed traces from the API.
* **Support for local Kubernetes:** Improvements in the development infrastructure that allow the entire environment to be run locally to facilitate the work of integration teams.

***

### Bug Fixes

#### Callbacks are now always sent with complete information

A behavior has been corrected where, under certain circumstances, the platform did not send the complete information to the callback webhook after completing an operation. From this version on, the callback is always sent with all the result data, regardless of the Flow's final state.

Additionally, callback results are now returned sorted from newest to oldest, making it easier to manage multiple operations.

***

#### Correction in URL generation with custom domains

An error has been corrected in URL generation when custom domains are used in the Landing configuration. The system now produces the correct URL in all configuration scenarios.

***

#### Improved validation in widget configuration

The error messages and validation logic when configuring widgets in the builder have been corrected, providing clearer information when the entered parameters are not valid.

## Previous versions

{% content-ref url="/pages/4e2c68318746055e9be089555b10686f1e1eac80" %}
[Version 1.0.0](/docs.facephi-en/products/landing/changelog/version-1.0.0.md)
{% endcontent-ref %}
