diff options
| author | Dan Engelbrecht <[email protected]> | 2025-09-25 14:33:44 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-09-25 14:36:18 +0200 |
| commit | c0a744330e08296272485c3b28653b550856a32d (patch) | |
| tree | 7378c92574f33c57626236e0b14de5bdfa440d6e | |
| parent | more test (diff) | |
| download | zen-de/new-append-op-rpc.tar.xz zen-de/new-append-op-rpc.zip | |
changelogde/new-append-op-rpc
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ac2d9a7..f2d5873f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ - `--oauth-clientid` OAuth client id - `--oauth-clientsecret` OAuth client secret - Feature: Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` command to use unattended mode when launching oidc-token.exe +- Feature: New `/prj/{project}/{oplog}/rpc` endpoint method `appendops` to send an array of oplog ops and receiving a list of `need` for attachments not present +- Feature: Added `usingtmpfiles` boolean field to `/prj/{project}/{oplog}/rpc` method `putchunks` to be explicit about allowing move of temp attachment files - Improvement: Change BadAlloc exceptions in GC to warnings - Improvement: Add explict ASSERT exception catch in http plugin request processing - Improvement: Make exceptions handled in http request processing to warnings @@ -44,11 +46,13 @@ - Improvement: Faster oplog import due to chunk existance check improvement - Improvement: Cancelling oplog import is now more responsive during initial phase - Improvement: Chunk block generation for `zen oplog-export` and `zen builds upload` command are now limited to max 4000 chunks per block +- Improvement: Added additional validation of compact binary objects when reading from disk/receiving from client - Feature: Options `--allow-partial-block-requests` for `zen builds download` command has been augmented with two new modes, `zencacheonly` and `mixed`. Defaults to `mixed`. - `false` only full block requests allowed - `mixed` multiple partial block ranges requests per block allowed to zen cache, single partial block range request per block to host - `zencacheonly` multiple partial block ranges requests per block allowed to zen cache, only full block requests allowed to host - `true` multiple partial block ranges requests per block allowed to zen cache and host +- Improvement: Windows: Added fallback code to use standard `MoveFile` api when rename via `SetFileInformationByHandle` fails in `MoveToFile` (used by filecas) - Bugfix: Self-hosted dashboard; sorting oplog by size in the tree view would raise an error - Bugfix: `zen print` command now properly outputs very large compact binary objects as json to console |