Skip to content

v0.4.0

Compare
Choose a tag to compare
@jorgecarleitao jorgecarleitao released this 28 Aug 09:17
· 147 commits to main since this release

This release expands on the async support by offering full support for async writing of parquet files via the futures::AsyncWrite.
Furthermore, in this release we remove the need of Seek to writing, which some writers do not support. Finally, this release adds a small guide to help users.

Full Changelog

Breaking changes:

  • Make write_* return the number of written bytes. #45
  • move HybridRleDecoder from read::levels to encoding::hybrid_rle #41
  • Simplified split of page buffer #37 (jorgecarleitao)
  • Simplified API to get page iterator #36 (jorgecarleitao)

New features:

Fixed bugs:

Enhancements:

Documentation updates:

Testing updates: