Changelog¶
0.2.0¶
- Added async Arrow IPC streaming through
ArrowIPCStreamand lower-levelIPCStreamSinkbatch serialization. - Added batch-draining helpers on
ArrowRecordContainerfor streaming and memory-constrained workflows:drain_batches(),iter_batches(), andflush_partial(). - Improved streaming backpressure behavior with cooperative producer/consumer scheduling.
- Refactored append, materialization, and container state internals into helper modules while keeping the package-level public exports stable.
- Added benchmark matrix artifacts and profiling workflows for comparing memory tuning options.
0.1.3¶
- Fixed documentation publishing workflow paths for the
http-to-arrow-v0.1.3release.
Earlier history¶
Use the repository's GitHub Releases page for published release artifacts and tag history: