aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-10-30 09:55:57 +0100
committerDan Engelbrecht <[email protected]>2023-10-30 09:55:57 +0100
commit74766ca8cb759df5f49a1be78a89f25efd04dcb9 (patch)
tree51be43797e9dd20d0f114c165615ae2c30b1f52e
parentNew GC implementation (#459) (diff)
downloadzen-74766ca8cb759df5f49a1be78a89f25efd04dcb9.tar.xz
zen-74766ca8cb759df5f49a1be78a89f25efd04dcb9.zip
fix changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 092272675..8d0e413e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
##
+- Feature: New garbage collection implementation, still in evaluation mode. Enabled by `--gc-v2` command line option
- Bugfix: Build script now sets up arch properly when running tests on MacOS
## 0.2.30
@@ -12,7 +13,6 @@
- Feature: New endpoint `/admin/flush ` to flush all storage - CAS, Cache and ProjectStore
- Feature: New command `zen flush` to flush all storage - CAS, Cache and ProjectStore
- Feature: Added `--cache-memlayer-sizethreshold` option to zenserver to control at which size cache entries get cached in memory
-- Feature: New garbage collection implementation, still in evaluation mode. Enabled by `--gc-v2` command line option
- Bugfix: Filter cache keys against set of expired cache keys, not against set of CAS keys to keep
- Bugfix: Fix implementation when claiming GC reserve during GC
- Bugfix: Catch exceptions when processing requests with asio http and log errors