fix: add changelog for auth profile store load crash (#58923) (thanks @openperf)

This commit is contained in:
Peter Steinberger 2026-04-01 13:31:53 +01:00
parent ac68321d4d
commit f55b6b1acf
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ Docs: https://docs.openclaw.ai
- Telegram/retries: keep non-idempotent sends on the strict safe-send path, retry wrapped pre-connect failures, and preserve `429` / `retry_after` backoff for safe delivery retries. (#51895) Thanks @chinar-amrutkar
- Agents/Anthropic: preserve thinking blocks and signatures across replay, cache-control patching, and context pruning so compacted Anthropic sessions continue working instead of failing on later turns. (#58916) Thanks @obviyus
- Agents/failover: unify structured and raw provider error classification so provider-specific `400`/`422` payloads no longer get forced into generic format failures before retry, billing, or compaction logic can inspect them. (#58856) Thanks @aaron-he-zhu.
- Auth profiles/store: coerce misplaced SecretRef objects out of plaintext `key` and `token` fields during store load so agents without ACP runtime stop crashing on `.trim()` after upgrade. (#58923) Thanks @openperf.
## 2026.3.31