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 ·

New upload-wire telemetry: byte-flush/response timing and socket reuse tracked per publish request

New internal telemetry tracks upload connection timing and socket reuse during artifact publishing

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

New internal telemetry tracks upload connection timing and socket reuse during artifact publishing

What

Claude Code now instruments its network layer to record detailed information about publish/deploy uploads: whether the network connection (socket) was reused from a previous request, how long it sat idle before reuse, whether a response started coming back, how many bytes actually made it onto the wire compared to the total body size, and which local IP address family was used.

Why

This data feeds the new retry-on-dropped-connection logic and related telemetry, giving better visibility into why an upload might have failed or been slow.

See this entry in the whole of v2.1.267 →