aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index deb95a381..a1f2d44ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,11 @@
##
- Bugfix: Remove extra loop causing GetProjectFiles for project store to find all chunks once for each chunk found
- Bugfix: Don't capture ChunkIndex variable in CasImpl::IterateChunks by reference as it causes crash
+- Bugfix: Don't try to respond with zero size partial cache value when partial size is zero
- Improvement: Make FileCasStrategy::IterateChunks (optionally) multithreaded (improves GetProjectFiles performance)
- Improvement: Add batch scope for adding multiple cache values from single request efficently
- Improvement: Use temp file write and move into place for manifest/state files to avoid partial incomplete file writes
+- Improvement: Added more validation of data read from cache / cas
## 5.5.0
- Change: GCv2 is now the default option, use `--gc-v2=false` to fall back to GCv1