diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4de3aee9..4461ccc0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,9 @@ - `--chunks` - the chunk ids for the chunk or the share local paths for the chunk - Bugfix: Removed test data added at current folder when running test - Improvement: Various minor optimizations in cache package formatting +- Improvement: Add batch fetch of cache values in the GetCacheValues request +- Improvement: Use a smaller thread pool for network operations when doing oplog import to reduce risk of NIC/router failure +- Improvement: Medium worker pool now uses a minimum of 2 threads (up from 1) - ## 5.5.2 - Bugfix: Don't try to read bytes to validate a compact binary object that is empty @@ -89,9 +92,6 @@ - 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 - Improvement: Don't use "error:" in log messages unless there is an error as Horde CI will pick up that log line and interpret it as an error -- Improvement: Use a smaller thread pool for network operations when doing oplog import to reduce risk NIC/router failure -- Improvement: Medium worker pool now uses a minimum of 2 threads (up from 1) -- Improvement: Add batch fetch of cache values in the GetCacheValues request ## 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 |