Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Domain blocklist check gains cancellation via AbortSignal

Domain blocklist check can now be cancelled mid-flight instead of just timing out

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSandbox Networkwhat it touches
KindBug Fixesin v2.1.268,
Under the hood

Domain blocklist check can now be cancelled mid-flight instead of just timing out

What

The internal check that looks up whether a domain is blocklisted now accepts a cancellation signal. If the check is aborted, it re-raises the abort instead of silently treating it as a failed check, and a cleanup step now always runs afterward to clear its timer.

Why

This distinguishes a genuinely cancelled lookup from a failed one, and prevents leftover timers from lingering after the check finishes or is cancelled.

See this entry in the whole of v2.1.268 →

Feedback