aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-04-09 13:59:15 +0200
committerGitHub Enterprise <[email protected]>2026-04-09 13:59:15 +0200
commit06fb2655bcf3a08ee5016337e3bf1e640ca4d88b (patch)
tree292ae62e6882c560d58d7f5d92af6b8e1e65ccd3
parentFix ZenServerState stale entry detection on PID reuse (k8s) (#932) (diff)
downloadzen-06fb2655bcf3a08ee5016337e3bf1e640ca4d88b.tar.xz
zen-06fb2655bcf3a08ee5016337e3bf1e640ca4d88b.zip
Update CHANGELOG.mdHEADmain
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a59db154e..4e9cfa1cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
##
+
+- Bugfix: Added logic to shared memory instance state management to ensure unclean shutdown followed by restart with identical pid doesn't lead to errors. Particularly likely to happen when running on k8s
+
+## 5.8.3
- Feature: Incremental CAS-based hydration/dehydration replacing the previous full-copy approach
- Feature: S3 hydration backend with multipart upload/download support
- Feature: Configurable thread pools for hub instance provisioning and hydration