Releases: ProxayFox/proxay-pylibs
Releases · ProxayFox/proxay-pylibs
Release list
http-to-arrow v0.2.1
Full Changelog: http-to-arrow-v0.2.0...http-to-arrow-v0.2.1
Version bump to update the pyproject.toml metadata
http-to-arrow v0.2.0
What's Changed
- 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 package-level public exports stable.
- Added benchmark matrix artifacts and profiling workflows for comparing memory tuning options.
- Expanded documentation and examples for streaming IPC and memory-conscious ingestion workflows.
Validation
just qualityuv build src/http_to_arrow --out-dir src/http_to_arrow/dist/uvx twine check src/http_to_arrow/dist/*
Full Changelog: http-to-arrow-v0.1.3...http-to-arrow-v0.2.0
http-to-arrow v0.1.3
What's Changed
- Refactor and enhance performance for http_to_arrow in #2
- Add comprehensive documentation and GitHub Actions for publishing by in #3
Full Changelog: http-to-arrow-v0.1.2...http-to-arrow-v0.1.3
http-to-arrow v0.1.2
Initial release of http-to-arrow.
http-to-arrow-v0.1.1
Full Changelog: http-to-arrow-v0.1.0...http-to-arrow-v0.1.1
http-to-arrow v0.1.0
Initial release