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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# {{ ydb-short-name }} CLI changelog
2
2
3
+
## Version 2.16.0 {#2-16-0}
4
+
5
+
Released on November 26, 2024. To update to version **2.16.0**, select the [Downloads](downloads/index.md#ydb-cli) section.
6
+
7
+
### Features
8
+
9
+
* Improved throughput of the `{{ ydb-cli }} import file csv` command by up to 3 times.
10
+
* Added support for running the [stock benchmark](./reference/ydb-cli/commands/workload/stock.md) with [column-oriented tables](./concepts/datamodel/table.md#column-oriented-tables).
11
+
* Added support for [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)–formatted timestamps in `{{ ydb-cli }} topic` commands.
12
+
* Added the `--explain-ast` option to the `ydb sql` command, which prints the query AST.
13
+
* Added ANSI SQL syntax highlighting in interactive mode.
14
+
* Added support for [PostgreSQL syntax](./postgresql/intro.md) in the `{{ ydb-cli }} workload tpch` and `{{ ydb-cli }} workload tpcds` benchmarks.
15
+
* Introduced the `-c` option for the `{{ ydb-cli }} workload tpcds run` command to compare results with expected values and display differences.
16
+
* Added log events for the `{{ ydb-cli }} tools dump` and `{{ ydb-cli }} tools restore` commands.
17
+
* Enhanced the `{{ ydb-cli }} tools restore` command to display error locations.
18
+
19
+
### Backward incompatible changes
20
+
21
+
* Changed the default value of the `{{ ydb-cli }} topic write` command's `--codec` option to `RAW`.
22
+
23
+
### Bug fixes
24
+
25
+
* Fixed the progress bar in the `{{ ydb-cli }} workload import` command.
26
+
* Resolved an issue where restoring from a backup using the `--import-data` option could fail if the table's partitioning had changed.
27
+
3
28
## Version 2.10.0 {#2-10-0}
4
29
5
30
Released on June 24, 2024. To update to version **2.10.0**, select the [Downloads](downloads/index.md#ydb-cli) section.
Copy file name to clipboardExpand all lines: ydb/docs/ru/core/changelog-cli.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
# Список изменений {{ ydb-short-name }} CLI
4
4
5
+
## Версия 2.16.0 {#2-16-0}
6
+
7
+
Дата выхода 26 ноября 2024. Для обновления до версии **2.16.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
8
+
9
+
### Функциональность
10
+
11
+
* Увеличена пропускная способность команды `{{ ydb-cli }} import file csv` примерно в 3 раза.
12
+
* Добавлена поддержка [stock-нагрузки](./reference/ydb-cli/commands/workload/stock.md) для [колоночных таблиц](./concepts/datamodel/table.md#column-oriented-tables).
13
+
* Реализована поддержка временных меток в формате [ISO 8601](https://ru.wikipedia.org/wiki/ISO_8601) для команд `ydb topic`.
14
+
* В команду `{{ ydb-cli }} sql` добавлена опция `--explain-ast`, которая выводит AST запроса.
15
+
* Добавлена подсветка синтаксиса ANSI SQL в интерактивном режиме.
16
+
* В команды `{{ ydb-cli }} workload tpch` и `{{ ydb-cli }} workload tpcds` добавлена поддержка синтаксиса PostgreSQL.
17
+
* В команду `{{ ydb-cli }} workload tpcds run` добавлена опция `-c` для сравнения результата с ожидаемым значением и отображения различий.
18
+
* В команды `{{ ydb-cli }} tools dump` и `{{ ydb-cli }} tools restore` добавлено логирование событий.
19
+
* В команду `{{ ydb-cli }} tools restore` добавлено указание места возникновения ошибки.
20
+
21
+
### Изменения с потерей обратной совместимости
22
+
23
+
* В команде `{{ ydb-cli }} topic write` для опции `--codec` значение по умолчанию изменено на `RAW`.
24
+
25
+
### Исправления ошибок
26
+
27
+
* Исправлен progress bar для команды `ydb workload import`.
28
+
* Устранена ошибка восстановления из резервной копии с использованием опции `--import-data`, возникавшая при изменении партиционирования таблицы.
29
+
5
30
## Версия 2.10.0 {#2-10-0}
6
31
7
32
Дата выхода 24 июня 2024. Для обновления до версии **2.10.0** перейдите в раздел [Загрузки](downloads/index.md#ydb-cli).
0 commit comments