diff options
| author | Dan Engelbrecht <[email protected]> | 2023-01-24 23:36:25 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-01-24 23:36:25 +0100 |
| commit | 3246e5fd554ac088bcd4f3d81a314f0c995d897f (patch) | |
| tree | b891d60bd4c907c406372a28344fcf539f47dff6 | |
| parent | removed HttpLaunchService and related code (diff) | |
| download | zen-3246e5fd554ac088bcd4f3d81a314f0c995d897f.tar.xz zen-3246e5fd554ac088bcd4f3d81a314f0c995d897f.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2211b8404..61265733d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,23 @@ - Feature: Added project store oplog info: `markerpath`, `totalsize`, `opcount`, `expired` on GET requests for oplog - Feature: Added project store project info: `expired` on GET requests for project - Feature :Added project store root route `/prj` which is identical to `/prj/list` -- Feature: zen command line tool `cache-info` to show cache, namespace or bucket info -- Feature: zen command line tool `project-info` to show store, project or oplog info -- Feature: zen command line tool `project-drop` to drop project or oplog -- Feature: zen command line tool `gc` to trigger a GC run -- Feature: zen command line tool `gc-info` to check status of GC +- Feature: Zen command line tool `cache-info` to show cache, namespace or bucket info +- Feature: Zen command line tool `project-info` to show store, project or oplog info +- Feature: Zen command line tool `project-drop` to drop project or oplog +- Feature: Zen command line tool `gc` to trigger a GC run +- Feature: Zen command line tool `gc-info` to check status of GC +- Feature: Added version information to zenserver and zen command line tool executables - Bugfix: Don't log "time to next GC" if time to next GC is not set - Improvement: Don't wait for GC monitor interval before doing first GC check -- Improvement: zen command line tool now fails on any unrecognized arguments -- Improvement: zen command line tool now displays extra help for all sub-commands -- Improvement: host address can now be configured for zen command line tool `drop` command +- Improvement: Zen command line tool now fails on any unrecognized arguments +- Improvement: Zen command line tool now displays extra help for all sub-commands +- Improvement: Host address can now be configured for zen command line tool `drop` command +- Improvement: Added precommit xmake task `xmake precommit` to run precommit checks - Changed: Default GC interval set to 1 hour - Changed: Default GC cache duration set to 2 weeks +- Changed: Removed HttpLaunchService and related code +- Changed: Removed dead/experimental file system related code +- Changed: Removed faux vfs config option ## 0.2.1 - Feature: Oplog level GC in project store. If gc marker file path is given by UE, oplogs will be GC:d when marker file is deleted (and GC is triggered) |