diff options
| author | zousar <[email protected]> | 2025-12-19 00:53:32 -0700 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-12-19 00:53:32 -0700 |
| commit | 108d2e4afed8759aedbd73ba70a5b363ca72aac1 (patch) | |
| tree | a4e93a0e45780639683ff1168b7ebab832b815bb | |
| parent | Ensure upstream put propagation includes overwrite (diff) | |
| download | zen-108d2e4afed8759aedbd73ba70a5b363ca72aac1.tar.xz zen-108d2e4afed8759aedbd73ba70a5b363ca72aac1.zip | |
Changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b95f9c4f..302b2ad67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## +- Improvement: Enable limit-overwrite behavior by default +- Bugfix: Upstream propagation of Put operations would not retain the overwrite cache policy if it was used + +## 5.7.15 - Feature: `zen oplog-export`, `zen oplog-import` and `zen oplog-download` now has options to boost workers - `--boost-worker-count` - Increase the number of worker threads - may cause computer to be less responsive - `--boost-worker-memory` - Increase the limit where we write downloaded data to temporary storage to conserve space - may cause computer to be less responsive due to high memory usage |