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.4): preserve legacy compatibility path while keeping post-rotation key-file preference
- crypto(compat): keep legacy default-key fallback behavior for existing installs with encrypted state and no explicit key
- crypto(resolve): continue preferring metadata/persistent_tokens.key after rotation so follow-up requests stop drifting back to the legacy fallback
- docs(changelog): clarify that legacy installs remain supported while the post-rotation request-consistency fix stays in place
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
# Changelog
2
2
3
+
## Changes 03/15/2026 (v3.9.4)
4
+
5
+
`release(v3.9.4): preserve legacy compatibility path while keeping post-rotation key-file preference`
6
+
7
+
**Commit message**
8
+
9
+
```text
10
+
release(v3.9.4): preserve legacy compatibility path while keeping post-rotation key-file preference
11
+
12
+
- crypto(compat): keep legacy default-key fallback behavior for existing installs with encrypted state and no explicit key
13
+
- crypto(resolve): continue preferring metadata/persistent_tokens.key after rotation so follow-up requests stop drifting back to the legacy fallback
14
+
- docs(changelog): clarify that legacy installs remain supported while the post-rotation request-consistency fix stays in place
15
+
```
16
+
17
+
**Changed**
18
+
19
+
-**Legacy compatibility path**
20
+
- Clarified that existing installs without an explicit `PERSISTENT_TOKENS_KEY` still retain the historical legacy fallback behavior for encrypted state compatibility.
21
+
- The legacy fallback remains resolver-driven in `config.php`, while rotated installs continue preferring `metadata/persistent_tokens.key` for post-rotation consistency.
22
+
23
+
**Fixed**
24
+
25
+
-**Release note accuracy**
26
+
- Clarified the persistent-token key compatibility story so the legacy-install behavior and the post-rotation fix are documented together.
27
+
28
+
---
29
+
3
30
## Changes 03/15/2026 (v3.9.3)
4
31
5
32
`release(v3.9.3): legacy fallback worker-env fix after persistent-token key rotation`
0 commit comments