spiraldb / vortex

An extensible, state-of-the-art columnar file format
https://vortex.dev
Apache License 2.0
1.01k stars 28 forks source link

chore: release v0.21.0 #1484

Closed github-actions[bot] closed 4 days ago

github-actions[bot] commented 5 days ago

🤖 New release

⚠️ 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.36.0/src/lints/function_missing.ron

Failed in:
  function vortex_array::compute::unary::try_cast, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/cast.rs:30
  function vortex_array::compute::unary::scalar_at, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_at.rs:30
  function vortex_array::compute::unary::fill_forward, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/fill_forward.rs:31
  function vortex_array::compute::unary::subtract_scalar, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_subtract.rs:28

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/module_missing.ron

Failed in:
  mod vortex_array::compute::unary, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/mod.rs:1

--- 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.36.0/src/lints/trait_method_missing.ron

Failed in:
  method invert of trait BoolArrayTrait, previously in file /tmp/.tmp8nwQKL/vortex-array/src/variants.rs:90

--- 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.36.0/src/lints/trait_missing.ron

Failed in:
  trait vortex_array::compute::unary::ScalarAtFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_at.rs:10
  trait vortex_array::compute::unary::CastFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/cast.rs:7
  trait vortex_array::compute::unary::SubtractScalarFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/scalar_subtract.rs:8
  trait vortex_array::compute::unary::FillForwardFn, previously in file /tmp/.tmp8nwQKL/vortex-array/src/compute/unary/fill_forward.rs:11

⚠️ vortex-file 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.36.0/src/lints/trait_method_added.ron

Failed in:
  trait method vortex_file::LayoutReader::read_metadata in file /tmp/.tmpe7MhwT/vortex/vortex-file/src/read/mod.rs:110
  trait method vortex_file::LayoutReader::can_prune in file /tmp/.tmpe7MhwT/vortex/vortex-file/src/read/mod.rs:113
Changelog


This PR was generated with release-plz.