Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump serde_arrow from 0.11.6 to 0.12.2 #3167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps serde_arrow from 0.11.6 to 0.12.2.

Release notes

Sourced from serde_arrow's releases.

0.12.2

Bug fixes:

  • Fixed deserialization from sliced arrays (#248). Note that the current solution requires up front work when constructing the array deserializers, as described in the issue. The removal of the performance penalty is tracked in (#250)

Thanks

0.12.1

New features

  • Add support for various jiff types (jiff::Date, jiff::Time, jiff::DateTime, jiff::Timestamp, jiff::Span, jiff::SignedDuration)
  • Add support for tracing lists as List instead of LargeList by setting sequence_as_large_list to false in TracingOptions
  • Add support for tracing strings and strings in dictionaries as Utf8 instead of LargeUtf8 by setting strings_as_large_utf8 to false in TracingOptions
  • Add support to auto-detect dates (2024-09-30, mapped to Date32) and times (12:00:00, mapped to Time64(Nanosecond))) in from_samples
  • Improved error messages for non self describing types (chrono::*, uuid::Uuid, std::net::IpAddr)

Thanks

The following people contributed to this release:

  • @​jkylling added support for tracing lists as List and strings as Utf8

v0.12.0

Refactor the underlying implementation to prepare for further development

New features

  • Add Binary, LargeBinary, FixedSizeBinary(n), FixedSizeList(n) support for arrow2
  • Add support to serialize / deserialize bool from integer arrays
  • Add a helper to construct Bool8 arrays
  • Include the path of the field that caused an error in the error message
  • Include backtrace information only for the debug representations of errors

API changes

  • Use impl serde::Serialize instead of &(impl serde::Serialize + ?Sized)
  • Use &[FieldRef] instead of &[Field] in arrow APIs

Removed deprecated API

  • Remove serde_arrow::schema::Schema
  • Remove serde_arrow::ArrowBuilder and serde_arrow::Arrow2Builder
  • Remove from_arrow_fields / to_arrow_fields for SerdeArrowSchema, use the TryFrom conversions to convert between fields and SerdeArrowSchema
  • Remove SerdeArrowSchema::new(), Overwrites::new()

v0.12.0-rc.1

Refactor the underlying implementation to prepare for further development

... (truncated)

Changelog

Sourced from serde_arrow's changelog.

0.12.2

Bug fixes:

  • Fixed deserialization from sliced arrays (#248). Note that the current solution requires up front work when constructing the array deserializers, as described in the issue. The removal of the performance penalty is tracked in (#250)

Thanks

0.12.1

New features

  • Add support for various jiff types (jiff::Date, jiff::Time, jiff::DateTime, jiff::Timestamp, jiff::Span, jiff::SignedDuration)
  • Add support for tracing lists as List instead of LargeList by setting sequence_as_large_list to false in TracingOptions
  • Add support for tracing strings and strings in dictionaries as Utf8 instead of LargeUtf8 by setting strings_as_large_utf8 to false in TracingOptions
  • Add support to auto-detect dates (2024-09-30, mapped to Date32) and times (12:00:00, mapped to Time64(Nanosecond))) in from_samples
  • Improved error messages for non self describing types (chrono::*, uuid::Uuid, std::net::IpAddr)

Thanks

The following people contributed to this release:

  • @​jkylling added support for tracing lists as List and strings as Utf8

0.12.0

Refactor the underlying implementation to prepare for further development

New features

  • Add Binary, LargeBinary, FixedSizeBinary(n), FixedSizeList(n) support for arrow2
  • Add support to serialize / deserialize bool from integer arrays
  • Add a helper to construct Bool8 arrays
  • Include the path of the field that caused an error in the error message
  • Include backtrace information only for the debug representations of errors

API changes

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
serde_arrow [< 0.12, > 0.11.0]

Dependabot compatibility score

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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 <dependency name> 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)

Bumps [serde_arrow](https://github.com/chmp/serde_arrow) from 0.11.6 to 0.12.2.
- [Release notes](https://github.com/chmp/serde_arrow/releases)
- [Changelog](https://github.com/chmp/serde_arrow/blob/main/Changes.md)
- [Commits](chmp/serde_arrow@v0.11.6...v0.12.2)

---
updated-dependencies:
- dependency-name: serde_arrow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants