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.277 ·

CCR client: ack timestamp now set for every event in a batch, not just one

CCR client now stamps an acknowledgement timestamp on every event in a batch, not just one

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

CCR client now stamps an acknowledgement timestamp on every event in a batch, not just one

What

When a batch of durable events is successfully sent to the server, the client that handles this (CCR) now loops through all events in the batch and stamps each one with ackedAtMs, the time it was acknowledged. Previously only a single event in the batch was stamped.

Why

This fixes a bug where only one event in a batch would be marked as acknowledged, even though the whole batch succeeded, which could have caused the other events to be treated as unacknowledged.

See this entry in the whole of v2.1.277 →