diff options
| author | Dan Engelbrecht <[email protected]> | 2025-08-06 10:52:49 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-08-06 10:52:49 +0200 |
| commit | 72c4cc46e1bdc147e64b5efca59de7f1560d4788 (patch) | |
| tree | 487c229f3c50da63ee7433efcd1f2deebf26c23c /CHANGELOG.md | |
| parent | more details in parallel work when wait fails/destructor has inconsistent sta... (diff) | |
| download | zen-72c4cc46e1bdc147e64b5efca59de7f1560d4788.tar.xz zen-72c4cc46e1bdc147e64b5efca59de7f1560d4788.zip | |
refactor blobstore (#458)
- Improvement: Refactored build store cache to use existing CidStore implementation instead of implementation specific blob storage
- **CAUTION** This will clear any existing cache when updating as the manifest version and storage strategy has changed
- Bugfix: BuildStorage cache return "true" for metadata existance for all blobs that had payloads regardless of actual existance for metadata
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d0d0ea6..05228dddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ - Improvement: Limit thread name length when setting it for debugger use - Improvemnet: Don't allow assert callbacks to throw exception - Improvement: When formatting log output for malformed attachments in a package message, allow the string buffer to grow instead of throwing exception +- Improvement: Refactored build store cache to use existing CidStore implementation instead of implementation specific blob storage + - **CAUTION** This will clear any existing cache when updating as the manifest version and storage strategy has changed - Bugfix: Parents were not notified when successfully attaching to an existing server instance +- Bugfix: BuildStorage cache return "true" for metadata existance for all blobs that had payloads regardless of actual existance for metadata ## 5.6.14 - Improvement: If `zen builds upload` fails to upload metadata for a block with a 404 response (due to race condition from hitting different server) we save and retry metadata upload at end of upload |