# Changelog

#### 9.1.0  – May 15, 2026

* Implemented OzCapsula functionality.
* The `analyze` method now correctly handles errors from native SDK’s `AnalysisRequest`.

#### 8.23.1  – Mar. 27, 2026

* **Android:**
  * Fixed the bug with SDK crashes caused by the “Invalid to call at Released state” and “Pending dequeue output buffer request cancelled” errors.
  * Fixed the bug with "java.util.concurrent.TimeoutException" causing crashes.
  * Android SDK now passes orientation and media type tags along with the action one.
  * Fixed the bug with green videos appearing on some devices.
  * Resolved the issue with occasional SDK crashes caused by restrictions of device camera.
  * Fixed minor bugs.
  * Enhanced security.
* **iOS:**
  * Now you can set a custom localization. Use the `setLocalizationValue` method.
  * Long antiscam messages are now displayed properly.
  * SDK no longer crashes when Liveness screen is called several times in a row with short intervals.
  * Resolved the issue with container errors not being returned.

#### 8.22.0  – Dec. 23, 2025

* Changed the way you add our SDK to pubspec.yaml. Please check the [installation section](/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/flutter/how-to-install-and-use-oz-flutter-plugin.md#installation-and-licensing).
* **Android:**
  * Fixed the bug with green videos on some smartphone models.
  * Fixed occasional SDK crashes in specific cases and / or on specific devices.
  * Resolved the issue with `mediaId` appearing null.
  * Improved SDK performance for some devices.
  * Updated SDK to support the upcoming security features.
  * Enhanced security.
* **iOS:**
  * Fixed the bug with crashes that might happen during the Biometry analysis after taking a reference photo using camera.
  * Resolved the issue with SDK not returning the license-related callbacks.
  * Resolved the issue with SDK sometimes not responding to user actions on some devices.
  * Updated SDK to support the upcoming security features.
  * Enhanced security.

#### 8.19.0  – Nov. 24, 2025

* **Android:**&#x20;
  * Resolved an issue with warning that could appear when running Fragment.
  * SDK no longer crashes when calling `copyPlane`.
  * When you choose to send compressed videos for a hybrid analysis, SDK no longer saves original media as well as compressed.
* **iOS:**&#x20;
  * The **Scan** gesture animation now works properly.
  * Fixed the bug where SDK didn’t call completion during initialization in debug mode.
* Enhanced security.

#### 8.18.1  – Sept. 10, 2025

* `initSDK` in the iOS debugging mode now works properly.

#### 8.18.0  – Aug. 26, 2025

* You can now [run an analysis for the particular folder](/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/flutter/how-to-install-and-use-oz-flutter-plugin.md#run-analyses).
* Fixed an error in the example code.
* The **Scan** gesture hint is now properly voiced.
* If you try to delete the reference photo, SDK now asks you to confirm deletion.
* Background is no longer dark when you launch SDK.
* SDK no longer flips one of the images during the Biometry analysis.
* Fixed some bugs related to the on-device and hybrid analysis types.
* **Android:**
  * Added support for Google Dynamic Feature Delivery.
  * Resolved the issue with possible SDK crashes when closing the Liveness screen.
* **iOS:**&#x20;
  * Resolved the issue with integration via Swift UI.
* Enhanced security and updated telemetry.

#### 8.16.0 – Apr. 30, 2025

* Changed the wording for the `head_down` gesture: the new wording is “tilt down”.
* Updated the authorization logic.
* Improved voiceover.
* Bug fixes.
* Security updates.
* **Android:** you can now disable video validation that has been implemented to avoid recording extremely short videos (3 frames and less).
* **iOS:**&#x20;
  * SDK now compresses videos if their size exceeds 10 MB.
  * Head movement gestures are now handled properly.
  * Xcode updated to version 16 to comply with Apple requirements.

#### 8.14.0 – Dec. 17, 2024

* Security and telemetry updates.
* The SDK hints and UI controls can be voiced in accordance to WCAG requirements.
* Improved user experience with head movement gestures.
* **Android:**
  * Moved the large video compression step to the Liveness screen closure.
  * Fixed the bug when the best shot frame could contain an image with closed eyes.
  * Resolved codec issues on some smartphone models.
  * Fixed the bug when the recorded videos might appear green.
* **iOS:**&#x20;
  * Added Xcode 16 support.
  * The screen brightness no longer changes when the rear camera is used.
  * Fixed the video recording issues on some smartphone models.

#### 8.12.0 – Oct. 11, 2024

* The `executeLiveness` method is now deprecated, please use `startLiveness` instead.
* Updated the code needed to obtain the Liveness results.
* Security and telemetry updates.

#### 8.8.2 – June 27, 2024

* Added descriptions for the errors that occur when providing an empty string as an ID in the `addFolderID` (iOS) and `setFolderID (Android)` methods.
* **Android:**
  * Fixed a bug causing an endless spinner to appear if the user switches to another application during the Liveness check.
  * Fixed some smartphone model specific-bugs.
* Security and logging updates.

#### 8.6.0 – Apr. 15, 2024

* **Android:**&#x20;
  * Upgraded the on-device Liveness model.
  * Security updates.
* **iOS:**&#x20;
  * The messages displayed by the SDK after uploading media have been synchronized with Android.
  * The bug causing analysis delays that might have occurred for the **One Shot** gesture has been fixed.

#### 8.5.0 – Mar. 20, 2024

* The length of the **Selfie** gesture is now [configurable](/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/flutter/flutter-sdk-methods-and-properties.md#setselfielength) (affects the video file size).
* Removed the pause after the **Scan** gesture.
* Security and logging updates.
* Bug fixes.
* **Android:** if the recorded video is larger than 10 MB, it gets compressed.

#### 8.4.0 – Jan. 11, 2024

* **Android:** updated the on-device Liveness model.
* **iOS:** changed the default behavior in case a localization key is missing: now the English string value is displayed instead of a key.
* Fixed some bugs.

#### 8.3.0 – Nov. 30, 2023

* Implemented the possibility of using a master license that works with any `bundle_id`.
* Fixed the bug with background color flashing.
* Video compression failure on some phone models is now fixed.

#### 8.2.0 – Nov. 17, 2023

* Initial release.


---

# 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://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/flutter/changelog.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.
