maxisoft / Cryptodd

Save usefull crypto data into databases
GNU Affero General Public License v3.0
2 stars 1 forks source link

Bump Parquet.Net from 4.0.2 to 4.23.5 #347

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps Parquet.Net from 4.0.2 to 4.23.5.

Release notes

Sourced from Parquet.Net's releases.

4.23.5

Bug fixes

4.23.4

Bug fixes

Fixed regression in schema discovery of nullables for DateTime, DateOnly, TimeOnly.

4.23.3

Fixed regression in schema discovery of nullable decimal data types. Thanks to @​stefer in #465 for investigating and reporting this.

4.23.2

Bug fixes

4.23.1

Improvement

  • Flat file converter understands simple arrays and lists.

4.23.0

New features

  • Class serializer now supports fields, in addition to properties (#405).
  • New helper class ParquetToFlatTableConverter to simplify conversion of parquet files to flat data destinations.

Bugs fixed

  • .NET >= 6 specific types DateOnly and TimeOnly deserialization was failing due to schema validation errors (#395).
  • TimeOnly nullability wasn't respected.
  • Custom attributes like [ParquetTimestamp], [ParquetMicroSecondsTime] or [ParquetDecimal] were ignored for nullable class properties (408).

Floor

  • Remembers theme variant - "light" or "dark".
  • Ask for permission to send anonymous telemetry data on start.
  • New button - reload file from disk.
  • Simple conversion to CSV.
  • Implemented version check on start.

4.22.1

Improvements

  • Deserialization into array of primitives is now supported on root class level in #456.
  • Untyped deserialiser supports legacy arrays.

... (truncated)

Changelog

Sourced from Parquet.Net's changelog.

4.23.5

Bug fixes

4.23.4

Bug fixes

Fixed regression in schema discovery of nullables for DateTime, DateOnly, TimeOnly.

4.23.3

Fixed regression in schema discovery of nullable decimal data types. Thanks to @​stefer in #465 for investigating and reporting this.

4.23.2

Bug fixes

4.23.1

Improvement

  • Flat file converter understands simple arrays and lists.

4.23.0

New features

  • Class serializer now supports fields, in addition to properties (#405).
  • New helper class ParquetToFlatTableConverter to simplify conversion of parquet files to flat data destinations.

Bugs fixed

  • .NET >= 6 specific types DateOnly and TimeOnly deserialization was failing due to schema validation errors (#395).
  • TimeOnly nullability wasn't respected.
  • Custom attributes like [ParquetTimestamp], [ParquetMicroSecondsTime] or [ParquetDecimal] were ignored for nullable class properties (408).

Floor

  • Remembers theme variant - "light" or "dark".
  • Ask for permission to send anonymous telemetry data on start.
  • New button - reload file from disk.
  • Simple conversion to CSV.
  • Implemented version check on start.

... (truncated)

Commits
  • 6d2bda7 formatting!
  • f4712d5 read/write UUID with big-endian encoding (#496)
  • e4d61f7 update release notes
  • 2bede5f test: add test case to schema encoder
  • f508380 fix: decimal fields deserialization
  • a79a1a9 test: add schema fields deserialization tests
  • 60e4c0b test: add decimal field test and verify column types
  • d8febde test for reflecting nullable TimeOnly
  • f0f9901 refactoring flaky unit tests for schema reflector, and fixing nullable dateti...
  • e5c24ed Fixed regression in schema discovery of nullable decimal data types (#465)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | Parquet.Net | [>= 4.1.a, < 4.2] | | Parquet.Net | [>= 4.2.a, < 4.3] | | Parquet.Net | [>= 4.3.a, < 4.4] |

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.