v0.15.0
We have a new release of parquet2 available!
Breaking changes:
- Add
max_size
toget_page_stream
andget_page_iterator
#173 - Optional
async
#174 (jorgecarleitao) - Privatized
CompressionLevel
#170 (jorgecarleitao) - Delay deserialization of dictionary pages #160 (jorgecarleitao)
New features:
Fixed bugs:
- Fixed OOM on malicious/malformed thrift #172 (jorgecarleitao)
Enhancements:
- Made
compute_page_row_intervals
public #171 (jorgecarleitao) - Simplified interal code #168 (jorgecarleitao)
- cargo fmt #166 (ritchie46)
Testing updates:
- Improved coverage report #175 (jorgecarleitao)