aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80d0d0ea6..1f1c7a22c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,15 @@
- Improvement: Don't set m_DispatchComplete in ParallelWork until after pending work countdown succeeds
- Improvement: Safeguard FormatCallstack to not throw exceptions when building the callstack string
- Improvement: Limit thread name length when setting it for debugger use
-- Improvemnet: Don't allow assert callbacks to throw exception
+- Improvement: 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
+- 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
+- Bugfix: Builds download - don't query for block metadata if no blocks are required
+- Bugfix: Add the referenced attachments correctly when storing inline cache bucket records using batch mode
## 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