diff options
| author | Stefan Boberg <[email protected]> | 2026-04-09 13:59:15 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-09 13:59:15 +0200 |
| commit | 06fb2655bcf3a08ee5016337e3bf1e640ca4d88b (patch) | |
| tree | 292ae62e6882c560d58d7f5d92af6b8e1e65ccd3 | |
| parent | Fix ZenServerState stale entry detection on PID reuse (k8s) (#932) (diff) | |
| download | zen-06fb2655bcf3a08ee5016337e3bf1e640ca4d88b.tar.xz zen-06fb2655bcf3a08ee5016337e3bf1e640ca4d88b.zip | |
| -rw-r--r-- | CHANGELOG.md | 4 |
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 |