Skip to content
AbloAblo
Esc
navigateopen⌘Jpreview
On this page

v0.20.2

Patch Changes

  • Extend the HeldClaim return type to the HTTP transport. 0.20.1 fixed await using on the WebSocket client’s claim() but missed the stateless HTTP client (HttpClaimApi) used by server-side agents, which still returned the looser Claim<T>. Both transports’ claim() now return HeldClaim<T>, so await using held = await ablo.<model>.claim(...) typechecks regardless of transport.

Was this page helpful?