aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-05-27 21:55:02 +0200
committerDan Engelbrecht <[email protected]>2024-05-27 21:55:02 +0200
commit735d9b947a1102c6213cc0e71e6c322d7e29b0a0 (patch)
tree6c2cb049b5cc9fbc58ac7bb04e582a93ad402b84
parentdon't use "error:" in log messages unless there is an error (#87) (diff)
downloadzen-735d9b947a1102c6213cc0e71e6c322d7e29b0a0.tar.xz
zen-735d9b947a1102c6213cc0e71e6c322d7e29b0a0.zip
changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04b45431f..3e6618944 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
- Bugfix: Don't try to read bytes to validate a compact binary object that is empty
- Bugfix: Don't fake free memory buffer pointer when materializing a zero size file
- Bugfix: Fix crash when iterating chunks in project store causing crash due threading issues
+- Bugfix: If we get a request for a partial chunk that can not be fulfilled we warn and treat it as a miss
+- Bugfix: Correctly calculate memory view size from Mid/MidInline function if size is not given
- Improvement: Asserts gives an immediate ERROR log entry with callstack and reason
- Improvement: Asserts flushes the log before sending error report to Sentry
- Improvement: Refactored IterateChunks to allow reuse in diskcachelayer and hide public GetBlockFile() function in BlockStore