diff options
| author | zousar <[email protected]> | 2025-09-24 22:14:55 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-09-24 22:14:55 -0600 |
| commit | abd1ec66d1fef7f50851068c564db816d6efc7a8 (patch) | |
| tree | a7c57c6193769c674eb80ae50ed63da81ca83992 | |
| parent | Report Incomplete Records To Client (diff) | |
| download | zen-abd1ec66d1fef7f50851068c564db816d6efc7a8.tar.xz zen-abd1ec66d1fef7f50851068c564db816d6efc7a8.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 329031085..ae71d06a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,8 @@ - Improvement: Updated README.md to state the required version vcpkg - Improvement: Updated rpmalloc to latest from 'develop' stream, now also compiles on Linux/Mac - Improvement: Automatically remove enclosing quotes for `zen builds` `--wildcard` and `--exclude-wildcard` command line options -- Improvement: Change the responses from batch put operations to allow more detailed reporting by clients +- Improvement: Change the responses from batch put (record and value) operations to allow more detailed reporting by clients of non-determinism issues +- Improvement: Change the responses from get record operations to allow clients to report when partial records are incomplete - Improvement: `zen command` help now uses available horizontal space for output - Improvement: Partial block request analisys has been improved with reduced download size at lower number of requests - Improvement: Validate that `--zen-cache-host` exists and is responsive before begin used |