Skip to content

Releases: ProxayFox/proxay-pylibs

http-to-arrow v0.2.1

Choose a tag to compare

@ProxayFox ProxayFox released this 05 Jun 06:13

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

Choose a tag to compare

@ProxayFox ProxayFox released this 05 Jun 05:57

What's Changed

  • Added async Arrow IPC streaming through ArrowIPCStream and lower-level IPCStreamSink batch serialization.
  • Added batch-draining helpers on ArrowRecordContainer for streaming and memory-constrained workflows: drain_batches(), iter_batches(), and flush_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 quality
  • uv 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

Choose a tag to compare

@ProxayFox ProxayFox released this 04 Jun 07:24

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

Choose a tag to compare

@ProxayFox ProxayFox released this 13 May 04:14

Initial release of http-to-arrow.

http-to-arrow-v0.1.1

Choose a tag to compare

@ProxayFox ProxayFox released this 13 May 03:55

http-to-arrow v0.1.0

Choose a tag to compare

@ProxayFox ProxayFox released this 13 May 01:56

Initial release