aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2025-06-04 14:03:55 +0200
committerGitHub Enterprise <[email protected]>2025-06-04 14:03:55 +0200
commitc44b9f7151a047cde5edd369f9adb09518a0bc6f (patch)
tree7daf674e363c67f492ea1f9d0527764a60f9135a /CHANGELOG.md
parentnew builds search (#418) (diff)
downloadzen-c44b9f7151a047cde5edd369f9adb09518a0bc6f.tar.xz
zen-c44b9f7151a047cde5edd369f9adb09518a0bc6f.zip
builds download url (#419)
* RemoveQuotes helper * `--url` option for `zen builds` command has been reworked to accept a "Cloud Artifact URL", removing the need to specify "host", "namespace" and "bucket" separately
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfcbe0431..02860a430 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
##
-- Feature: `zen builds list` now allows `--bucket` to be skipped to allow for multi-bucket search, `bucketRegex` field must be included in the search query.
+- Feature: `zen builds list` now allows `--bucket` to be skipped to allow for multi-bucket search, `bucketRegex` field must be included in the search query
+- Feature: `--url` option for `zen builds` command has been reworked to accept a "Cloud Artifact URL", removing the need to specify "host", "namespace" and "bucket" separately
- Improvement: Use fixed size block chunking for know encrypted/compressed file types
- Improvement: Skip trying to compress chunks that are sourced from files that are known to be encrypted/compressed
- Improvement: Add global open file cache for written files increasing throughput during download by reducing overhead of open/close of file by 80%
@@ -14,7 +15,7 @@
- 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
-- Improvement: NoneDecoder::DecompressToStream and NoneDecoder::CompressToStream not uses direct disk I/O
+- Improvement: NoneDecoder::DecompressToStream and NoneDecoder::CompressToStream now uses direct disk I/O
- Improvement: Add streaming upload from HttpClient to reduce I/O caused by excessive MMap usage
## 5.6.8