> For the complete documentation index, see [llms.txt](https://docs.caf.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caf.io/caf-sdk/ios/standalone-modules/caffaceauth/release-notes.md).

# Release Notes

### Feb 09, 2026

#### `CafFaceAuth 6.6.0`

{% hint style="warning" %}
Versions earlier than 6.6.0 will result iProov Liveness to become inoperable as of March 12, 2026. To ensure proper functionality and service continuity, please use version 6.6.0 or later.
{% endhint %}

**Updates**

* Minimum supported iOS version updated to **15.0+**.
* Updated iProov dependency to **13.1.0**.

**Important Notice**

* Reverse proxy support will be discontinued in a future release. A necessary iProov-related update is required to keep iProov working and prevent certificate issues. **After March 15, 2026, Faceliveness and Faceauth services could be unavailable.**

### Jun 30, 2025

#### `CafFaceAuth 6.5.0`

**Updates**

* We started the deprecation process for standalone modules, please migrate to [CafSDK](/caf-sdk/ios/getting-started-with-the-sdk-2.md)

## Jun 09, 2025

### `CafFaceAuth 6.4.0`

#### Updates

* Implementation new method `.setCustomLocalization(named: String?)` to customize iproov strings

## December 31, 2025

### `CafFaceAuth 6.3.0`

#### Updates

* Implementation of a new analytics route

## December 17, 2024

### `CafFaceAuth 6.2.1`

#### Updates

* Improved analytics
* Updated dependency to Faceliveness `6.3.2`

## December 04, 2024

### `CafFaceAuth 6.2.0`

#### Breaking Changes

* Sdk name renamed from `FaceAuth` to `CafFaceAuth`

#### Updates

* Implementing reverse proxy methods
* Distribution of the SDK on [SPM](https://github.com/combateafraude/CafFaceAuth)
* Improved Analytics
* Update dependency to Faceliveness `6.3.0`

## September 24th, 2024

### `FaceAuth 6.1.0`

#### Updates

* Server request timeout updated to 20s.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.caf.io/caf-sdk/ios/standalone-modules/caffaceauth/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
