aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-16 21:57:19 +0200
committerStefan Boberg <[email protected]>2023-05-16 21:57:19 +0200
commitbf5f8c1f067065a8190cb9bca279dcf132dd0b7f (patch)
treef3b66ff0227dfe7e4ab38640ce892e2a36c97ea7
parentContent scrubbing (#271) (diff)
downloadzen-bf5f8c1f067065a8190cb9bca279dcf132dd0b7f.tar.xz
zen-bf5f8c1f067065a8190cb9bca279dcf132dd0b7f.zip
amended CHANGELOG.md with recent changes
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8e8062a1..70bd322be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
##
+- Feature: zenserver/zen: Added zen command line command `scrub` which can be used to trigger a data scrubbing pass which traverses all stored data and verifies its integrity. If any checksum mismatches or structural errors are found the content is dropped. For now this does not provide much feedback in the console, but the zenserver logs will contain information about the operation
+- Feature: zen: added zen `bench` command which has an option to empty Windows standby lists. This effectively empties the system (disk) cache, which can be useful when performing benchmarks since this puts the system in a more consistent state
+- Feature: zen: added zen `copy` command which can be used to perform copy-on-write copies of files and directories on supported file systems (i.e ReFS on Windows). This is useful when working with test datasets where you want to avoid tests modifying the original test data
- Feature: zenserver: Add command line option `--gc-projectstore-duration-seconds` to control GC life time of project store data
- Bugfix: Improve error handling when processing requests in http asio
- Bugfix: Error out if `test` is passed to zenserver in release builds (tests are only compiled in for debug)