aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-12-17 14:09:44 +0100
committerDan Engelbrecht <[email protected]>2025-12-17 14:09:44 +0100
commita3cce623b8e2755524d90de75184f920817bbb16 (patch)
treeb4ac8dba31473c1bfa4f25d0645a8bbf7c61fc4e
parentremove error warning in output (#695) (diff)
downloadzen-a3cce623b8e2755524d90de75184f920817bbb16.tar.xz
zen-a3cce623b8e2755524d90de75184f920817bbb16.zip
changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8b284c3d..2b95f9c4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,6 @@
- `--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
- `--boost-workers` - Enables both 'boost-worker-count' and 'boost-worker-memory' - may cause computer to be less responsive
-- Bugfix: Upload of oplogs could reference multiple blocks for the same chunk causing redundant downloads of blocks
- Improvement: At end of `zen builds download` and `zen oplog-import` we now show information over the source of the data - cache, cloud storage, s3/azure, replication
- Improvement: Use the improved block reuse selection function from `zen builds upload` in `zen oplog-export` to reduce oplog download size
- Improvement: Remove duplicate download of chunks from different blocks in `zen oplog-export`
@@ -12,6 +11,7 @@
- `--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
- `--boost-workers` - Enables both 'boost-worker-count' and 'boost-worker-memory' - may cause computer to be less responsive
+- Bugfix: Upload of oplogs could reference multiple blocks for the same chunk causing redundant downloads of blocks
- Bugfix: Fixed warning due to calling std::filesystem::equivalent on a non-existing path (again)
## 5.7.14