diff options
author | Nikolay Perfilov <pnv1@yandex-team.ru> | 2025-02-02 23:33:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 23:33:37 +0300 |
commit | 9eb5ef270c085a5de742917a9dd359bb80d5ede7 (patch) | |
tree | eaab0be5a2be43152386a7f8c5905b108483c3e4 | |
parent | 680403efcce5e4b4b693aa046d8b62d22b7e094d (diff) | |
download | ydb-9eb5ef270c085a5de742917a9dd359bb80d5ede7.tar.gz |
Increment YDB CLI version to 2.19.0 (#14105)CLI_2.19.0
-rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 4 | ||||
-rw-r--r-- | ydb/apps/ydb/version.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 5a66ccef9a..8eb0291f3d 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.19.0 ## + * Added some temporary changes to experimental `ydb admin storage` command for internal usage * Added message query text if query fails in `ydb workload run` comamnd. * Enable view exports and imports. Views are exported as `CREATE VIEW` YQL statements which are executed on import. @@ -13,7 +16,6 @@ * Added `--skip-checksum-validation` option to `ydb import s3` command to skip server-side checksum validation. * Added new experimental options for `ydb debug ping` command: `--chain-length`, `--chain-work-duration`, `--no-tail-chain`. - ## 2.18.0 ## * _awaiting release ydb server 24.4_ Query plan and statistics provide additional information: diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index cf8690732f..ef0f38abe1 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.18.0 +2.19.0 |