Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `vortex-alp`: 0.8.0 -> 0.9.0 (⚠️ API breaking changes) * `vortex-array`: 0.8.0 -> 0.9.0 (⚠️ API breaking changes) * `vortex-buffer`: 0.8.0 -> 0.9.0 * `vortex-datetime-dtype`: 0.8.0 -> 0.9.0 (✓ API compatible changes) * `vortex-dtype`: 0.8.0 -> 0.9.0 (⚠️ API breaking changes) * `vortex-error`: 0.8.0 -> 0.9.0 (⚠️ API breaking changes) * `vortex-flatbuffers`: 0.8.0 -> 0.9.0 (✓ API compatible changes) * `vortex-proto`: 0.8.0 -> 0.9.0 * `vortex-scalar`: 0.8.0 -> 0.9.0 (✓ API compatible changes) * `vortex-datafusion`: 0.8.0 -> 0.9.0 * `vortex-expr`: 0.8.0 -> 0.9.0 (✓ API compatible changes) * `vortex-schema`: 0.8.0 -> 0.9.0 * `vortex-serde`: 0.8.0 -> 0.9.0 (⚠️ API breaking changes) * `vortex-fastlanes`: 0.8.0 -> 0.9.0 * `vortex-sampling-compressor`: 0.8.0 -> 0.9.0 * `vortex-datetime-parts`: 0.8.0 -> 0.9.0 * `vortex-dict`: 0.8.0 -> 0.9.0 * `vortex-fsst`: 0.8.0 -> 0.9.0 * `vortex-roaring`: 0.8.0 -> 0.9.0 * `vortex-runend`: 0.8.0 -> 0.9.0 * `vortex-zigzag`: 0.8.0 -> 0.9.0 * `vortex-bytebool`: 0.8.0 -> 0.9.0 * `vortex-runend-bool`: 0.8.0 -> 0.9.0 ###⚠️ `vortex-alp` breaking changes ``` --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/inherent_method_missing.ron Failed in: ALPArray::array, previously in file /tmp/.tmpvs21CT/vortex-alp/src/array.rs:21 ``` ###⚠️ `vortex-array` breaking changes ``` --- failure function_missing: pub fn removed or renamed --- Description: A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/function_missing.ron Failed in: function vortex::validity::filter_validity, previously in file /tmp/.tmpvs21CT/vortex-array/src/validity.rs:313 --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/inherent_method_missing.ron Failed in: BoolArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/bool/mod.rs:19 PrimitiveArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/primitive/mod.rs:29 Validity::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/validity.rs:77 StructArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/struct_/mod.rs:14 ExtensionArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/extension/mod.rs:13 ChunkedArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/chunked/mod.rs:28 ChunkedArray::find_chunk_idx, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/chunked/mod.rs:93 ConstantArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/constant/mod.rs:17 VarBinArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/varbin/mod.rs:27 VarBinViewArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/varbinview/mod.rs:110 SparseArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/sparse/mod.rs:18 SparseArray::find_index, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/sparse/mod.rs:119 NullArray::array, previously in file /tmp/.tmpvs21CT/vortex-array/src/array/null/mod.rs:15 --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_method_added.ron Failed in: trait method vortex::variants::ExtensionArrayTrait::storage_array in file /tmp/.tmpxs3Rk2/vortex/vortex-array/src/variants.rs:242 --- failure trait_missing: pub trait removed or renamed --- Description: A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_missing.ron Failed in: trait vortex::AsArray, previously in file /tmp/.tmpvs21CT/vortex-array/src/lib.rs:233 ``` ###⚠️ `vortex-dtype` breaking changes ``` --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_method_added.ron Failed in: trait method vortex_dtype::NativePType::compare in file /tmp/.tmpxs3Rk2/vortex/vortex-dtype/src/ptype.rs:52 trait method vortex_dtype::NativePType::is_eq in file /tmp/.tmpxs3Rk2/vortex/vortex-dtype/src/ptype.rs:54 ``` ###⚠️ `vortex-error` breaking changes ``` --- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_added.ron Failed in: variant VortexError:AssertionFailed in /tmp/.tmpxs3Rk2/vortex/vortex-error/src/lib.rs:62 variant VortexError:Context in /tmp/.tmpxs3Rk2/vortex/vortex-error/src/lib.rs:64 variant VortexError:DataFusion in /tmp/.tmpxs3Rk2/vortex/vortex-error/src/lib.rs:146 ``` ###⚠️ `vortex-serde` breaking changes ``` --- failure enum_missing: pub enum removed or renamed --- Description: A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_missing.ron Failed in: enum vortex_serde::layouts::Projection, previously in file /tmp/.tmpvs21CT/vortex-serde/src/layouts/read/projections.rs:6 --- failure enum_variant_added: enum variant added on exhaustive enum --- Description: A publicly-visible enum without #[non_exhaustive] has a new variant. ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_added.ron Failed in: variant ReadResult:ReadMore in /tmp/.tmpxs3Rk2/vortex/vortex-serde/src/layouts/read/mod.rs:46 --- failure enum_variant_missing: pub enum variant removed or renamed --- Description: A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/enum_variant_missing.ron Failed in: variant ReadResult::GetMsgs, previously in file /tmp/.tmpvs21CT/vortex-serde/src/layouts/read/mod.rs:48 --- failure struct_missing: pub struct removed or renamed --- Description: A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/struct_missing.ron Failed in: struct vortex_serde::layouts::Schema, previously in file /tmp/.tmpvs21CT/vortex-serde/src/layouts/read/schema.rs:7 --- failure trait_method_added: pub trait method added --- Description: A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_method_added.ron Failed in: trait method vortex_serde::layouts::Layout::read_next in file /tmp/.tmpxs3Rk2/vortex/vortex-serde/src/layouts/read/mod.rs:58 --- failure trait_method_missing: pub trait method removed or renamed --- Description: A trait method is no longer callable, and may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_method_missing.ron Failed in: method read of trait Layout, previously in file /tmp/.tmpvs21CT/vortex-serde/src/layouts/read/mod.rs:60 ``` <details><summary><i><b>Changelog</b></i></summary><p> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information