Immutable
release. Only release title and notes can be modified.
Raw-TCP socket transport
New TcpSocketTransport — the network analog of UnixSocketTransport, speaking the same raw Arrow-IPC framing without the HTTP envelope. Loopback-only by default (127.0.0.1); no auth/TLS, so use HTTP for untrusted networks.
- Conformance worker gains
--tcp [HOST:]PORT, emitting aTCP:<host>:<port>discovery line. - Verified at full conformance parity (98 pass / 4 skip) via the Python
vgi-rpc-test --tcpharness, matching the--unixbaseline.
Full changelog: v0.10.0...v0.11.0