Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.22.0 #1703

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 17, 2024

🤖 New release

  • vortex: 0.21.1 -> 0.22.0
  • vortex-alp: 0.21.1 -> 0.22.0
  • vortex-array: 0.21.1 -> 0.22.0 (⚠️ API breaking changes)
  • vortex-buffer: 0.21.1 -> 0.22.0 (⚠️ API breaking changes)
  • vortex-datetime-dtype: 0.21.1 -> 0.22.0
  • vortex-dtype: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-error: 0.21.1 -> 0.22.0
  • vortex-flatbuffers: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-proto: 0.21.1 -> 0.22.0
  • vortex-scalar: 0.21.1 -> 0.22.0 (⚠️ API breaking changes)
  • vortex-fastlanes: 0.21.1 -> 0.22.0 (⚠️ API breaking changes)
  • vortex-bytebool: 0.21.1 -> 0.22.0
  • vortex-datetime-parts: 0.21.1 -> 0.22.0
  • vortex-dict: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-expr: 0.21.1 -> 0.22.0
  • vortex-file: 0.21.1 -> 0.22.0 (⚠️ API breaking changes)
  • vortex-io: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-ipc: 0.21.1 -> 0.22.0 (⚠️ API breaking changes)
  • vortex-fsst: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-runend: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-runend-bool: 0.21.1 -> 0.22.0
  • vortex-sampling-compressor: 0.21.1 -> 0.22.0 (✓ API compatible changes)
  • vortex-zigzag: 0.21.1 -> 0.22.0
  • vortex-roaring: 0.21.1 -> 0.22.0
  • vortex-datafusion: 0.21.1 -> 0.22.0 (✓ API compatible changes)

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

Failed in:
  function vortex_array::compute::subtract_scalar, previously in file /tmp/.tmpfAqbtJ/vortex-array/src/compute/scalar_subtract.rs:28

--- 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.38.0/src/lints/inherent_method_missing.ron

Failed in:
  PrimitiveArray::from_bytes, previously in file /tmp/.tmpfAqbtJ/vortex-array/src/array/primitive/mod.rs:88

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

Failed in:
  method subtract_scalar_fn of trait ComputeVTable, previously in file /tmp/.tmpfAqbtJ/vortex-array/src/compute/mod.rs:131
  method try_into_chunked of trait ArrayIteratorExt, previously in file /tmp/.tmpfAqbtJ/vortex-array/src/iter/ext.rs:16
  method collect_chunked of trait ArrayStreamExt, previously in file /tmp/.tmpfAqbtJ/vortex-array/src/stream/ext.rs:12

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

Failed in:
  trait vortex_array::compute::SubtractScalarFn, previously in file /tmp/.tmpfAqbtJ/vortex-array/src/compute/scalar_subtract.rs:8

⚠️ vortex-buffer breaking changes

--- 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.38.0/src/lints/module_missing.ron

Failed in:
  mod vortex_buffer::io_buf, previously in file /tmp/.tmpfAqbtJ/vortex-buffer/src/io_buf.rs:1

--- 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.38.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_buffer::io_buf::Slice, previously in file /tmp/.tmpfAqbtJ/vortex-buffer/src/io_buf.rs:38

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

Failed in:
  trait vortex_buffer::io_buf::IoBuf, previously in file /tmp/.tmpfAqbtJ/vortex-buffer/src/io_buf.rs:13

⚠️ vortex-scalar 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.38.0/src/lints/method_parameter_count_changed.ron

Failed in:
  vortex_scalar::Scalar::list now takes 3 parameters instead of 2, in /tmp/.tmpLFiHnS/vortex/vortex-scalar/src/list.rs:74

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

Failed in:
  function vortex_fastlanes::bitpack, previously in file /tmp/.tmpfAqbtJ/vortex-fastlanes/src/bitpacking/compress.rs:72

--- 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.38.0/src/lints/inherent_method_missing.ron

Failed in:
  BitPackedArray::try_new, previously in file /tmp/.tmpfAqbtJ/vortex-fastlanes/src/bitpacking/mod.rs:45
  BitPackedArray::max_packed_value, previously in file /tmp/.tmpfAqbtJ/vortex-fastlanes/src/bitpacking/mod.rs:195

⚠️ vortex-file breaking changes

--- 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.38.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_file::DTypeReader, previously in file /tmp/.tmpfAqbtJ/vortex-file/src/dtype_reader.rs:7

⚠️ vortex-ipc 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.38.0/src/lints/enum_missing.ron

Failed in:
  enum vortex_ipc::messages::IPCMessage, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/mod.rs:15
  enum vortex_ipc::messages::reader::ReadState, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/reader.rs:219

--- 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.38.0/src/lints/module_missing.ron

Failed in:
  mod vortex_ipc::stream_reader, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_reader/mod.rs:1
  mod vortex_ipc::messages::writer, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/writer.rs:1
  mod vortex_ipc::stream_writer, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_writer/mod.rs:1
  mod vortex_ipc::messages::reader, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/reader.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  MESSAGE_PREFIX_LENGTH in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/reader.rs:15

--- 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.38.0/src/lints/struct_missing.ron

Failed in:
  struct vortex_ipc::stream_writer::ArrayLayout, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_writer/mod.rs:136
  struct vortex_ipc::stream_reader::StreamArrayReader, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_reader/mod.rs:15
  struct vortex_ipc::messages::writer::MessageWriter, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/writer.rs:20
  struct vortex_ipc::messages::reader::MessageReader, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/reader.rs:18
  struct vortex_ipc::stream_writer::ByteRange, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_writer/mod.rs:102
  struct vortex_ipc::stream_writer::StreamArrayWriter, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_writer/mod.rs:18
  struct vortex_ipc::stream_writer::ChunkOffsets, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/stream_writer/mod.rs:142
  struct vortex_ipc::messages::reader::ArrayMessageReader, previously in file /tmp/.tmpfAqbtJ/vortex-ipc/src/messages/reader.rs:227
Changelog


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-12-17T16-19-27Z branch 4 times, most recently from a1aa9d9 to 609e6be Compare December 17, 2024 20:28
@github-actions github-actions bot changed the title chore: release v0.21.2 chore: release v0.22.0 Dec 17, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-12-17T16-19-27Z branch 17 times, most recently from 253e883 to d42dab3 Compare December 20, 2024 11:38
@github-actions github-actions bot force-pushed the release-plz-2024-12-17T16-19-27Z branch from d42dab3 to 72470fd Compare December 20, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants