diff options
| -rw-r--r-- | CHANGELOG.md | 3 |
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 |