All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Nothing yet.
v0.3.0 - 2020-12-15
- Added examples how to use the low-level and high-level APIs.
- Added backwards compability in floor reader and writer for lists as produced by Athena.
- Fixed many crash issues found during fuzzing of the parquet reader.
v0.2.1 - 2020-11-04
- Release to correct missing changelog.
v0.2.0 - 2020-11-04
- Added
csv2parquet
command to convert CSV files into parquet files - Fixed issue in
parquet-tool cat
that wouldn't print any records if no limit was provided - Added support for backward compatible MAPs and LISTs in schema validation
- Added ValidateStrict method to validate without regard for backwards compatibility
v0.1.1 - 2020-05-26
- Added high-level interface to access file and column metadata
v0.1.0 - 2020-04-24
- Initial release