Releases: Query-farm/vgi-typescript
Releases · Query-farm/vgi-typescript
v0.5.0
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
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 toserveTcp, which emits theTCP:<host>:<port>discovery line. - Re-exports
tcpConnectalongsidesubprocessConnect/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.