> For the complete documentation index, see [llms.txt](https://doc.ozforensics.com/oz-knowledge-ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/api/oz-api-lite/zhurnal-izmenenii.md).

# Журнал изменений

#### 1.2.5 — 29.06.2026 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Обновления безопасности.

#### 1.2.3 — 21.11.2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Исправили ошибку, иногда возникавшую при генерации параметров `time_created` и `folder_id` метода Detect.
* Обновления безопасности.

#### 1.2.2 — 17.10.2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Обновили модели.

#### 1.2.1 — 05.09.2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* С помощью метода Liveness detect теперь можно отправить не более 10 файлов в одном запросе, при этом размер каждого файла не должен превышать 15 МБайт.
* Обновили список жестов, которые поддерживают отправку лучшего кадра (best\_shot): включили повороты, наклон и подъем головы, а также улыбку и моргание.

#### 1.2.0 — 26.07.2024 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Обновили метод [Liveness detect](/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/api/oz-api-lite/api-methods.md#detect-obnaruzhenie-prezentacionnykh-atak): теперь он работает также и с видео и архивами.

#### 1.1.1 — 28.11.2022 <a href="#h.uj47fqp0ypp6" id="h.uj47fqp0ypp6"></a>

* Добавили [метод для проверки версий компонентов](/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/api/oz-api-lite/api-methods.md#version-proverka-versii-komponentov).

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

* API Lite теперь работает и с base64.

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

* Улучшили биометрическую модель.
* Добавили режим 1:N.

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

* Добавили политику CORS.
* Подготовили первую версию документации.

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

* Переработали сообщения об ошибках, теперь они более информативны.
* Упростили операции Liveness/Detect.

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

* Переработали ядро.
* Добавили операции для защиты от спуфинга.

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

* Добавили операцию extract\_and\_compare.


---

# 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://doc.ozforensics.com/oz-knowledge-ru/rukovodstva/rukovodstvo-razrabotchika/api/oz-api-lite/zhurnal-izmenenii.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.
