diff options
author | Nikolay Perfilov <pnv1@yandex-team.ru> | 2024-11-26 17:44:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 17:44:09 +0300 |
commit | ec094862c2bd704e1273557aaaad9a5619d31281 (patch) | |
tree | 8b44938eb120d0fa7e04b792c7691f0e7e4e97e0 | |
parent | 806d77103e5cb80c90102ffe61063f365e06e1a4 (diff) | |
download | ydb-CLI_2.16.0.tar.gz |
Increment YDB CLI version to 2.16.0 (#12015)CLI_2.16.0
-rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 3 | ||||
-rw-r--r-- | ydb/apps/ydb/version.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index c766b46633..c8568d0335 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.16.0 ## + * Improved throughput of `ydb import file csv` command. It is now approximately x3 times faster * Allow running stock bench for `OLAP` shards * Specify more clearly what concrete type of timestamp is in options in `ydb topic` commands diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index 68e69e405e..7524906967 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.15.0 +2.16.0 |