From 90cfa29ef17d23d543a39958ec5baf2240cc5510 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 21 May 2024 22:40:38 +0200 Subject: 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 --- CHANGELOG.md | 6 ++++-- 1 file 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 -- cgit v1.2.3