diff options
| author | Dan Engelbrecht <[email protected]> | 2026-02-06 12:43:15 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-06 12:43:15 +0100 |
| commit | f970ee291283a4f0ce8e2c0adfc77caefc30d829 (patch) | |
| tree | 9b0d796bcf8422c6cec53cde3ffa7d5c9c0ade99 /CHANGELOG.md | |
| parent | only check file size for requested range in asio TransmitFileAsync in debug m... (diff) | |
| download | zen-f970ee291283a4f0ce8e2c0adfc77caefc30d829.tar.xz zen-f970ee291283a4f0ce8e2c0adfc77caefc30d829.zip | |
fix target folder cleanup in builds download (#746)
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d40b6d5..41cc5349d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Improvement: Replaced http routing regex matching with faster matching lambdas for admin, buildstore, projectstore, objectstore and workspaces services - Bugfix: Restore `/health/log` and `/health/info` endpoint functionality - Bugfix: Fixed 32-bit truncation of transmission chunk sizes when using the asio http path +- Bugfix: `zen builds download` could leave files from previous downloads in the target folder ## 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 |