diff options
| author | Dan Engelbrecht <[email protected]> | 2025-03-18 19:33:28 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-03-18 19:33:28 +0100 |
| commit | 9debdcada68980e73b3d76681be3cef0cc937edd (patch) | |
| tree | c9bc6d0ca3cd3c3c5d0b943e00e2312e742c90a6 /CHANGELOG.md | |
| parent | Merge remote-tracking branch 'origin/main' into sb/build-cache (diff) | |
| parent | improved reporting on async error (#312) (diff) | |
| download | zen-sb/build-cache.tar.xz zen-sb/build-cache.zip | |
Merge remote-tracking branch 'origin/main' into sb/build-cachesb/build-cache
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 |