Skip to content

v0.11.0

Latest

Choose a tag to compare

@rustyconover rustyconover released this 26 Jun 00:06
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 a TCP:<host>:<port> discovery line.
  • Verified at full conformance parity (98 pass / 4 skip) via the Python vgi-rpc-test --tcp harness, matching the --unix baseline.

Full changelog: v0.10.0...v0.11.0