You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed a bootstrap path that could white-page the app if `adminConfig.json` was re-read during a persistent-token key rotation transition and decryption temporarily returned a non-string value.
20
+
- The startup config path now falls back safely instead of fataling during `json_decode(...)`.
21
+
22
+
**Changed**
23
+
24
+
-**Startup script shell hygiene**
25
+
- Adjusted the persistent-token key file load/export sequence in `start.sh` so CI shell linting passes without changing runtime behavior.
26
+
27
+
---
28
+
3
29
## Changes 03/14/2026 (v3.9.0)
4
30
5
31
`release(v3.9.0): persistent-token key lifecycle updates and admin rotation workflow`
0 commit comments