diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
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 |