maxisoft / Cryptodd

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

Bump Parquet.Net and System.Text.Json #341

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 10 months ago

Bumps Parquet.Net and System.Text.Json. These dependencies needed to be updated together. Updates Parquet.Net from 4.0.2 to 4.18.0

Release notes

Sourced from Parquet.Net's releases.

4.18.0

This is the next stability improvements release, and a big thanks to everyone who contributed! Without you this project would not be possible.

Please don't forget to star this project on GitHub if you like it, this helps the project grow and motivates the fellow contributors to keep contributing!

Improvements

  • Explicitly use invariant culture when encoding number types, eliminating the potential for generating invalid JSON by @​rachied in #438.
  • Added DeserializeAllAsync in #433 by @​Arithmomaniac.
  • Added option to reduce flushing of streams during write operation in #432 by @​dxdjgl.
  • Added explicit target for .NET 8 by @​aloneguid.

Bug fixes

4.17.0

This is a community bugfix release. As a maintainer I have only approved PRs raised by this wonderful community. Thanks everyone, and keep doing what you do.

Improvements

Bugs fixed

  • Gracefully handle malformed fields with trailing bytes in the data by @​mukunku in #413.
  • ParquetSerializer doesn't support different JsonPropertyName and ClrPropertyName on struct fields by @​mrinal-thomas in #410.
  • ParquetSerializer can sometimes fail when populating _typeToAssembler cache in parallel by @​scottfavre in #420/#411.

4.16.4

Class serializer was writing map key as optional (#396). Schema reflector for class serializer now emits non-nullable keys.

Validation for maps keys in schema was also added.

4.16.3

Delta encoding can be optionally turned off (thanks to @​itayfisz for suggestion in #392).

4.16.2

Critical Bug Fix in DELTA_BINARY_PACKED Decoding: Adding first value to destination array before reading the block, by @​ee-naveen in #391.

4.16.1

Critical Bug Fixes

  • Ensuring delta encoding footer blocks are complete And Handle Overflow by @​ee-naveen in #387.
  • Use PLAIN encoding for columns without defined data by @​spanglerco in #388.

4.16.0

New

  • Markdown documentation fully migrated to GitHub Pages. It was becoming slightly unmanageable and also recent GitHub updates made markdown files look awful. Also I kind of wanted to try Writerside by JetBrains, and publish docs with pride ;) @​aloneguid

... (truncated)

Changelog

Sourced from Parquet.Net's changelog.

4.18.0

This is the next stability improvements release, and a big thanks to everyone who contributed! Without you this project would not be possible.

Please don't forget to star this project on GitHub if you like it, this helps the project grow and motivates the fellow contributors to keep contributing!

Improvements

  • Explicitly use invariant culture when encoding number types, eliminating the potential for generating invalid JSON by @​rachied in #438.
  • Added DeserializeAllAsync in #433 by @​Arithmomaniac.
  • Added option to reduce flushing of streams during write operation in #432 by @​dxdjgl.
  • Added explicit target for .NET 8 by @​aloneguid.

Bug fixes

4.17.0

This is a community bugfix release. As a maintainer I have only approved PRs raised by this wonderful community. Thanks everyone, and keep doing what you do.

Improvements

Bugs fixed

  • Gracefully handle malformed fields with trailing bytes in the data by @​mukunku in #413.
  • ParquetSerializer doesn't support different JsonPropertyName and ClrPropertyName on struct fields by @​mrinal-thomas in #410.
  • ParquetSerializer can sometimes fail when populating _typeToAssembler cache in parallel by @​scottfavre in #420/#411.

4.16.4

Class serializer was writing map key as optional (#396). Schema reflector for class serializer now emits non-nullable keys.

Validation for maps keys in schema was also added.

4.16.3

Delta encoding can be optionally turned off (thanks to @​itayfisz for suggestion in #392).

4.16.2

Critical Bug Fix in DELTA_BINARY_PACKED Decoding: Adding first value to destination array before reading the block, by @​ee-naveen in #391.

4.16.1

Critical Bug Fixes

  • Ensuring delta encoding footer blocks are complete And Handle Overflow by @​ee-naveen in #387.

... (truncated)

Commits
  • 0f46d34 adding my suggesions to include this change in 4.18 release, hope you don't m...
  • eafbc93 #407 added option to reduce flushing of streams during write operation.
  • 268806a update release notes
  • 44d0075 package upgrades
  • c9e0b0f update release-history.md
  • 02fe19e Add DeserializeAllAsync
  • 0252f12 Merge remote-tracking branch 'origin/master'
  • ff0cdd1 update release-history.md
  • 4edf100 handle decimals, floats and doubles
  • 3d63a92 ignore macos system files
  • Additional commits viewable in compare view


Updates System.Text.Json from 7.0.3 to 8.0.0

Release notes

Sourced from System.Text.Json's releases.

.NET 8.0.0

Release

What's Changed

... (truncated)

Commits


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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
maxisoft commented 5 months ago

@dependabot rebase

dependabot[bot] commented 5 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.