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
release(v3.9.2): admin config decrypt retry after persistent-token key transitions
- admin(config): retry adminConfig.json reads once before surfacing decrypt errors after key changes
- admin(ui): avoid transient getConfig failures on the first Admin Panel open after key transitions
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## Changes 03/15/2026 (v3.9.2)
4
+
5
+
`release(v3.9.2): admin config decrypt retry after persistent-token key transitions`
6
+
7
+
**Commit message**
8
+
9
+
```text
10
+
release(v3.9.2): admin config decrypt retry after persistent-token key transitions
11
+
12
+
- admin(config): retry adminConfig.json reads once before surfacing decrypt errors after key changes
13
+
- admin(ui): avoid transient getConfig failures on the first Admin Panel open after key transitions
14
+
```
15
+
16
+
**Fixed**
17
+
18
+
-**Admin Panel first-open stability after key changes**
19
+
- Fixed a transient `getConfig.php` failure where the first Admin Panel open after a persistent-token key transition could return `Failed to decrypt configuration.` even though a manual refresh succeeded.
20
+
-`AdminModel::getConfig()` now rereads `adminConfig.json` once and retries decryption before surfacing a real decrypt error.
21
+
22
+
---
23
+
3
24
## Changes 03/15/2026 (v3.9.1)
4
25
5
26
`release(v3.9.1): post-rotation bootstrap fix and startup script cleanup`
0 commit comments