Skip to content

Releases: jorgecarleitao/parquet2

v0.17.0

30 Nov 04:31
Compare
Choose a tag to compare

A new release is out there!

Thanks everyone for the fixes and improvements resulting in this stabler, easier to use and faster version of parquet2!

Breaking changes:

New features:

Fixed bugs:

Enhancements:

v0.16.0

17 Aug 18:01
Compare
Choose a tag to compare

Yet another release of parquet2, mostly focused on avoiding panics and oom. No impact on performance, but improves reliability.

v0.16.1 (2022-08-17)

Full Changelog

Fixed bugs:

v0.16.0 (2022-08-17)

Full Changelog

Breaking changes:

New features:

Fixed bugs:

Documentation updates:

v0.15.0

10 Aug 21:26
Compare
Choose a tag to compare

We have a new release of parquet2 available!

Breaking changes:

New features:

  • Added feature flag to use zlib-ng backend for gzip #165 (ritchie46)

Fixed bugs:

Enhancements:

Testing updates:

v0.14.2

26 Jul 14:39
Compare
Choose a tag to compare

A couple of bug fixes, by @jhorstmann and @v0y4g3r

Full Changelog

Fixed bugs:

Enhancements:

v0.14.1

02 Jul 17:25
Compare
Choose a tag to compare

A small but important release to support legacy lz4, by @dantengsky 🚀

Full Changelog

New features:

Enhancements:

v0.14.0

27 Jun 17:24
Compare
Choose a tag to compare

A new release is here and in crates.io! 🎉🎉🎉

Full Changelog

Breaking changes:

  • split_buffer should return Result #156

Fixed bugs:

Enhancements:

v0.13.0

31 May 17:57
Compare
Choose a tag to compare

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:

v0.12.1

15 May 06:33
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

v0.12.0

22 Apr 18:24
Compare
Choose a tag to compare

Full Changelog

Breaking changes:

  • Add CompressionOptions, which allows for zstd compression levels. #128 (TurnOfACard)

Enhancements:

v0.11.0

15 Apr 07:48
Compare
Choose a tag to compare

Here we are for a new release of parquet2. This release has 3 main features:

  • added optional support LZ4 compression and decompression in WASM builds (via LZ4-flex by @PSeitz)
  • added support to read bloom filters
  • added support to read and write page indexes

A summary of the Full Changelog is available below.

Thank you for everyone that contributed to this release! (credits to individual PRs below)

Breaking changes:

New features:

  • Added support for page-level filter pushdown (indexes) #102
  • Added support for bloom filters #98
  • Added optional support for LZ4 via LZ4-flex crate (thus enabling wasm) #124 (jorgecarleitao)
  • Added support for page-level filter pushdown (column and offset indexes) #107 (jorgecarleitao)
  • Added support to read column and page indexes #100 (jorgecarleitao)

Fixed bugs:

Enhancements:

Documentation updates:

Testing updates: