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.11.0 -> 0.12.0 (⚠️ API breaking changes) * `vortex-array`: 0.11.0 -> 0.12.0 (⚠️ API breaking changes) * `vortex-buffer`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-datetime-dtype`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-dtype`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-error`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-flatbuffers`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-proto`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-scalar`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-fastlanes`: 0.11.0 -> 0.12.0 (⚠️ API breaking changes) * `vortex-datafusion`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-expr`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-schema`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-serde`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-sampling-compressor`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-datetime-parts`: 0.11.0 -> 0.12.0 (⚠️ API breaking changes) * `vortex-dict`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-fsst`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-roaring`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-runend`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-zigzag`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-bytebool`: 0.11.0 -> 0.12.0 (✓ API compatible changes) * `vortex-runend-bool`: 0.11.0 -> 0.12.0 (✓ API compatible changes) ###⚠️ `vortex-alp` breaking changes ``` --- failure trait_newly_sealed: pub trait became sealed --- Description: A publicly-visible trait became sealed, so downstream crates are no longer able to implement it ref: https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_newly_sealed.ron Failed in: trait vortex_alp::ALPFloat in file /tmp/.tmpo8ekTa/vortex/encodings/alp/src/alp/mod.rs:36 ``` ###⚠️ `vortex-array` 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: ConstantArray::scalar, previously in file /tmp/.tmp8NXjd3/vortex-array/src/array/constant/mod.rs:62 --- 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::stats::EmptyStatistics, previously in file /tmp/.tmp8NXjd3/vortex-array/src/stats/mod.rs:61 ``` ###⚠️ `vortex-fastlanes` breaking changes ``` --- failure method_parameter_count_changed: pub method parameter count changed --- Description: A publicly-visible method now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/method_parameter_count_changed.ron Failed in: vortex_fastlanes::DeltaArray::try_new now takes 5 parameters instead of 3, in /tmp/.tmpo8ekTa/vortex/encodings/fastlanes/src/delta/mod.rs:83 ``` ###⚠️ `vortex-datetime-parts` 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_datetime_parts::compress_temporal, previously in file /tmp/.tmp8NXjd3/vortex-datetime-parts/src/compress.rs:12 ``` <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