diff options
| -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 |