aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-12-11 11:55:36 +0100
committerGitHub <[email protected]>2023-12-11 11:55:36 +0100
commit2e80b0c6ffe13a90ac2035bfc49a04950f305bd6 (patch)
tree0078891b33a5c24df1ab36fad2762d580d8d3ac3
parentadded details to trace initialization (#588) (diff)
downloadzen-2e80b0c6ffe13a90ac2035bfc49a04950f305bd6.tar.xz
zen-2e80b0c6ffe13a90ac2035bfc49a04950f305bd6.zip
Update CHANGELOG.md
failed to push my edit to CHANGELOG.md before merging to main...
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d38746af..9a22b5f97 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,10 @@
- Improvement: Pass lock scope to helper functions to clarify locking rules
- Improvement: Block flush and gc operations for a bucket that is not yet initialized
- Improvement: Add ZenCacheDiskLayer::GetOrCreateBucket to avoid code duplication
+- Improvement: Scrub operation now validates compressed buffer hashes in filecas storage (used for large chunks)
+- Improvement: Added `--dry`, `--no-gc` and `--no-cas` options to `zen scrub` command
+- Improvement: Implemented oplog scrubbing (previously was a no-op)
+- Improvement: Implemented support for running scrubbint at startup with --scrub=<options>
## 0.2.35
- Bugfix: Fix timeout calculation for semtimedop call