Skip to content

v0.13.0

Compare
Choose a tag to compare
@jorgecarleitao jorgecarleitao released this 31 May 17:57
· 63 commits to main since this release

Another release of parquet2 is here!

We can now control the compression level of both GZIP and BROTLI compression thanks to @TurnOfACard 🙇

Thank you to everyone that contributed to this release!

Breaking changes:

New features:

  • Added new_with_page_meta to PageReader #136 (ygf11)
  • Added compression options/levels for GZIP and BROTLI codecs. #132 (TurnOfACard)

Fixed bugs:

  • Async FileStreamer does not write statistics #139
  • Fixed error in compressing lz4raw with large offsets #140 (jorgecarleitao)

Enhancements:

Testing updates: