diff options
author | Aleksey Myasnikov <asmyasnikov@ydb.tech> | 2024-12-17 19:12:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 19:12:59 +0300 |
commit | 2d03a86acad4443b685bfa480ff2e642484e82d7 (patch) | |
tree | 14420b07b45664adf304ddc6504c649b2ba450ea | |
parent | 38ecaf99b585be149c06043e337ecc8d302efcda (diff) | |
download | ydb-CLI_2.18.0.tar.gz |
Increment YDB CLI version to 2.18.0 (#12688)CLI_2.18.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 1ed20e1f854..afa293f83b4 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.18.0 ## + * `ydb import file csv` command now saves import progress. Relaunching import command will continue from the line it was interrupted on * Use QueryService by default (`--executer generic`) in `ydb workload kv` and `ydb workload stock` commands * Use parquet format instead of CSV to fill tables in `ydb workload` benchmarks diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index d76bd2ba3ef..cf8690732fe 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.17.0 +2.18.0 |