fix(cron): place failure fallback changelog entry in fixes

This commit is contained in:
Frank Yang
2026-04-04 20:13:24 +08:00
parent c28d672dac
commit bee4dfca06

View File

@@ -201,7 +201,6 @@ Docs: https://docs.openclaw.ai
- Mattermost/slash commands: harden native slash-command callback token validation to use constant-time secret comparison, matching the existing interaction-token path.
- Agents/scheduling: route delayed follow-up requests toward cron only when cron is actually available, while keeping background `exec`/`process` guidance scoped to work that starts now. (#60811) Thanks @vincentkoc.
- Cron/security: reject unsafe custom `sessionTarget: "session:..."` IDs earlier during cron add, update, and execution so malformed custom session keys fail closed with clear errors.
- Cron: send failure notifications through the job's primary delivery channel using the same session context as successful delivery when no explicit `failureDestination` is configured. (#60622) Thanks @artwalker.
## 2026.4.1