# Major Release - 11/06/24

### **Removal and Replacement of Data Validation Feature:**&#x20;

* **Deprecated Feature**: The `setDataValidation` function has been removed.
* **New Feature**: Introducing `Document Verification Plus` via the `setDocumentVerificationPlus` function.

**Developer Action**: Replace instances of `setDataValidation` with `setDocumentVerificationPlus` to utilize the enhanced verification capabilities.

### **Introduction of Advanced Confidence Feature**

* **New Feature**: Advanced Confidence, providing visual checks for potential fraud detection over face image and text in the Egyptian national ID.

**Developer Action**: Implement the Advanced Confidence feature through the `setAdvancedConfidence` to enhance fraud detection and verification processes.

### iOS

#### [<mark style="color:blue;">Version 3.0.0</mark>](/valify-ios-sdk-documentation/document-capture/ios-native-sdk.md)

### Android

#### [<mark style="color:blue;">Version 3.0.0</mark>](/valify-ios-sdk-documentation/document-capture/android-native-sdk.md)

### React Native

#### &#x20;[<mark style="color:blue;">Version 3.0.0</mark>](/valify-ios-sdk-documentation/document-capture/react-native-plugin.md)


---

# Agent Instructions: 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:

```
GET https://valify.gitbook.io/valify-ios-sdk-documentation/document-capture/release-notes/major-release-11-06-24.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
