v0.13.0
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:
- Removed unused cargo feature #145 (jorgecarleitao)
- Fix potential misuse of FileWriter API's (sync + async) #138 (TurnOfACard)
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:
- Improved read of metadata #143 (jorgecarleitao)
- Simplified async metadata read #137 (jorgecarleitao)
Testing updates:
- Lifted duplicated code to a function #141 (jorgecarleitao)
- Improved Integration test documentation and expanded tests #133 (TurnOfACard)