diff options
| -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 |