> For the complete documentation index, see [llms.txt](https://docs.tumbler.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tumbler.app/ru/changelog.md).

# Changelog

## Для кого

Провайдеры, которым важно отслеживать изменения публичного контракта и планировать обновления.

## Что можно сделать

* Узнать, какие поля и правила добавлены или изменены.
* Планировать миграции и тесты совместимости.
* Проверить даты вступления изменений в силу.

## Примеры

* Добавление нового флага в `meta.capabilities`.
* Объявление переезда subscription URL.
* Введение **\[PAID]** функции.

## См. также

* [README.md](/ru/readme.md)
* [features/overview.md](/ru/funkcii/overview.md)
* [operations/mirrors-and-migration.md](/ru/uluchsheniya-posle-pervogo-zapuska/mirrors-and-migration.md)

## История

* **2026-07-01** — Добавлена английская ветка документации `provider-docs/en/` для отдельного GitBook space/variant. Поведение API не менялось.
* **2026-07-01** — Документация перестроена вокруг provider journey: сначала существующий subscription URL, затем `tumbler://add?link=...`, raw HTTPS или `crypt3`, и только потом форматы ответа, метаданные и расширенные функции. ACC callbacks сведены в один canonical раздел `features/acc-callbacks.md`. Поведение API не менялось.
* **2026-03-23** — В клиентском backend API изменено поведение `POST /v1/subscriptions/add`: повторный `add` от той же установки для уже привязанной подписки теперь возвращает `409 SUBSCRIPTION_ALREADY_ADDED` с рекомендацией использовать `/v1/subscriptions/sync` или `/v1/subscriptions/restore`. На формат provider subscription-ответа изменений нет.
* **2026-03-22** — В публичном API backend добавлен диагностический endpoint `GET /ping`, который возвращает текущую дату сервера в формате `YYYY-MM-DD` (UTC). На provider subscription-контракт влияния нет.
* **2026-03-09** — Начальный каркас документации для провайдеров; зафиксированы правила и структура.


---

# 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.tumbler.app/ru/changelog.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.
