diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5d04e21..7c496fd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## - Bugfix: GC logging now correctly reports used/free disk space in log message -- Improvement: also reject bad bucket GET operations to prevent the buckets from being created on disk +- Feature: Add caching of referenced CId content for structured cache records, this avoid disk thrashing when gathering references for GC + - disabled by default, enable with `--cache-reference-cache-enabled` +- Improvement: Faster collection of referenced CId content in project store +- Improvement: Also reject bad bucket GET operations to prevent the buckets from being created on disk ## 0.2.27 - Bugfix: Remove double counting of memory usage in memcachelayer |