Skip to content

ParquetSharp 15.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 10:45
· 14 commits to master since this release
9fba131

This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 15.0.2.

New features

  • Add support for reading and writing the .NET Half type by @adamreeve in #418
  • Expose page checksum verification reader and writer properties by @adamreeve in #419
  • Support the TimeOnly and DateOnly types added in .NET 6 by @adamreeve in #424
  • Add the key management tools API for encryption by @adamreeve in #426
  • Support buffered writing with the Arrow API by @adamreeve in #428
  • Allow getting a ParquetFileReader and the SchemaManifest from an Arrow.FileReader by @adamreeve in #430

Bug fixes

Miscellaneous

Full Changelog: 14.0.2...15.0.2