docs(changelog): move matrix probe fix entry

This commit is contained in:
Gustavo Madeira Santana 2026-04-06 00:40:50 -04:00
parent cd7a1001df
commit b0495dc6ca
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Docs: https://docs.openclaw.ai
## Unreleased
### Fixes
## 2026.4.5
### Breaking
@ -244,7 +246,7 @@ Docs: https://docs.openclaw.ai
- Plugins/facades: resolve globally installed bundled-plugin runtime facades from registry roots so bundled channels like LINE still boot when the winning plugin install lives under the global extensions directory with an encoded scoped folder name. (#61297) Thanks @openperf.
- Matrix: avoid failing startup when token auth already knows the user ID but still needs optional device metadata, retry transient auth bootstrap requests, and backfill missing device IDs after startup while keeping unknown-device storage reuse conservative until metadata is repaired. (#61383) Thanks @gumadeiras.
- Agents/exec: stop streaming `tool_execution_update` events after an exec session backgrounds, preventing delayed background output from hitting a stale listener and crashing the gateway while keeping the output available through `process poll/log`. (#61627) Thanks @openperf.
- Matrix: pass configured `deviceId` through health probes and keep probe-only client setup out of durable Matrix storage, so health checks preserve the correct device identity without rewriting `storage-meta.json` or related probe state on disk. (#61581) thanks @MoerAI.
- Matrix: pass configured `deviceId` through health probes and keep probe-only client setup out of durable Matrix storage, so health checks preserve the correct device identity without rewriting `storage-meta.json` or related probe state on disk. (#61581) Thanks @MoerAI.
## 2026.4.2