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.24.0 {#2-24-0}
4
+
5
+
Released on July 23, 2025. To update to version **2.24.0**, select the [Downloads](downloads/ydb-cli.md) section.
6
+
7
+
### Features
8
+
9
+
* Added the ability for the `{{ ydb-cli }} workload tpch` and `{{ ydb-cli }} workload tpcds`[commands](./reference/ydb-cli/commands/workload/index.md) to use a fractional value for the `--scale` option, specifying a percentage of the full benchmark's data size and workload.
10
+
* Added the `{{ ydb-cli }} workload tpcc check` command to check TPC-C data consistency.
11
+
12
+
### Improvements
13
+
14
+
* Changed the default storage type in `{{ ydb-cli }} workload * init`[commands](./reference/ydb-cli/commands/workload/index.md) to `column` (from `row`), and the default datetime mode to `datetime32` (from `datetime64`).
15
+
16
+
### Bug fixes
17
+
18
+
* Fixed an issue where the `{{ ydb-cli }} import file csv`[command](./reference/ydb-cli/export-import/import-file.md) could get stuck during execution.
19
+
3
20
## Version 2.23.0 {#2-23-0}
4
21
5
22
Released on July 16, 2025. To update to version **2.23.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.24.0 {#2-24-0}
4
+
5
+
Дата выхода 23 июля 2025. Для обновления до версии **2.24.0** перейдите в раздел [Загрузки](downloads/ydb-cli.md).
6
+
7
+
### Функциональность
8
+
9
+
* Добавлена возможность для [команд](./reference/ydb-cli/commands/workload/index.md)`{{ ydb-cli }} workload tpch` и `{{ ydb-cli }} workload tpcds` использовать опцию `--scale` c дробным значением, что позволяет задавать долю от полного объёма данных и нагрузки бенчмарка.
10
+
* Добавлена команда `{{ ydb-cli }} workload tpcc check` для проверки целостности данных TPC-C.
11
+
12
+
### Улучшения
13
+
14
+
* Тип хранения по умолчанию [в командах](./reference/ydb-cli/commands/workload/index.md)`{{ ydb-cli }} workload * init` изменён на `column` (было `row`), а режим работы с датой и временем по умолчанию — на `datetime32` (было `datetime64`).
15
+
16
+
### Исправления ошибок
17
+
18
+
* Исправлена проблема, из-за которой [команда](./reference/ydb-cli/export-import/import-file.md)`{{ ydb-cli }} import file csv` могла зависать.
19
+
3
20
## Версия 2.23.0 {#2-23-0}
4
21
5
22
Дата выхода 16 июля 2025. Для обновления до версии **2.23.0** перейдите в раздел [Загрузки](downloads/ydb-cli.md).
0 commit comments