Releases: substrait-io/substrait-rs
Releases · substrait-io/substrait-rs
v0.41.3
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.2Commits
54346fa
Revert "Reimplement idna on top of ICU4X" (#946)dcfbed3
Update idna to 1.0.1 (#945)467ef63
fix panic onxn--55555577
(#940)3d6dbbb
Reimplement idna on top of ICU4X (#923)de947ab
Document possible replacements of the base URL (#926)8b8431b
docs: document SyntaxViolation variants, remove bare URLs (#924)fd042e0
Non-special URLs can have their paths erased (#921)49eea1c
Fix multiple issues on wasm32: (#886)a4dd58b
Fix lint (#920)73803fa
Update URLs (#916)- Additional commits viewable in compare view
Updates
semver
from 1.0.22 to 1.0.23Commits
69efd3c
Release 1.0.23451b419
Merge pull request #318 from dtolnay/checkcfg5b71485
Resolve unexpected_cfgs warningc520af7
Revert "Temporarily disable miri on doctests"73b5d9e
Merge pull request #313 from Saecki/patch-1e8d61de
chore: fix typo in safety commentd282d48
Explicitly install a Rust toolchain for cargo-outdated job6e6ba22
Temporarily disable miri on doctests- See full diff in compare view
Updates
serde
from 1.0.202 to 1.0.208Release notes
Sourced from serde's releases.
v1.0.208
v1.0.207
- Improve interactions between
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks@Mingun
)
v1.0.206
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.208bfbedac
Merge pull request #2802 from jonhoo/flatten-unit-struct4036ff8
Support (de-)serializing flattened unit struct1b4da41
Release 1.0.207f61d452
Touch up PR 2795f986609
Merge pull request #2795 from Mingun/has-flatten-rework77a6a9d
Take into account only not skipped flatten fields when choose serialization form547d843
Remove dead code - serialize_struct_as_map always called when cattrs.has_flat...
v0.41.2
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
v0.41.1
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
v0.41.0
Chore (BREAKING)
- bump substrait from
0.54.0
to0.55.0
Bumps substrait from
93c8339
toae77a72
.
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
v0.40.0
Chore (BREAKING)
- bump substrait from
0.53.0
to0.54.0
Bumps substrait from
5fe2a16
to93c8339
.
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
v0.39.0
Other
- use previous rust release to build smart release with lock file
The smart-release lock file is pointing to an outdated version oftime
that fails to build on the latest stable rustc. Reverting to the
previous stable release until the next smart-release release.
Chore (BREAKING)
- bump substrait from
0.52.0
to0.53.0
Bumps substrait from
a68c1ac
to5fe2a16
.
Commit Statistics
- 2 commits contributed to the release.
- 13 days passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #203, #204
Commit Details
v0.38.0
Chore (BREAKING)
- bump substrait from
0.51.0
to0.52.0
Commit Statistics
- 1 commit contributed to the release.
- 12 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #201
Commit Details
v0.37.3
Chore
- fix build script warning, fix doctest with default features
Also tests without default features in CI.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #200
Commit Details
v0.37.2
Documentation
--cfg=docsrs
is now a default set by docs.rs
It's no longer required to specify this in our package metadata.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #190
Commit Details
v0.37.1
Chore
- add
prost
andpbjson
dependabot groups
This groups the dependabot updates of these packages together.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #199