diff options
| -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 7c17dd67072..c41e0696262 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.32.0 ## + * Added `--no-consumer` option to `ydb topic read` command. * Added an AI mode to the `ydb` interactive mode. Press Ctrl+T to switch to it. * Added `--codec kafka-batch`, `--batch-inner-codec`, `--batch-flush-interval`, `--batch-flush-size`, and `--batch-flush-message-count` options to `ydb workload topic run write|full` commands. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index bafceb320ec..7cca401c7f3 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.31.0 +2.32.0 |
