aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-12-14 13:41:10 +0100
committerDan Engelbrecht <[email protected]>2023-12-14 13:41:10 +0100
commitb3754e753e7b3f9e2fb3dfb3af17cb3a8745c31c (patch)
tree93da22f83695202d7400f6d330db0492a23c4b5a
parentimplement cache recording segment split by age (#611) (diff)
downloadzen-b3754e753e7b3f9e2fb3dfb3af17cb3a8745c31c.tar.xz
zen-b3754e753e7b3f9e2fb3dfb3af17cb3a8745c31c.zip
changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 683bcc703..e891b667c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
##
+- Improvement: Cache RPC recording now limits duration of individual segments to 1h
+
+## 0.2 37
- Bugfix: ShutdownLogging code would throw an exception if it was called before everything had been initialised properly
- Bugfix: Reorder shutdown to avoid crash due to late async log messages (spdlog workaround)
- Bugfix: Correctly calculate peak disk write size in GC status message
@@ -6,7 +9,6 @@
- Bugfix: Don't use copy of Payloads array when fetching memcached payload in GC
- Bugfix: Make sure IoBuffer is a valid null-buffer after move operation
- Improvement: Adjusted and added some trace scopes
-- Improvement: Cache RPC recording now limits duration of individual segments to 1h
## 0.2.36
- Feature: Added xmake task `updatefrontend` which updates the zip file containing the frontend html (`/src/zenserver/frontend/html.zip`)