Releases: sunchao/parquet-rs
Releases · sunchao/parquet-rs
Release 0.4.2
New features:
- Upgrade parquet format to 2.5.0 (#180)
- add support for unsigned types and timestamp millis (#181)
Bug fixes:
- Patch schema to handle root node repetition and num_children as 0 (#182)
Release 0.4.1
Changes:
- Fix build error when fetching git hash (#171 )
- Fix documentation links (#169)
Release 0.4.0
Major Changes:
- Low-level writer support (#116)
Release 0.3.0
Major Changes:
- Add statistics for column chunk and pages (#94)
- Add decimal support for the record reader API (#103)
- Support FixedLenByteArrayType in DeltaByteArrayEncoder (#106)
- Add ZSTD compression (#107)
- Deploy documentation to github pages (#110)
Release 0.2.0
Major Changes:
- Removed dependency on Thrift so building the project is easier. #82
- Updated documentation. #81
- Add Date type to the record API. #87
- Solidified APIs (Row, List, Map) for records. #86, #101
- LZ4 compression support. #98
- Improvement on PLAIN, RLE and DELTA_BINARY_PACKED encodings. #80
Release 0.1.0
Initial release:
- supports all encodings.
- supports all codecs except LZ4 and Zstandard.
- provides primitive column value readers and more high-level record reader.
- provides binaries to read & print metadata and records from Parquet files.