aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-05 17:04:00 +0200
committerGitHub <[email protected]>2023-10-05 17:04:00 +0200
commited381053387dccdf50e264577d7012720c18cde3 (patch)
treed3437197914400f8ac85f06c1c2a5494d351a4cf
parent0.2.26-pre4 (diff)
downloadzen-ed381053387dccdf50e264577d7012720c18cde3.tar.xz
zen-ed381053387dccdf50e264577d7012720c18cde3.zip
added CHANGELOG.md entries for recent fixes
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a439ca2e0..7f0ad836c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@
- Bugfix: Fix scrub messing up payload and access time in disk cache bucket when compacting index
- Bugfix: Cache bucket index of chunks in block store could get corrupted after a GC
- Bugfix: Probe disk for existsing block file before writing a new block
+- Bugfix: IoBufferBuilder::ReadFromFileMaybe did not propagate content type to a new IoBuffer
+- Bugfix: IoBufferBuilder::ReadFromFileMaybe Linux/MacOS pread success/error condition check was incorrect
+- Bugfix: Memory cache layer could end up holding references to file handles between GC runs, delaying file deletion
- Improvement: Split up disk cache bucket index into hash lookup and payload array to improve performance
- Improvement: Reserve space up front for compact binary output when saving cache bucket manifest to improve performance
- Improvement: Reduce time a cache bucket is locked for write when flushing/garbage collecting