Skip to content

3.9.0

Compare
Choose a tag to compare
@aloneguid aloneguid released this 25 Jun 11:00
· 597 commits to master since this release

Another release. It's 3.9 now, is it going to be 4.0 any time soon? I don't know!

Breaking Changes

"parq" tool removed as according to stats it's rarely used by anyone, and I don't have time to support it. If you want to view parquet files, try Parquet Viewer.

Community Contributions

  • #116 Fix for NullReference-Exception in case of Int16, UnsignedShort and UnsignedByte. (thanks @nikolapeja6).
  • #109 Add support for decimal scale and precision. (thanks @bdquig).
  • #112 Preserve ticks during the conversion from NanoTime to DateTimeOffset (thanks @MaratFaskhiev).

Small Improvements

  • csproj: removed NET14 directive - wasn't in use at all.
  • explicit dependencies on System.Buffers and System.Memory were removed.
  • dependency on System.Reflection.Emit.Lightweight is now only required for netstandard 2.0 and lower.
  • added 2 new .NET Core explicit LTS targets - .NET Core 2.1 and .NET Core 3.1. For you it only means that if you are targeting one of those frameworks, you will have 2 less transitive nuget dependencies.
  • using official parquet graphics.