diff options
| author | YDBot <[email protected]> | 2026-02-13 06:42:23 +0000 |
|---|---|---|
| committer | YDBot <[email protected]> | 2026-02-13 06:42:23 +0000 |
| commit | 78ed3bd19820de066003e10d2e45147c7f0e620b (patch) | |
| tree | aa29e04818e567c88ef235a43c6d085a2798fd55 | |
| parent | f6118509e725f00bdd2c83d8a650d30b9b45f2ed (diff) | |
YDB CLI release 2.29.0CLI_2.29.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 d53ff2e7f91..520b2c12328 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.29.0 ## + * Fixed Out Of Memory issue in the `ydb workload query run` command for queries with large result sets. * Improved the `ydb init` and `ydb config profile` commands with interactive menus. * Added download progress bar to the `ydb update` command. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index 90efbd4e31e..f01356823fd 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.28.0 +2.29.0 |
