Skip to content

Releases: G-Research/ParquetSharp

ParquetSharp 15.0.2

29 Apr 10:45
9fba131
Compare
Choose a tag to compare

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

ParquetSharp 15.0.2-beta2

06 Apr 07:20
f149974
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 15.0.2-beta1...15.0.2-beta2

ParquetSharp 15.0.2-beta1

24 Mar 22:03
c98ee2b
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Upgrade Arrow C++ version to 15.0.2 by @adamreeve in #431
  • Allow getting a ParquetFileReader and the SchemaManifest from an Arrow.FileReader by @adamreeve in #430

Full Changelog: 15.0.0-beta3...15.0.2-beta1

ParquetSharp 15.0.0-beta3

07 Mar 20:42
010bdde
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 15.0.0-beta2...15.0.0-beta3

ParquetSharp 15.0.0-beta2

05 Mar 23:03
925d233
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Document workarounds for writing TimeSpan values by @adamreeve in #422
  • 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

Full Changelog: 15.0.0-beta1...15.0.0-beta2

ParquetSharp 15.0.0-beta1

07 Feb 01:42
3182e68
Compare
Choose a tag to compare
Pre-release

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

What's Changed

  • Upgrade C++ Arrow to 15.0.0 by @adamreeve in #417
  • 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

Full Changelog: 14.0.2...15.0.0-beta1

ParquetSharp 14.0.2

02 Feb 00:10
50292d0
Compare
Choose a tag to compare

This version of ParquetSharp is identical to 14.0.2-beta1, which has been promoted to stable.

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

New features

  • Add Skip at the LogicalColumnReader level by @mfkl in #388
  • Add support for custom conversion logic with the row-oriented API by @jescalada in #393

Bug fixes

  • Fix segfault writing to no longer valid column writer by @adamreeve in #401

Miscellaneous

Full Changelog: 13.0.0...14.0.2

ParquetSharp 14.0.2-beta1

22 Jan 22:57
307a2bd
Compare
Choose a tag to compare
Pre-release

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

New features

  • Add Skip at the LogicalColumnReader level by @mfkl in #388
  • Add support for custom conversion logic with the row-oriented API by @jescalada in #393

Bug fixes

  • Fix segfault writing to no longer valid column writer by @adamreeve in #401

Miscellaneous

Full Changelog: 13.0.0...14.0.2-beta1

ParquetSharp 13.0.0

27 Nov 21:55
63ea83d
Compare
Choose a tag to compare

This version of ParquetSharp is identical to 13.0.0-beta1, which has been promoted to stable.

This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 13.0.0, and adds the ability to interoperate with the Arrow C# library, supporting reading Parquet data as Arrow record batches and writing Arrow data to Parquet. See the working with Arrow data documentation for further details.

Full list of changes

New Contributors

Full Changelog: 12.0.1...13.0.0

ParquetSharp 13.0.0-beta1

08 Nov 22:49
3be3f25
Compare
Choose a tag to compare
Pre-release

This version of ParquetSharp upgrades the underlying Arrow C++ Parquet library to version 13.0.0, and adds the ability to interoperate with the Arrow C# library, supporting reading Parquet data as Arrow record batches and writing Arrow data to Parquet. See the working with Arrow data documentation for further details.

Full list of changes

New Contributors

Full Changelog: 12.0.1...13.0.0-beta1