8000 Releases · G-Research/ParquetSharp · GitHub
[go: up one dir, main page]

Skip to content

Releases: G-Research/ParquetSharp

ParquetSharp 18.1.0

24 Feb 20:36
f0ee0b9
Compare
Choose a tag to compare

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

What's Changed

  • Add comparison operators and FromDotnetTicks to DateTimeNanos by @Brandon4BZ in #478
  • Fix reading required string values inside an optional group by @adamreeve in #481
  • Support reading and writing decimals with arbitrary length fixed-length byte array columns and writing with int32 or int64 by @adamreeve in #482
  • Bump parquet-cpp-arrow to 18.1.0 by @jescalada in #492
  • Handle reading files written with a non-standard map schema by @jescalada in #499
  • Documentation improvements: Encryption by @jescalada in #494
  • Documentation Improvements: Arrow API by @jescalada in #501

Full Changelog: 16.1.0...18.1.0

ParquetSharp 18.1.0-beta1

04 Feb 01:12
2f12e06
Compare
Choose a tag to compare
Pre-release

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

What's Changed

  • Add comparison operators and FromDotnetTicks to DateTimeNanos by @adamreeve in #478
  • Fix reading required string values inside an optional group by @adamreeve in #481
  • Support reading and writing decimals with arbitrary length fixed-length byte array columns and writing with int32 or int64 by @adamreeve in #482
  • Bump parquet-cpp-arrow to 18.1.0 by @jescalada in #492
  • SchemaUtils Nested Map Fix by @jescalada in #499
  • Documentation improvements: Encryption by @jescalada in #494

Full Changelog: 16.1.0...18.1.0-beta1

ParquetSharp 17.0.0-beta1

15 Aug 23:26
4deb370
Compare
Choose a tag to compare
Pre-release

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

What's Changed

New features

  • Add comparison operators and FromDotnetTicks to DateTimeNanos by @Brandon4BZ in #478

Bug fixes

  • Fix reading required string values inside an optional group by @adamreeve in #481

Miscellaneous

Full Changelog: 16.1.0...17.0.0-beta1

ParquetSharp 16.1.0

08 Aug 09:39
04cdee5
Compare
Choose a tag to compare

What's Changed

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

Bug fixes

  • Fix handling reference types that don't inherit directly from object by @adamreeve in #448
  • Fix out of memory errors causing logic_error when using ManagedRandomAccessFile by @adamreeve in #471

Miscellaneous

Full Changelog: 15.0.2.1...16.1.0

ParquetSharp 16.1.0-beta3

30 Jul 21:56
4a494d1
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update vcpkg baseline to fix incorrect Thrift hash by @adamreeve in #473

Full Changelog: 16.1.0-beta2...16.1.0-beta3

ParquetSharp 16.1.0-beta2

02 Jul 23:47
62ae832
Compare
Choose a tag to compare
Pre-release

What's Changed

Bug fixes

  • Fix out of memory errors causing logic_error when using ManagedRandomAccessFile by @adamreeve in #471

Miscellaneous

  • ci: use pypa/manylinux image instead of vanilla CentOS image by @jgiannuzzi in #470

Full Changelog: 16.1.0-beta1...16.1.0-beta2

ParquetSharp 16.1.0-beta1

27 Jun 02:43
9bafbd4
Compare
Choose a tag to compare
Pre-release

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

Bug fixes

  • Fix handling reference types that don't inherit directly from object by @adamreeve in #448

Miscellaneous

New Contributors

Full Changelog: 15.0.2.1...16.1.0-beta1

ParquetSharp 15.0.2.1

23 Jun 22:06
5aaff18
Compare
Choose a tag to compare

What's Changed

  • Fix breaking change to LogicalTypeEnum.None value by @adamreeve in #444

Full Changelog: 15.0.2...15.0.2.1

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

0