diff options
| author | Dan Engelbrecht <[email protected]> | 2025-06-02 14:41:30 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-06-02 14:41:30 +0200 |
| commit | 8494a3c61ae23c74510c5327f0c1e31bc1e42bb9 (patch) | |
| tree | 64c4b38cf92e404be7f853df125da6d8a405efe0 /CHANGELOG.md | |
| parent | Update README.md (diff) | |
| download | zen-8494a3c61ae23c74510c5327f0c1e31bc1e42bb9.tar.xz zen-8494a3c61ae23c74510c5327f0c1e31bc1e42bb9.zip | |
use system temp dir (#412)
* use system temp dir when uploading builds
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 478adc790..0c6413801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Feature: Drop unreachable CAS data during GC pass. UE-291196 - Improvement: Check available disk space more frequently and trigger GC operation if low water mark is reached - Improvement: Faster oplog validate to reduce GC wall time and disk I/O pressure +- Improvement: `zen builds upload` now use the system temp directory for temporary files leaving the source folder untouched ## 5.6.8 - Feature: Add per bucket cache configuration (Lua options file only) |