diff options
| author | Dan Engelbrecht <[email protected]> | 2025-08-06 14:54:09 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-08-06 14:54:09 +0200 |
| commit | bc21f2ea5bd42e14a524434d220f708e012c4293 (patch) | |
| tree | e6de99966baa3fd391c4ce7d7e29c4f4cf13a5bc /CHANGELOG.md | |
| parent | refactor blobstore (#458) (diff) | |
| download | zen-bc21f2ea5bd42e14a524434d220f708e012c4293.tar.xz zen-bc21f2ea5bd42e14a524434d220f708e012c4293.zip | |
retry finalize if we get a "needs" on a blob we did not create (#461)
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 05228dddf..5e7569476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - 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 +- Improvement: If cloud-ddc requests upload of a blob it earlier reported as good to reuse we treat it as a transient error and attempt to retry - 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 |