diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index febd32eb4..8ff45befc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ ## - Bugfix: GetModificationTickFromPath and CopyFile now works correctly on Windows/Mac +- Bugfix: Handling of quotes and quotes with leading backslash for command line parsing - UE-231677 - Improvement: When logging with a epoch time prefix, the milliseconds/fraction is now correct. We now also set the epoch to the process spawn time rather than the time when the logger is created - **EXPERIMENTAL** `zen builds` - Improvement: Do partial requests of blocks if not all of the block is needed - - Improvement: Better progress/statistics on download + - Improvement: Better progress/statistics on upload and download - Improvement: Scavenge .zen temp folders for existing data (downloaded, decompressed or written) from previous failed run - Improvement: Faster abort during stream compression - Improvement: Try to move downloaded blobs with rename if possible avoiding an extra disk write @@ -17,6 +18,11 @@ - Improvement: More trace scopes for build upload operations - Improvement: Progress bar automatically switches to plain mode when stdout is not a console - Improvement: Progress bar is much more efficient on Windows (switched away from printf) + - Improvement: Improved stats output at end of upload and download operations + - Improvement: Reduced disk I/O when writing out chunk blocks during download + - Improvement: Collapse consecutive ranges when reading/writing data from local cache state + - Improvement: If a chunk or block write operation results in more than one completed chunk sequence, do the additional verifications as async work + - Improvement: Improved error reporting when async tasks fail - Bugfix: Ensure that temporary folder for Jupiter downloads exists during verify phase - Bugfix: Fixed crash during download when trying to write outside a file range - Bugfix: MacOS / Linux zen build download now works correctly |