aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-05-12 15:41:15 +0200
committerDan Engelbrecht <[email protected]>2023-05-12 15:41:15 +0200
commita267c21d369bd017fdcb315b6251b65fa0a06927 (patch)
tree2e0804c87d76af843c34079fbd240bafd5370b2b
parentfix gc bucket index compaction (#299) (diff)
downloadzen-a267c21d369bd017fdcb315b6251b65fa0a06927.tar.xz
zen-a267c21d369bd017fdcb315b6251b65fa0a06927.zip
changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f798ae690..47ce391df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
##
- Feature: Gracefully exit if Ctrl-C is pressed
+- Feature: Structured cache now writes an activity log to `logs/c$` which may be used to understand client interactions better. Enabled by default for the time being
- Bugfix: Return error code on exit as set by application
- Bugfix: Fix crash at startup if dead process handles are detected in ZenServerState
- Bugfix: Fixed assert/error when running block store GC and a block to GC does not exist
@@ -11,7 +12,6 @@
- Feature: Disk writes are now blocked early and return an insufficient storage error if free disk space falls below the `--low-diskspace-threshold` value
- Feature: zenserver: Add command line option `--sentry-allow-personal-info` to allow personally identifiable information in sentry reports, disabled by default
- Feature: Age-based GC of oplogs in project store
-- Feature: Structured cache now writes an activity log to `logs/c$` which may be used to understand client interactions better. Enabled by default for the time being
- Improvement: Failing to write index snapshots or access times are now considered a warning rather than error
- Bugfix: Validate that block store entries points inside valid blocks when initializing
- Bugfix: Close down http server gracefully when exiting even while requests are still being processed