diff options
author | YDBot <[email protected]> | 2025-09-26 06:11:39 +0000 |
---|---|---|
committer | YDBot <[email protected]> | 2025-09-26 06:11:39 +0000 |
commit | aff9fa225b45de7947698cd6e573bf2961741da7 (patch) | |
tree | 0d6930f7819b4285d43af7b5d97408dd3af2ef5c | |
parent | a7e5af7043672a57f330696519f435f19fcd03d0 (diff) |
YDB CLI release 2.26.0CLI_2.26.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 d210a578a3f..be11f486462 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.26.0 ## + * Added the `--no-merge` and `--no-cache` options to the `ydb monitoring healthcheck` command. * Added query compilation time statistics to the `ydb workload * run` command. * **_(Requires server v25.4+)_** Added the `--replace-sys-acl` option to the `tools restore` command, which specifies whether to replace ACL for system objects. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index 5c18f9195b5..7a25c70f90c 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.25.0 +2.26.0 |