diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 959b1b5bc..f49216ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## +- Improvement: Optimizations to GC leading to 50-100% performance increase when handling large data sets + +## 5.5.7 - Bugfix: Fix race condition in zenserver during batched fetch of small cache chunks (<=1024b) resulting in missing rawhash/rawsize in the response. UE-223703 - Improvement: Don't add batch overhead if we are only going to put once cache value in a request - Improvement: Removed redundant commands `project-delete` and `oplog-delete`. Use already existing `project-drop` instead. |