diff options
| author | Stefan Boberg <[email protected]> | 2023-12-11 11:55:36 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-11 11:55:36 +0100 |
| commit | 2e80b0c6ffe13a90ac2035bfc49a04950f305bd6 (patch) | |
| tree | 0078891b33a5c24df1ab36fad2762d580d8d3ac3 | |
| parent | added details to trace initialization (#588) (diff) | |
| download | zen-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.md | 4 |
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 |