Skip to content

v0.14.1

Compare
Choose a tag to compare
@abdolence abdolence released this 13 Apr 13:19
· 6 commits to master since this release
001eb05

What's Changed

  • Fix arrow stream serialization by @abdolence in #41
    Previous implementation was serializing all items inefficiently as a separate record with own schema. Now it serializes the stream as connected stream with one schema and end stream signal.

Full Changelog: v0.14.0...v0.14.1