# Changelog

#### 1.2.3 – Nov., 2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Fixed the bug with the `time_created` and `folder_id` parameters of the Detect method that sometimes might have been generated incorrectly.
* Security updates.

#### 1.2.2 – Oct. 17, 2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Updated models.

#### 1.2.1 – Sept. 05, 2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* The file size for the detect Liveness method is now capped at 15 MB, with a maximum of 10 files per request.
* Updated the gesture list for `best_shot` analysis: it now supports head turns (left and right), tilts (up and down), smiling, and blinking.

#### 1.2.0 – July 26, 2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Introduced the new [Liveness detect method](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/api/api-methods#detect-presentation-attack-detection) that can process videos and archives as well.

#### 1.1.1 – Nov. 28, 2022 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Added the [version check method](https://doc.ozforensics.com/oz-knowledge/guides/developer-guide/api/api-methods#version-component-version-check).

#### 1.1.0 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* API Lite now accepts base64.

#### 09.2021 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Improved the biometric model.
* Added the 1:N mode.

#### 08.2021 <a href="#h.1bknhdfi9us" id="h.1bknhdfi9us"></a>

* Added the CORS policy.
* Published the documentation.

#### 06.2021 <a href="#h.teqyyv6rc701" id="h.teqyyv6rc701"></a>

* Improved error messages – made them more detailed.
* Simplified the Liveness/Detect methods.

#### 04.2021 <a href="#h.sl4b2gfyl6uu" id="h.sl4b2gfyl6uu"></a>

* Reworked and improved the core.
* Added anti-spoofing algorithms.

#### 10.2020 <a href="#h.gas9m7p4oumk" id="h.gas9m7p4oumk"></a>

* Added the `extract_and_compare` method.


---

# 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/api/oz-api-lite/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.
