Skip to content

Commit

Permalink
chore: release v0.19.0 (#1329)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `vortex`: 0.18.1 -> 0.19.0
* `vortex-alp`: 0.18.1 -> 0.19.0
* `vortex-array`: 0.18.1 -> 0.19.0
* `vortex-buffer`: 0.18.1 -> 0.19.0
* `vortex-datetime-dtype`: 0.18.1 -> 0.19.0
* `vortex-dtype`: 0.18.1 -> 0.19.0
* `vortex-error`: 0.18.1 -> 0.19.0
* `vortex-flatbuffers`: 0.18.1 -> 0.19.0
* `vortex-proto`: 0.18.1 -> 0.19.0
* `vortex-scalar`: 0.18.1 -> 0.19.0
* `vortex-fastlanes`: 0.18.1 -> 0.19.0
* `vortex-bytebool`: 0.18.1 -> 0.19.0
* `vortex-datetime-parts`: 0.18.1 -> 0.19.0
* `vortex-dict`: 0.18.1 -> 0.19.0
* `vortex-expr`: 0.18.1 -> 0.19.0
* `vortex-file`: 0.18.1 -> 0.19.0
* `vortex-io`: 0.18.1 -> 0.19.0 (⚠️ API breaking changes)
* `vortex-ipc`: 0.18.1 -> 0.19.0 (✓ API compatible changes)
* `vortex-sampling-compressor`: 0.18.1 -> 0.19.0
* `vortex-fsst`: 0.18.1 -> 0.19.0
* `vortex-roaring`: 0.18.1 -> 0.19.0
* `vortex-runend`: 0.18.1 -> 0.19.0
* `vortex-runend-bool`: 0.18.1 -> 0.19.0
* `vortex-zigzag`: 0.18.1 -> 0.19.0
* `vortex-schema`: 0.18.1 -> 0.19.0
* `vortex-datafusion`: 0.18.1 -> 0.19.0

### ⚠️ `vortex-io` 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_io::VortexRead::read_bytes in file /tmp/.tmpP7aoP8/vortex/vortex-io/src/read.rs:18
  trait method vortex_io::VortexReadAt::read_byte_range in file /tmp/.tmpP7aoP8/vortex/vortex-io/src/read.rs:37

--- 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 read_at_into of trait VortexReadAt, previously in file /tmp/.tmp1rdsnC/vortex-io/src/read.rs:40
  method read_into of trait VortexRead, previously in file /tmp/.tmp1rdsnC/vortex-io/src/read.rs:18
```

<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
github-actions[bot] authored Nov 15, 2024
1 parent b09a2dd commit 25fe75a
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 57 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `vortex-ipc` - [0.19.0](https://github.com/spiraldb/vortex/compare/vortex-ipc-v0.18.1...vortex-ipc-v0.19.0) - 2024-11-15

### Added
- return Bytes from readers ([#1330](https://github.com/spiraldb/vortex/pull/1330))

## `vortex-io` - [0.19.0](https://github.com/spiraldb/vortex/compare/vortex-io-v0.18.1...vortex-io-v0.19.0) - 2024-11-15

### Added
- return Bytes from readers ([#1330](https://github.com/spiraldb/vortex/pull/1330))

## `vortex-file` - [0.19.0](https://github.com/spiraldb/vortex/compare/vortex-file-v0.18.1...vortex-file-v0.19.0) - 2024-11-15

### Added
- return Bytes from readers ([#1330](https://github.com/spiraldb/vortex/pull/1330))

### Other
- Rename Array -> ArrayData ([#1316](https://github.com/spiraldb/vortex/pull/1316))
- Restore perfoamnce of filter bitmask to bitmap conversion for dense rowmasks ([#1302](https://github.com/spiraldb/vortex/pull/1302))
- Reuse the IoDispatcher across DataFusion instances ([#1299](https://github.com/spiraldb/vortex/pull/1299))
- replace vortex-serde with 3 crates ([#1296](https://github.com/spiraldb/vortex/pull/1296))

## `vortex-file` - [0.18.1](https://github.com/spiraldb/vortex/compare/vortex-file-v0.18.0...vortex-file-v0.18.1) - 2024-11-15

### Other
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.18.1"
version = "0.19.0"
homepage = "https://github.com/spiraldb/vortex"
repository = "https://github.com/spiraldb/vortex"
authors = ["Vortex Authors <[email protected]>"]
Expand Down Expand Up @@ -138,32 +138,32 @@ url = "2"
uuid = "1.8.0"

# BEGIN crates published by this project
vortex = { version = "0.18.1", path = "./vortex" }
vortex-alp = { version = "0.18.1", path = "./encodings/alp" }
vortex-array = { version = "0.18.1", path = "./vortex-array" }
vortex-buffer = { version = "0.18.1", path = "./vortex-buffer" }
vortex-bytebool = { version = "0.18.1", path = "./encodings/bytebool" }
vortex-datafusion = { version = "0.18.1", path = "./vortex-datafusion" }
vortex-datetime-dtype = { version = "0.18.1", path = "./vortex-datetime-dtype" }
vortex-datetime-parts = { version = "0.18.1", path = "./encodings/datetime-parts" }
vortex-dict = { version = "0.18.1", path = "./encodings/dict" }
vortex-dtype = { version = "0.18.1", path = "./vortex-dtype", default-features = false }
vortex-error = { version = "0.18.1", path = "./vortex-error" }
vortex-expr = { version = "0.18.1", path = "./vortex-expr" }
vortex-fastlanes = { version = "0.18.1", path = "./encodings/fastlanes" }
vortex-file = { version = "0.18.1", path = "./vortex-file", default-features = false }
vortex-flatbuffers = { version = "0.18.1", path = "./vortex-flatbuffers" }
vortex-fsst = { version = "0.18.1", path = "./encodings/fsst" }
vortex-io = { version = "0.18.1", path = "./vortex-io" }
vortex-ipc = { version = "0.18.1", path = "./vortex-ipc" }
vortex-proto = { version = "0.18.1", path = "./vortex-proto" }
vortex-roaring = { version = "0.18.1", path = "./encodings/roaring" }
vortex-runend = { version = "0.18.1", path = "./encodings/runend" }
vortex-runend-bool = { version = "0.18.1", path = "./encodings/runend-bool" }
vortex-scalar = { version = "0.18.1", path = "./vortex-scalar", default-features = false }
vortex-schema = { version = "0.18.1", path = "./vortex-schema" }
vortex-sampling-compressor = { version = "0.18.1", path = "./vortex-sampling-compressor" }
vortex-zigzag = { version = "0.18.1", path = "./encodings/zigzag" }
vortex = { version = "0.19.0", path = "./vortex" }
vortex-alp = { version = "0.19.0", path = "./encodings/alp" }
vortex-array = { version = "0.19.0", path = "./vortex-array" }
vortex-buffer = { version = "0.19.0", path = "./vortex-buffer" }
vortex-bytebool = { version = "0.19.0", path = "./encodings/bytebool" }
vortex-datafusion = { version = "0.19.0", path = "./vortex-datafusion" }
vortex-datetime-dtype = { version = "0.19.0", path = "./vortex-datetime-dtype" }
vortex-datetime-parts = { version = "0.19.0", path = "./encodings/datetime-parts" }
vortex-dict = { version = "0.19.0", path = "./encodings/dict" }
vortex-dtype = { version = "0.19.0", path = "./vortex-dtype", default-features = false }
vortex-error = { version = "0.19.0", path = "./vortex-error" }
vortex-expr = { version = "0.19.0", path = "./vortex-expr" }
vortex-fastlanes = { version = "0.19.0", path = "./encodings/fastlanes" }
vortex-file = { version = "0.19.0", path = "./vortex-file", default-features = false }
vortex-flatbuffers = { version = "0.19.0", path = "./vortex-flatbuffers" }
vortex-fsst = { version = "0.19.0", path = "./encodings/fsst" }
vortex-io = { version = "0.19.0", path = "./vortex-io" }
vortex-ipc = { version = "0.19.0", path = "./vortex-ipc" }
vortex-proto = { version = "0.19.0", path = "./vortex-proto" }
vortex-roaring = { version = "0.19.0", path = "./encodings/roaring" }
vortex-runend = { version = "0.19.0", path = "./encodings/runend" }
vortex-runend-bool = { version = "0.19.0", path = "./encodings/runend-bool" }
vortex-scalar = { version = "0.19.0", path = "./vortex-scalar", default-features = false }
vortex-schema = { version = "0.19.0", path = "./vortex-schema" }
vortex-sampling-compressor = { version = "0.19.0", path = "./vortex-sampling-compressor" }
vortex-zigzag = { version = "0.19.0", path = "./encodings/zigzag" }
# END crates published by this project

walkdir = "2.5.0"
Expand Down

0 comments on commit 25fe75a

Please sign in to comment.