changelog: add WhatsApp watchdog reconnect loop entry

This commit is contained in:
Marcus Castro 2026-04-03 19:39:38 -03:00
parent 28c00f7c3b
commit 64223e5dd4
No known key found for this signature in database
GPG Key ID: AA66624B544825AA
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Docs: https://docs.openclaw.ai
- Plugins/runtime: honor explicit capability allowlists during fallback speech, media-understanding, and image-generation provider loading so bundled capability plugins do not bypass restrictive `plugins.allow` config. (#52262) Thanks @PerfectPan.
- Hooks/tool policy: block tool calls when a `before_tool_call` hook crashes so hook failures fail closed instead of silently allowing execution. (#59822) Thanks @pgondhi987.
- Matrix/media: surface a dedicated `[matrix <kind> attachment too large]` marker for oversized inbound media instead of the generic unavailable marker, and classify size-limit failures with a typed Matrix error. (#60289) Thanks @efe-arv.
- WhatsApp/watchdog: reset watchdog timeout after reconnect so quiet channels no longer enter a tight reconnect loop from stale message timestamps carried across connection runs. (#60007) Thanks @MonkeyLeeT.
## 2026.4.2