cloudflare/agents @cloudflare/voice@0.3.1
cloudflare/agents
Captured source
source ↗published Jun 16, 2026seen 1wcaptured 1whttp 200method plain
@cloudflare/voice@0.3.1
Repository: cloudflare/agents
Tag: @cloudflare/voice@0.3.1
Published: 2026-06-16T11:27:24Z
Prerelease: no
Release notes:
Patch Changes
- #1754 `151d457` Thanks @threepointone! - Stop fire-and-forget voice lifecycle handlers from leaking unhandled rejections
on connection teardown. The withVoiceInput mixin dispatches start_call, end_call, interrupt, and transcript emission from the synchronous onMessage handler without awaiting them, so a client dropping mid-operation (e.g. while keepAlive()'s alarm write is still in flight) could surface a retryable "Network connection lost." rejection. These background tasks now run through a teardown-aware helper that swallows expected connection-teardown errors and logs anything unexpected.
Notability
notability 3.0/10Minor package release, no major traction.