diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da3e9c81c..187c35ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,13 @@ - Improvement: Reduce maximum size per chunk to read to reduce disk contention - Improvement: Reduce default size for block store chunk read window when iterating chunks - Improvement: Increase timeout before warning on slow shut down of zenserver +- Improvement: On Windows, `TransmitFile` is used to transfer data directly from files when possible - Improvement: Revise logic for enabling work backlog during `zen builds download` - Improvement: Added `--maxtimeslice` option to `zen scrub` command to control how long a scrub operation may run - Improvement: Increased the default scrub timeslice from 1 min 40 sec to 5 min. - Improvement: Reduce lock contention when performing a scrub operation - Bugfix: Restore `/health/log` and `/health/info` endpoint functionality +- Bugfix: Fixed 32-bit truncation of transmission chunk sizes when using the asio http path ## 5.7.19 - Feature: `zen builds upload` now support structure manifest input for `--manifest-path` when the path has a `.json` extension enabling multi-part upload |