Skip to content

deps: Bump the nuget-minor-and-patch group with 1 update - #16

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/nuget/src/GridSim.Gda/nuget-minor-and-patch-65055dd0fd
Aug 12, 2026
Merged

deps: Bump the nuget-minor-and-patch group with 1 update#16
github-actions[bot] merged 1 commit into
masterfrom
dependabot/nuget/src/GridSim.Gda/nuget-minor-and-patch-65055dd0fd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor

Updated Parquet.Net from 6.0.3 to 6.1.0.

Release notes

Sourced from Parquet.Net's releases.

6.1.0

New

  • Big TIME improvements (potentially breaking). Parquet.Net treats TIME logical type as int or long depending on precision and does not attempt to convert to .NET native temporal types which may lose precision. Class serializer also understands TimeOnly. Time uses new schema field TimeDataField which also allows specifying precision and UTC adjustment.

Improvements

  • Exposed WriteAllPartsAsync internal method for callers who wish to manually supply definition levels and values (really low-level high-performance API). As wished by @​spanglerco in #​755.
  • BigDecimal encoding 7–17% speed improvement depending on precision and data size. By @​rferraton in #​740.
  • Marked INT96 DateTimeKind as Unspecified by @​Kuinox in #​695.
  • Documentation moved to a dedicated space to break from the GitHub markdown limitations.

Bugs fixed

  • Legacy TIME_MILLIS converted type was not handled at all, now it's treated as int, and TIME_MICROS is handled as long, which is consistent with TIME logical type.
  • TimeSpan and TimeOnly in class serializer defaults to millisecond precision (used to be microseconds, but those types do not get enough precision to support this).
  • .NET TimeStamp type does not map to anything now. Parquet time type which used to be used for mapping does not actually map well as they represent totally different temporal meanings (time of day and interval of time). If you need to represent a time interval, use Interval Type.
  • Use absolute positioning on every page read, because in some edge cases page reader may not exhaust page data in #​781 and #​777 and 776 by @​mukunku.

Breaking changes

  • UseTimeOnlyTypeForTimeMillis and UseTimeOnlyTypeForTimeMicros removed from ParquetOptions due to better time handling logic so they are not used anymore.

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Parquet.Net from 6.0.3 to 6.1.0

---
updated-dependencies:
- dependency-name: Parquet.Net
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Parquet.Net
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Parquet.Net
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from MarkS0485 as a code owner August 12, 2026 10:56
@dependabot dependabot Bot added dependencies Dependency updates nuget NuGet package bump labels Aug 12, 2026
@github-actions
github-actions Bot merged commit f11860a into master Aug 12, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/src/GridSim.Gda/nuget-minor-and-patch-65055dd0fd branch August 12, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates nuget NuGet package bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant