Skip to content

ParquetSharp 4.0.0 Beta 1

Pre-release
Pre-release

Choose a tag to compare

@GPSnoopy GPSnoopy released this 17 Jun 22:02
e81f4cf

We're bumping the version number to match Arrow releases again, so this is the first release in version 4.0.0. Not to conflict with future Arrow releases, the next potential patch version will be 4.0.0.1.

  • Upgrade to Arrow 4.0.0.
  • Remove net461 target, rely on netstandard2.0 instead.
  • Use C# 8.0 nullables and expose them in the public interface (PR #194).
  • Make Date and DateTimeNanos implement IComparable (PR #193).