diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e272d4d..4959a4f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## +- Bugfix: If we get a request for a partial chunk that can not be fulfilled we warn and send back the full chunk +- Improvement: Asserts gives an immediate ERROR log entry with callstack and reason +- Improvement: Asserts flushes the log before sending error report to Sentry + +## 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 - Bugfix: Don't try to respond with zero size partial cache value when partial size is zero |