Skip to content

Releases: substrait-io/substrait-rs

v0.41.8

05 Sep 09:31
Compare
Choose a tag to compare

Chore

  • bump serde_json from 1.0.127 to 1.0.128 in the cargo group
    Bumps the cargo group with 1 update:
    serde_json.

    Updates serde_json from 1.0.127 to 1.0.128

Commit Statistics

  • 1 commit contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #222

Commit Details

view details
  • #222
    • Bump serde_json from 1.0.127 to 1.0.128 in the cargo group (0447cc3)

v0.41.7

02 Sep 09:42
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.76 to 2.0.77 in the cargo group
    Bumps the cargo group with 1 update:
    syn.

    Updates syn from 2.0.76 to 2.0.77

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #221

Commit Details

view details
  • #221
    • Bump syn from 2.0.76 to 2.0.77 in the cargo group (ed73f7e)

v0.41.6

02 Sep 09:40
Compare
Choose a tag to compare

Chore

Commit Statistics

  • 1 commit contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #220

Commit Details

view details

v0.41.5

27 Aug 09:45
Compare
Choose a tag to compare

Chore

  • bump prettyplease from 0.2.20 to 0.2.22 in the cargo group
    Bumps the cargo group with 1 update:
    prettyplease.

    Updates prettyplease from 0.2.20 to 0.2.22

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #218

Commit Details

view details
  • #218
    • Bump prettyplease from 0.2.20 to 0.2.22 in the cargo group (a9aac57)

v0.41.4

26 Aug 09:52
Compare
Choose a tag to compare

Chore

  • bump the cargo group with 3 updates
    Bumps the cargo group with 3 updates:
    serde,
    serde_json and
    syn.

    Updates serde from 1.0.208 to 1.0.209
    Updates serde_json from 1.0.125 to 1.0.127
    Updates syn from 2.0.75 to 2.0.76

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #217

Commit Details

view details

v0.41.3

19 Aug 09:12
Compare
Choose a tag to compare

Chore

  • bump the cargo group with 10 updates
    Bumps the cargo group with 10 updates:

    Package From To
    url 2.5.0 2.5.2
    semver 1.0.22 1.0.23
    serde 1.0.202 1.0.208
    serde_json 1.0.117 1.0.125

    |
    | serde_yaml | 0.9.32 |
    0.9.34+deprecated |
    | thiserror | 1.0.61 |
    1.0.63 |
    | prettyplease | 0.2.9 |
    0.2.20 |
    | protobuf-src
    | 2.0.0+26.1 | 2.1.0+27.1 |
    | schemars | 0.8.20 | 0.8.21 |
    | syn | 2.0.65 | 2.0.75 |

    Updates url from 2.5.0 to 2.5.2

    Commits

    Updates semver from 1.0.22 to 1.0.23

    Release notes

    Sourced from semver's releases.

    1.0.23

    • Resolve unexpected_cfgs warning (#318)
    Commits
    • 69efd3c Release 1.0.23
    • 451b419 Merge pull request #318 from dtolnay/checkcfg
    • 5b71485 Resolve unexpected_cfgs warning
    • c520af7 Revert "Temporarily disable miri on doctests"
    • 73b5d9e Merge pull request #313 from Saecki/patch-1
    • e8d61de chore: fix typo in safety comment
    • d282d48 Explicitly install a Rust toolchain for cargo-outdated job
    • 6e6ba22 Temporarily disable miri on doctests
    • See full diff in compare view

    Updates serde from 1.0.202 to 1.0.208

    Release notes

    Sourced from serde's releases.

    v1.0.208

    • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)

    v1.0.207

    • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @​Mingun)

    v1.0.206

    • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)

    v1.0.205

    • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @​Mingun)
    • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)

    v1.0.204

    • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @​weiznich)

    v1.0.203

    • Documentation improvements (#2747)
    Commits
    • 026e91a Release 1.0.208
    • bfbedac Merge pull request #2802 from jonhoo/flatten-unit-struct
    • 4036ff8 Support (de-)serializing flattened unit struct
    • 1b4da41 Release 1.0.207
    • f61d452 Touch up PR 2795
    • f986609 Merge pull request #2795 from Mingun/has-flatten-rework
    • 77a6a9d Take into account only not skipped flatten fields when choose serialization form
    • 547d843 Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
Read more

v0.41.2

19 Aug 08:52
Compare
Choose a tag to compare

Chore

  • group cargo updates

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #213

Commit Details

view details

v0.41.1

19 Aug 08:26
Compare
Choose a tag to compare

Chore

  • bump rustix from 0.37.22 to 0.37.27 in the cargo group
    Bumps the cargo group with 1 update:
    rustix.

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #207

Commit Details

view details
  • #207
    • Bump rustix from 0.37.22 to 0.37.27 in the cargo group (fa7eb2b)

v0.41.0

19 Aug 07:57
Compare
Choose a tag to compare

Chore (BREAKING)

  • bump substrait from 0.54.0 to 0.55.0
    Bumps substrait from
    93c8339 to ae77a72.

Commit Statistics

  • 1 commit contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #206

Commit Details

view details

v0.40.0

12 Aug 06:53
Compare
Choose a tag to compare

Chore (BREAKING)

  • bump substrait from 0.53.0 to 0.54.0
    Bumps substrait from
    5fe2a16 to 93c8339.

Commit Statistics

  • 1 commit contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #205

Commit Details

view details