Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

Artifact publish retries once on a fresh connection after a mid-upload connection death

Artifact publishing now automatically retries once if the upload connection dies mid-transfer

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Artifact publishing now automatically retries once if the upload connection dies mid-transfer

What

When publishing or deploying an artifact and the upload connection drops partway through sending the request body, Claude Code now detects this using byte-tracking data and automatically resends the request once over a fresh connection. It logs a warning when this happens, along with a deploy_resent telemetry event recording the outcome of the retry.

Why

This makes publishing more resilient to flaky network connections, recovering automatically from a dropped connection instead of failing the whole publish attempt.

See this entry in the whole of v2.1.267 →