Skip to content

Releases: Query-farm/vgi-typescript

v0.5.0

29 Jun 14:00

Choose a tag to compare

Worker-side COPY ... FROM / TO custom format support, scope- and type-aware secret helpers (name-keyed resolved secrets), the multi_secret_demo table function, union-typed table varargs decoding, Worker.serveStream, and table-buffering functions that can request DuckDB secrets via two-phase bind.

CI green: unit + integration (launcher + HTTP, arrow-js + flechette backends).

Note: not yet published to npm — npm publish to be run separately.

v0.4.0

26 Jun 04:24

Choose a tag to compare

TCP transport

Adds a raw Arrow-IPC TCP transport to the worker:

  • Worker accepts --tcp [HOST:]PORT (and --tcp=...; host defaults to 127.0.0.1) and dispatches to serveTcp, which emits the TCP:<host>:<port> discovery line.
  • Re-exports tcpConnect alongside subprocessConnect / httpConnect.
  • Bumps @query-farm/vgi-rpc to ^0.8.0 (serveTcp / tcpConnect).

Raw TCP framing carries no auth/TLS — loopback/trusted networks only; HTTP remains the transport for untrusted networks.

Note: not published to npm.