v0.9.0
Arrow Flight transport
Results can now be delivered as Arrow IPC streams with a signed Flight ticket, alongside the default Parquet parts.
- Added--transport flight produces Arrow IPC stream parts with an .arrow extension.
- AddedThe Flight manifest carries a signed flight_ticket; pass the decoded ticket to GetFlightInfo and pull batches with DoGet on port 8091.
- ChangedBoth transports now write manifest.json last and use the same verified download flow.
- FixedFlight upload and exchange methods are explicitly disabled — the platform is read-only.