diff options
| author | Dan Engelbrecht <[email protected]> | 2023-05-22 17:28:38 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-05-22 17:28:38 +0200 |
| commit | 116ad65df042a951cf6cf769bee722b7156cd82c (patch) | |
| tree | 6f9dc3ddc459859564b917485bd63feecc14cd8c | |
| parent | Update Github_runner_setup.md (diff) | |
| download | zen-116ad65df042a951cf6cf769bee722b7156cd82c.tar.xz zen-116ad65df042a951cf6cf769bee722b7156cd82c.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2982af88a..b4d6e30d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ - Bugfix: Error out if `test` is passed to zenserver in release builds (tests are only compiled in for debug) - Bugfix: Gracefully exit with error code if problems arise during startup (used to cause abort termination) - Bugfix: Project oplog delete fixed so it works even right after server startup, before the oplog has been instantiated in memory +- Bugfix: Corrected argument name in oplog-export file target RPC message - Improvement: Change state_marker detection (deletion of DDC folder) log to WARN, it is not an error but useful information in the log output - Improvement: Added logging when bad chunks are detected in `BlockStore` - Improvement: `zen::SetCurrentThreadName` now also sets trace (Insights) thread name - Improvement: All thread pool threads now have names - Improvement: zenserver now emits session information to trace (Insights) for a better session browser experience +- Improvement: Add more trace instrumentation - Improvement: Eliminated ATL header dependency - Improvement: If no `-hosturl=...` parameter is passed to zen CLI commands we use the current session state from shared memory to pick an instance to communicate with +- Improvement: Better option validation in zen command line parsing ## 0.2.11 - Feature: Gracefully exit if Ctrl-C is pressed |