Skip to content

Commit 3b131e8

Browse files
committed
Document release readiness and compatibility fixes
- Add 0.22.1 notes for orchestration and thread-detail compatibility - Record projection backfill, gateway diagnostics, test isolation, and layout fixes
1 parent e840c02 commit 3b131e8

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ See [docs/releases/v0.22.1.md](docs/releases/v0.22.1.md) for full notes and [doc
3333
- Ignore expected redacted auth shutdown noise in Codex logs.
3434
- Normalize React language ids for syntax highlighting.
3535
- Defer the empty diff guard until after hook setup.
36+
- Restore orchestration snapshot and thread-detail compatibility across shared contracts and WebSocket wiring.
37+
- Backfill the pending user input projection table for already-upgraded state directories.
38+
- Improve OpenClaw gateway handshake diagnostics and connection-stage reporting.
39+
- Isolate CLI test state directories to avoid SQLite lock contention during release validation.
40+
- Tune long user-message timeline height estimation so browser layout stays aligned with validated rendering.
3641

3742
## [0.22.0] - 2026-04-09
3843

docs/releases/v0.22.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Ship the `0.22.x` patch follow-up with sidebar density controls, richer diagnost
5353
- Switched SME Claude integrations to Claude Code CLI while keeping the provider-auth flow aligned with the current SME experience.
5454
- Normalized React language ids for syntax highlighting so editor and diff rendering stay predictable across React-related file associations.
5555

56+
### Release readiness and compatibility fixes
57+
58+
- Restored orchestration snapshot and thread detail compatibility across shared contracts and WebSocket methods so the current server and web builds agree on the runtime payload shape.
59+
- Added a pending user input projection backfill migration so already-upgraded state directories do not fail startup or tests with a missing projection table.
60+
- Improved OpenClaw gateway handshake diagnostics to report websocket-stage versus handshake-stage failures clearly, including pairing-required responses.
61+
- Isolated CLI test state directories to avoid SQLite lock contention during the full local release validation suite.
62+
- Tuned long user-message timeline height estimation so the browser chat layout stays aligned with the validated rendering path.
63+
5664
### Maintainer tooling
5765

5866
- Added OpenClaw maintainer workflow skills to support faster GHSA, review, prep, merge, and PR operations.

0 commit comments

Comments
 (0)