diff options
author | Nikolay Perfilov <[email protected]> | 2025-05-22 16:44:47 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2025-05-22 16:44:47 +0300 |
commit | 77f15659733a40d1f5f74739c2881026d6879dcc (patch) | |
tree | 7d81c8c471d8cf6e9d8ac6eca8c0c895b540737b | |
parent | 0323e5e78ecf518557e4e5cfad9f1d5b6827baa6 (diff) |
Increment YDB CLI version to 2.21.0 (#18670)CLI_2.21.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 e329cb4bd3d..7fcd5b67e7a 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.21.0 ## + * Fixed a bug where ydb cli was trying to read parameters from stdin even if it had no data. * Add `--replace` option to `ydb tools restore` command. If enabled, scheme objects present in the backup would be dropped before restoring. * Added date range parameters (--date-to, --date-from to support uniform PK distribution) for ydb workload log run operations including bulk_upsert, insert, and upsert diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index 7329e21c3bd..db65e2167ef 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.20.0 +2.21.0 |