Releases: xitongsys/parquet-go
Releases · xitongsys/parquet-go
v1.6.2
Merge pull request #427 from xitongsys/dev
add format in makefile
v1.6.0
Big changes in the type. Not compatiable with before.
v1.5.3
- Performance improvement
- Bug fix
1.5.2
Merge pull request #247 from xitongsys/dev
Fix wrong trim of FIX_LENGTH_BYTE_ARRAY in statistics
1.5.1
Merge pull request #205 from xitongsys/dev
update readme.md
Refactor types used in parquet-go
1.5.0
- go dep -> go mod #192
- using klauspost/compress/gzip klauspost/compress/zstd #193
- fixed DELTA_BINARY_PACKED encoding bug #190
- refactor some types #195
1.4.3
this is the last version using go dep.