Skip to content

ParquetSharp 5.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:03
· 260 commits to master since this release
fb33dcb

This release is a new major release of ParquetSharp that brings the following changes:

  • Upgrade to Arrow 5.0.0 (PR #214).
  • Add isSupportedType method back in LogicalTypeFactory (PR #218).
  • Add reading from structs & definition level checking (PR #221).
  • Various CI/repo improvements:
    • Automatic NuGet and release publication (PR #224).
    • Update badges (PR #226).
    • Bump version of dotnet 5 SDK used in CI (PR #223).
    • Add documentation on how to use ParquetSharp from PowerShell (PR #240).
    • readme: mention ParquetSharp.DataFrame (PR: #245).
  • Enable support for arm64 (PR #231 and #236).

This version of ParquetSharp supports the arm64 architecture on both Linux and macOS.
Its source is identical to 5.0.0-beta3, which has simply been promoted to stable (PR #246).

Incompatible API changes

ParquetSharp.LogicalColumnStream<TSource>.ArraySchemaNodes has been renamed to ParquetSharp.LogicalColumnStream<TSource>.SchemaNodesPath