diff options
| author | Dan Engelbrecht <[email protected]> | 2023-11-13 22:09:04 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-11-13 22:09:04 +0100 |
| commit | 3ff9003229f2b7b478f099c58e5d8ca2bca050ac (patch) | |
| tree | 2c64cd565caf0befd328be6dcd7db7b74dc9c0d9 | |
| parent | 0.2.32 (diff) | |
| download | zen-3ff9003229f2b7b478f099c58e5d8ca2bca050ac.tar.xz zen-3ff9003229f2b7b478f099c58e5d8ca2bca050ac.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ef965ba..76c627dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ ## + +## 0.2.32 +- Feature: Writes a `gc.log` with settings and detailed result after each GC execution (version 2 only) +- Bugfix: Fix memory stop in disk cache bucket ReadManifest +- Improvement: Package dependency clean-ups + +## 0.2.31 - Feature: New parameter for endpoint `admin/gc` (GET) `details=true` which gives details stats on GC operation when using GC V2 - Feature: New options for zen command `gc-status` - `--details` that enables the detailed output from the last GC operation when using GC V2 - Feature: Add new `copy-state` zen command which copies a zenserver data directory state excluding bulk data for analysis purposes - Feature: New garbage collection implementation, still in evaluation mode. Enabled by `--gc-v2` command line option -- Feature: Writes a `gc.log` with settings and detailed result after each GC execution (version 2 only) - Feature: zen `print` command can now print the `gc.log` file - Feature: New option for zenserver - `--http-forceloopback` which forces opening of the server http server using loopback (local) connection only (UE-199776) - Bugfix: Build script now sets up arch properly when running tests on MacOS |