You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/docs/en/core/changelog-cli.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# {{ ydb-short-name }} CLI changelog
2
2
3
+
## Version 2.27.0 {#2-27-0}
4
+
5
+
Released on October 30, 2025. To update to version **2.27.0**, select the [Downloads](downloads/ydb-cli.md) section.
6
+
7
+
### Features
8
+
9
+
* Added the `--exclude` option to the `{{ ydb-cli }} import s3`[command](./reference/ydb-cli/export-import/import-s3.md), allowing schema objects to be excluded from the import if their names match a pattern.
10
+
* Added the `{{ ydb-cli }} admin cluster state fetch` command to collect information about cluster nodes' state and metrics.
11
+
* Added [transfer](./concepts/transfer.md) objects support to the `{{ ydb-cli }} tools dump`[command](./reference/ydb-cli/export-import/tools-dump.md) and `{{ ydb-cli }} tools restore`[command](./reference/ydb-cli/export-import/tools-restore.md).
12
+
* Added a new `--retention-period` option to the `{{ ydb-cli }} topic` subcommands. Usage of the legacy `--retention-period-hours` option is discouraged.
13
+
* The `{{ ydb-cli }} topic consumer add`[command](./reference/ydb-cli/topic-consumer-add.md) now has a new `--availability-period` option, which overrides the consumer's retention guarantee.
14
+
* The `{{ ydb-cli }} workload vector`[commands](./reference/ydb-cli/commands/workload/index.md) now support `build-index` and `drop-index` subcommands.
15
+
16
+
### Bug fixes
17
+
18
+
* Fixed a bug where the `{{ ydb-cli }} debug ping` command crashed on any error.
19
+
3
20
## Version 2.26.0 {#2-26-0}
4
21
5
22
Released on September 25, 2025. To update to version **2.26.0**, select the [Downloads](downloads/ydb-cli.md) section.
Copy file name to clipboardExpand all lines: ydb/docs/ru/core/changelog-cli.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Список изменений {{ ydb-short-name }} CLI
2
2
3
+
## Версия 2.27.0 {#2-27-0}
4
+
5
+
Дата выхода 30 октября 2025. Для обновления до версии **2.27.0** перейдите в раздел [Загрузки](downloads/ydb-cli.md).
6
+
7
+
### Функциональность
8
+
9
+
* Добавлена опция `--exclude` в [команду](./reference/ydb-cli/export-import/import-s3.md)`{{ ydb-cli }} import s3`, позволяющая исключать схемные объекты из импорта по шаблону имени.
10
+
* Добавлена команда `{{ ydb-cli }} admin cluster state fetch` для сбора информации о состоянии узлов кластера и метриках.
11
+
* Добавлена поддержка объектов типа [трансфер](./concepts/transfer.md) при выполнении [команды](./reference/ydb-cli/export-import/tools-dump.md)`{{ ydb-cli }} tools dump` и [команды](./reference/ydb-cli/export-import/tools-restore.md)`{{ ydb-cli }} tools restore`.
12
+
* Добавлена новая опция `--retention-period` в подкоманды `{{ ydb-cli }} topic`. Использование устаревшей опции `--retention-period-hours` не рекомендуется.
13
+
* В [команде](./reference/ydb-cli/topic-consumer-add.md)`{{ ydb-cli }} topic consumer add` появилась новая опция `--availability-period`, которая переопределяет гарантию удержания для читателя.
14
+
* В [командах](./reference/ydb-cli/commands/workload/index.md)`{{ ydb-cli }} workload vector` добавлены подкоманды `build-index` и `drop-index`.
15
+
16
+
### Исправления ошибок
17
+
18
+
* Исправлена ошибка, из-за которой команда `{{ ydb-cli }} debug ping` аварийно завершалась.
19
+
3
20
## Версия 2.26.0 {#2-26-0}
4
21
5
22
Дата выхода 25 сентября 2025. Для обновления до версии **2.26.0** перейдите в раздел [Загрузки](downloads/ydb-cli.md).
0 commit comments