aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c300c8c4..f90b48ca0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
- 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
@@ -18,6 +18,7 @@
- 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
- 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