Releases: aloneguid/parquet-dotnet
Releases · aloneguid/parquet-dotnet
4.4.7
What's Changed
- Changes to test code to run on my machine by @xclayl in #250
- Remove
new()
constraint for Serialize methods by @francoishill in #254
New Contributors
- @xclayl made their first contribution in #250
- @francoishill made their first contribution in #254
Full Changelog: 4.4.6...4.4.7
4.4.6
Full Changelog: 4.4.5...4.4.6
4.4.5
What's Changed
- Fix signedbyte typo by @mukunku in #246
- RLE encoding bug for different bit width (#243) by @aloneguid in #247
Full Changelog: 4.4.4...4.4.5
4.4.4
4.4.3
Massive performance boost for RLE encoder.
Full Changelog: 4.4.2...4.4.3
4.4.2
What's Changed
- perform range checks when data page has more data than there is (#214) by @aloneguid in #241
Full Changelog: 4.4.1...4.4.2
4.4.1
What's Changed
- adding nullable annotations across the library by @aloneguid in #238
- byte[] was wrongly resolved to FIXED_LENGTH_BYTE_ARRAY instead of BYTE_ARRAY by @aloneguid in #239
ReadAsTableAsync
method supports progress callbacks
Full Changelog: 4.4.0...4.4.1
4.4.0
What's Changed
- support reading delta byte array by @dmishne in #231
- 232 fix ReadDataPageV2Async memory handling by @dmishne in #233
- dictionary encoding needs to write RLE with bit-width byte (#234) by @aloneguid in #236
Full Changelog: 4.3.4...4.4.0
4.3.4
Experimental managed Snappy implementation.
Full Changelog: 4.3.3...4.3.4
4.3.3
Improvements
- Slight performance improvements in
string
write. - Reading file schema is now using only async methods.
Unrelated
Check out Parquet Online project, help wanted!
Full Changelog: 4.3.2...4.3.3