aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 792e3a4c9..2e21096ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
##
+- Feature: Disk size triggered GC, a soft disk usage limit for cache data.
+- Feature: New option `--gc-disk-size-soft-limit` (command line), `gc.cache.disksizesoftlimit` (lua config) controlling limit for soft disk usage limit. Defaults to zero which disables soft disk usage limit.
+- Improvement: Disk write pressure in GC log and cleaned up clutter in GC logging.
- Bugfix: Always store records or oplog entries before storing attachments to avoid GC finding unreferenced chunks i CidStore
+- Changed: Reduced GC `INFO` spam by converting to `DEBUG` log messages
## 0.1.9
- Feature: Adds two command to Zen command tool to export/import project store oplogs with attachments