This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryFixed daily history calendar continuity and prevented rate‑limit storms after token rejection.
Full changelog
Bug fixes
-
Daily history is now a continuous calendar. The "Daily Tokens (14 days)"
and cost charts skipped days with no Claude usage, packing active days
together so the date axis wasn't continuous.GetHistorynow returns the full
window of N days ending today, zero-filling idle days so they render as empty
bars with their date labels. This also corrects a latent off-by-one where the
window spanned N+1 days. -
Stopped a self-inflicted rate-limit storm after a rejected token. When the
usage API rejected the access token with a 401, the poller marked auth expired
but the next credential reload reset it to OK on the still-future local
ExpiresAt, so polling resumed, drew another 401, and looped every 30s until
the API returned 429. The auth provider now remembers the rejected token and
stays expired until a genuinely different token is written to disk (i.e.
Claude Code refreshed it), so the poller waits quietly instead of hammering
the API.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Claumon
All releases →Related context
Related tools
Earlier breaking changes
- v0.14.0 Forecast model v2.1 removes CI inversion cap; interval now raw p10/p90 uncapped.
Beta — feedback welcome: [email protected]