diff options
| author | Dan Engelbrecht <[email protected]> | 2026-02-27 21:22:00 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-27 21:22:00 +0100 |
| commit | c32b6042dee8444f4e214f227005a657ec87531e (patch) | |
| tree | 2e133cfd7156f3a5ce757d51f0742dda090bbf3b /CHANGELOG.md | |
| parent | Add test summary table and failure reporting to xmake test (#794) (diff) | |
| download | zen-c32b6042dee8444f4e214f227005a657ec87531e.tar.xz zen-c32b6042dee8444f4e214f227005a657ec87531e.zip | |
add multirange requests to blob store (#795)
* add multirange requests to blob store
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 fe5ad365c..899415d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Feature: `zen ui` can be used to open dashboards for local instances - Feature: Added 404 page to dashboard, to make it easier to find your way back to a valid URL - Feature: HttpClient now properly handles multi-part request/response +- Feature: Added `POST` variant to `/builds/{namespace}/{bucket}/{buildid}/blobs/{hash}` endpoint that accepts a CbObject payload with 1 or more ranges - Improvement: `zen oplog-import` now uses partial block requests to reduce download size - Improvement: Use latency to Cloud Storage host and Zen Cache host when calculating partial block requests - Improvement: IAX's lane tracing |