diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b106469a..5bd4fc89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Bugfix: Make sure exception do not leak out of async (worker thread pool) work and make sure we always wait for completion of all work - Bugfix: Limit number of headers parsed to 127 as that is the maximum supported by Zen - Bugfix: Don't capture for loop variables by reference when executing async code -- Bugfix Make sure WriteFile() does not leave incomplete files +- Bugfix: Make sure WriteFile() does not leave incomplete files - Bugfix: Use TemporaryFile and MoveTemporaryIntoPlace to avoid leaving partial files on error - Bugfix: Install Ctrl+C handler earlier when doing `zen oplog-export` and `zen oplog-export` to properly cancel jobs - Feature: Added option `--access-token-path` to `zen oplog-export` and `zen-oplog-import` enabling it to read a cloud access token from a json file @@ -25,6 +25,9 @@ - Improvement: Make sure zenserver reacts and exist on SIGTERM signal - Improvement: Retry to create the .lock file at startup to avoid failing launch due to race condition with UE - Improvement: Add CompressedBuffer::GetRange that references source data rather than make a memory copy +- Improvement: Delay exiting due to no sponsor processes by one second to handle race conditions +- Improvement: Safer IsProcessRunning check +- Improvement: Make sure we can RequestApplicationExit safely from any thread - Removed: `--cache-reference-cache-enabled` option has been removed along with the implementation for reference caching in disk cache ## 5.4.1 |