aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-05-21 22:40:38 +0200
committerGitHub Enterprise <[email protected]>2024-05-21 22:40:38 +0200
commit90cfa29ef17d23d543a39958ec5baf2240cc5510 (patch)
tree185c3b46994d69b57435bf3eab4e1841794b04c4
parentiobuffer memstomp fix (#85) (diff)
downloadzen-90cfa29ef17d23d543a39958ec5baf2240cc5510.tar.xz
zen-90cfa29ef17d23d543a39958ec5baf2240cc5510.zip
release 5.4.5 (#80)
* Correctly calculate memory view size from Mid/MidInline function if size is not given * If we get a request for a partial chunk that can not be fulfilled we warn and treat it as a miss * 5.4.5
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93ea90d45..ca22ef99c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,14 @@
##
-- 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
- 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
- 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
+## 5.4.5
+- 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
+
## 5.5.1
- 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