aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-04 13:16:17 +0200
committerGitHub <[email protected]>2023-10-04 13:16:17 +0200
commitdd51ff8da4abd938ac06df6bad828890e4d26b6c (patch)
tree9d84e87b1a516025a3cced1846f5e161233e51cd
parentREADME.md update (diff)
downloadzen-dd51ff8da4abd938ac06df6bad828890e4d26b6c.tar.xz
zen-dd51ff8da4abd938ac06df6bad828890e4d26b6c.zip
added CHANGELOG.md note for websocket removal
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b6db121e..2c4697c1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@
- Improvement: Make sure cache and cas MakeIndexSnapshot does not throw exception on failure which would cause and abnormal termniation at exit
- Improvement: http.sys I/O completion handler no longer holds transaction lock while enqueueing new requests. This eliminates some lock contention and improves latency/throughput for certain types of requests
- Improvement: date logging in GC no longer emits extraneous newlines
+- Improvement: removed websockets support as it is not used and likely won't be used in the future
## 0.2.25
- Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable