Picks up vgirpc 0.22.0.
Two reasons to take it:
HttpRpcConnection — a Java client built on this SDK can now reach a worker on another host. Every transport before it (stdio, subprocess, unix socket, TCP) assumed worker and client shared a machine.
A server-side fix that affects anyone already serving streams over HTTP. Worker logs were being dropped after each stream's first turn, and a failing turn's logs were discarded along with it. The same worker code logged correctly over a pipe, so this only ever showed up in HTTP deployments — worst on long streams, where progress logs are the only in-band diagnostic a caller has.
No change to this library's own code.