aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-11-11 10:12:59 +0100
committerDan Engelbrecht <[email protected]>2024-11-11 10:12:59 +0100
commit0ac7f1ba23ff21052b13dcb21bef94f48fe612c7 (patch)
tree0ac62864ca628093fc25becb89ca9f057ab0e711
parent memory leak fix (GetBatchHandle) (#215) (diff)
downloadzen-0ac7f1ba23ff21052b13dcb21bef94f48fe612c7.tar.xz
zen-0ac7f1ba23ff21052b13dcb21bef94f48fe612c7.zip
changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b157af66c..f2078defe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
##
+- Bugfix: Fixed memory leak in cache (would leak GetBatchHandle instances)
+
+## 5.5.10
- Improvement: Provide shorter project store name in list when not conflicting with other project names
- Improvement: `zen project-details` is now `zen project-op-details` and uses the standard resolving logic for project id and oplog id
- Improvement: If there is only one project in the project store, auto-resolve to that if no project id is given
@@ -8,7 +11,6 @@
- Bugfix: If zenserver fails to pick up a request for a sponsor process, make sure to clear the slot
- Bugfix: Fix potential hole where an chunk could be lost during GC if the package referenced a chunk that already existed in store
- Bugfix: Make op key and file path matching in `zen oplog-mirror` case insensitive
-- Bugfix: Fixed memory leak in cache (would leak GetBatchHandle instances)
## 5.5.9
- Feature: Added command `zen cache-get` to fetch a cache value/record or an attachment from a cache record