From 5390f49808a3b4b040f17248f73160184cace3bf Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Tue, 17 Dec 2024 18:04:31 +0300 Subject: [PATCH 1/3] YDB CLI 2.18 --- ydb/apps/ydb/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 1ed20e1f8541..b97046f4abb3 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,5 @@ +## 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 From a475920433f815bedf26b8c373ab382214287fcb Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Tue, 17 Dec 2024 18:07:05 +0300 Subject: [PATCH 2/3] Update version.txt --- ydb/apps/ydb/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index d76bd2ba3eff..cf8690732fe3 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.17.0 +2.18.0 From 6864ae322ac83599689ab0417e5a9d4805e6c720 Mon Sep 17 00:00:00 2001 From: Aleksey Myasnikov Date: Tue, 17 Dec 2024 18:09:54 +0300 Subject: [PATCH 3/3] Apply suggestions from code review --- ydb/apps/ydb/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index b97046f4abb3..afa293f83b47 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,4 @@ + ## 2.18.0 ## * `ydb import file csv` command now saves import progress. Relaunching import command will continue from the line it was interrupted on