-
Notifications
You must be signed in to change notification settings - Fork 33
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.15.2 #1281
Merged
Merged
chore: release v0.15.2 #1281
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* `vortex`: 0.14.0 -> 0.15.2 * `vortex-alp`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-array`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-buffer`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-datetime-dtype`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-dtype`: 0.14.0 -> 0.15.2 * `vortex-error`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-flatbuffers`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-proto`: 0.14.0 -> 0.15.2 * `vortex-scalar`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-fastlanes`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-bytebool`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-datetime-parts`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-dict`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-expr`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-fsst`: 0.14.0 -> 0.15.2 * `vortex-roaring`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-runend`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-runend-bool`: 0.14.0 -> 0.15.2 (✓ API compatible changes) * `vortex-sampling-compressor`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-zigzag`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-schema`: 0.14.0 -> 0.15.2 * `vortex-serde`: 0.14.0 -> 0.15.2 (⚠️ API breaking changes) * `vortex-datafusion`: 0.14.0 -> 0.15.2 (✓ API compatible 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.36.0/src/lints/inherent_method_missing.ron Failed in: ALPArray::ptype, previously in file /tmp/.tmpRakPHw/vortex-alp/src/alp/array.rs:109 ``` ``` --- failure enum_marked_non_exhaustive: enum marked #[non_exhaustive] --- Description: A public enum has been marked #[non_exhaustive]. Pattern-matching on it outside of its crate must now include a wildcard pattern like `_`, or it will fail to compile. ref: https://doc.rust-lang.org/cargo/reference/semver.html#attr-adding-non-exhaustive impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_marked_non_exhaustive.ron Failed in: enum Stat in /tmp/.tmpW47nDN/vortex/vortex-array/src/stats/mod.rs:24 --- 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.36.0/src/lints/enum_missing.ron Failed in: enum vortex_array::Array, previously in file /tmp/.tmpRakPHw/vortex-array/src/lib.rs:68 --- 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.36.0/src/lints/inherent_method_missing.ron Failed in: StatsSet::merge, previously in file /tmp/.tmpRakPHw/vortex-array/src/stats/statsset.rs:88 --- 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.36.0/src/lints/method_parameter_count_changed.ron Failed in: vortex_array::array::PrimitiveArray::patch now takes 4 parameters instead of 3, in /tmp/.tmpW47nDN/vortex/vortex-array/src/array/primitive/mod.rs:161 --- failure trait_method_default_impl_removed: pub trait default method impl removed --- Description: A method's default impl in an unsealed trait has been removed, breaking trait implementations that relied on that default ref: https://doc.rust-lang.org/book/ch10-02-traits.html#default-implementations impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_default_impl_removed.ron Failed in: trait method vortex_array::variants::BoolArrayTrait::invert in file /tmp/.tmpW47nDN/vortex/vortex-array/src/variants.rs:91 ``` ``` --- 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.36.0/src/lints/enum_missing.ron Failed in: enum vortex_buffer::Buffer, previously in file /tmp/.tmpRakPHw/vortex-buffer/src/lib.rs:26 ``` ``` --- 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.36.0/src/lints/struct_missing.ron Failed in: struct vortex_datetime_dtype::TIMESTAMP_ID, previously in file /tmp/.tmpRakPHw/vortex-datetime-dtype/src/temporal.rs:11 struct vortex_datetime_dtype::DATE_ID, previously in file /tmp/.tmpRakPHw/vortex-datetime-dtype/src/temporal.rs:11 struct vortex_datetime_dtype::TIME_ID, previously in file /tmp/.tmpRakPHw/vortex-datetime-dtype/src/temporal.rs:11 ``` ``` --- failure constructible_struct_adds_field: externally-constructible struct adds field --- Description: A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field. ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron Failed in: field PostscriptArgs.layout_offset in /tmp/.tmpW47nDN/vortex/vortex-flatbuffers/src/./generated/footer.rs:395 field LayoutArgs.row_count in /tmp/.tmpW47nDN/vortex/vortex-flatbuffers/src/./generated/footer.rs:250 --- 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.36.0/src/lints/enum_missing.ron Failed in: enum vortex_flatbuffers::footer::FooterOffset, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:301 --- 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_flatbuffers::footer::size_prefixed_root_as_footer, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:546 function vortex_flatbuffers::footer::root_as_footer_unchecked, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:579 function vortex_flatbuffers::footer::root_as_footer_with_opts, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:556 function vortex_flatbuffers::footer::finish_footer_buffer, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:590 function vortex_flatbuffers::footer::size_prefixed_root_as_footer_unchecked, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:586 function vortex_flatbuffers::footer::size_prefixed_root_as_footer_with_opts, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:569 function vortex_flatbuffers::footer::finish_size_prefixed_footer_buffer, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:597 function vortex_flatbuffers::footer::root_as_footer, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:536 --- failure inherent_associated_pub_const_missing: inherent impl's associated pub const removed --- Description: An inherent impl's associated public constant is removed or renamed 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/inherent_associated_pub_const_missing.ron Failed in: Layout::VT_LENGTH, previously at /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:155 Postscript::VT_FOOTER_OFFSET, previously at /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:432 --- 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.36.0/src/lints/inherent_method_missing.ron Failed in: PostscriptBuilder::add_footer_offset, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:503 Layout::length, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:199 Postscript::footer_offset, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:458 LayoutBuilder::add_length, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:268 --- 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.36.0/src/lints/struct_missing.ron Failed in: struct vortex_flatbuffers::footer::FooterArgs, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:365 struct vortex_flatbuffers::footer::Footer, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:304 struct vortex_flatbuffers::footer::FooterBuilder, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:379 --- failure struct_pub_field_missing: pub struct's pub field removed or renamed --- Description: A publicly-visible struct has at least one public field 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.36.0/src/lints/struct_pub_field_missing.ron Failed in: field footer_offset of struct PostscriptArgs, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:481 field length of struct LayoutArgs, previously in file /tmp/.tmpRakPHw/vortex-flatbuffers/src/./generated/footer.rs:234 ``` ``` --- 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.36.0/src/lints/inherent_method_missing.ron Failed in: BitPackedArray::ptype, previously in file /tmp/.tmpRakPHw/vortex-fastlanes/src/bitpacking/mod.rs:201 FoRArray::ptype, previously in file /tmp/.tmpRakPHw/vortex-fastlanes/src/for/mod.rs:84 ``` ``` --- 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.36.0/src/lints/inherent_method_missing.ron Failed in: RoaringIntArray::ptype, previously in file /tmp/.tmpRakPHw/vortex-roaring/src/integer/mod.rs:86 ``` ``` --- 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.36.0/src/lints/inherent_method_missing.ron Failed in: CompressedArray::new, previously in file /tmp/.tmpRakPHw/vortex-sampling-compressor/src/compressors/mod.rs:191 --- 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.36.0/src/lints/struct_missing.ron Failed in: struct vortex_sampling_compressor::FASTEST_COMPRESSORS, previously in file /tmp/.tmpRakPHw/vortex-sampling-compressor/src/lib.rs:50 struct vortex_sampling_compressor::DEFAULT_COMPRESSORS, previously in file /tmp/.tmpRakPHw/vortex-sampling-compressor/src/lib.rs:50 struct vortex_sampling_compressor::ALL_COMPRESSORS_CONTEXT, previously in file /tmp/.tmpRakPHw/vortex-sampling-compressor/src/lib.rs:50 ``` ``` --- 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.36.0/src/lints/inherent_method_missing.ron Failed in: ZigZagArray::ptype, previously in file /tmp/.tmpRakPHw/vortex-zigzag/src/array.rs:66 ``` ``` --- 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.36.0/src/lints/enum_missing.ron Failed in: enum vortex_serde::layouts::BatchRead, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/mod.rs:58 --- 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_serde::layouts, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.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.36.0/src/lints/pub_module_level_const_missing.ron Failed in: INITIAL_READ_SIZE in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/mod.rs:36 EOF_SIZE in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:12 CHUNKED_LAYOUT_ID in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:14 FOOTER_POSTSCRIPT_SIZE in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:11 MAGIC_BYTES in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:9 COLUMN_LAYOUT_ID in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:15 VERSION in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:8 INLINE_SCHEMA_LAYOUT_ID in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:16 FLAT_LAYOUT_ID in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/mod.rs:13 --- 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.36.0/src/lints/struct_missing.ron Failed in: struct vortex_serde::layouts::LayoutDescriptorReader, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/footer.rs:140 struct vortex_serde::layouts::LayoutContext, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/context.rs:41 struct vortex_serde::layouts::LazyDeserializedDType, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/cache.rs:48 struct vortex_serde::layouts::LayoutBatchStream, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/stream.rs:26 struct vortex_serde::layouts::RelativeLayoutCache, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/cache.rs:141 struct vortex_serde::layouts::LayoutMessageCache, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/cache.rs:17 struct vortex_serde::layouts::RowFilter, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/filtering.rs:19 struct vortex_serde::layouts::Layout, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/write/layouts.rs:11 struct vortex_serde::layouts::LayoutWriter, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/write/writer.rs:21 struct vortex_serde::layouts::VortexRecordBatchReader, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/recordbatchreader.rs:28 struct vortex_serde::layouts::Scan, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/mod.rs:40 struct vortex_serde::layouts::LayoutDeserializer, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/context.rs:72 struct vortex_serde::layouts::LayoutId, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/context.rs:17 struct vortex_serde::layouts::LayoutReaderBuilder, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/builder.rs:16 --- 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_serde::layouts::LayoutSpec, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/context.rs:25 trait vortex_serde::layouts::LayoutReader, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/mod.rs:63 trait vortex_serde::layouts::AsyncRuntime, previously in file /tmp/.tmpRakPHw/vortex-serde/src/layouts/read/recordbatchreader.rs:24 ``` <details><summary><i><b>Changelog</b></i></summary><p> </p></details>
danking
force-pushed
the
release-plz-2024-11-13T16-09-00Z
branch
from
November 13, 2024 16:12
f0d7c09
to
39132d0
Compare
lwwmanning
approved these changes
Nov 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
vortex
: 0.14.0 -> 0.15.2vortex-alp
: 0.14.0 -> 0.15.2 (vortex-array
: 0.14.0 -> 0.15.2 (vortex-buffer
: 0.14.0 -> 0.15.2 (vortex-datetime-dtype
: 0.14.0 -> 0.15.2 (vortex-dtype
: 0.14.0 -> 0.15.2vortex-error
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-flatbuffers
: 0.14.0 -> 0.15.2 (vortex-proto
: 0.14.0 -> 0.15.2vortex-scalar
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-fastlanes
: 0.14.0 -> 0.15.2 (vortex-bytebool
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-datetime-parts
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-dict
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-expr
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-fsst
: 0.14.0 -> 0.15.2vortex-roaring
: 0.14.0 -> 0.15.2 (vortex-runend
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-runend-bool
: 0.14.0 -> 0.15.2 (✓ API compatible changes)vortex-sampling-compressor
: 0.14.0 -> 0.15.2 (vortex-zigzag
: 0.14.0 -> 0.15.2 (vortex-schema
: 0.14.0 -> 0.15.2vortex-serde
: 0.14.0 -> 0.15.2 (vortex-datafusion
: 0.14.0 -> 0.15.2 (✓ API compatible changes)Changelog