Skip to content

build(deps): Bump dev.vortex:vortex-jni from 0.76.0 to 0.78.0#264

Merged
dfa1 merged 1 commit into
mainfrom
dependabot/maven/dev.vortex-vortex-jni-0.78.0
Jul 13, 2026
Merged

build(deps): Bump dev.vortex:vortex-jni from 0.76.0 to 0.78.0#264
dfa1 merged 1 commit into
mainfrom
dependabot/maven/dev.vortex-vortex-jni-0.78.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Bumps dev.vortex:vortex-jni from 0.76.0 to 0.78.0.

Release notes

Sourced from dev.vortex:vortex-jni's releases.

0.78.0

Changes

✨ Features

🚀 Performance

🐛 Bug Fixes

🧰 Maintenance

0.77.0

Changes

NOTE: 0.76.0 was yanked, because of a (hopefully very rare) latent correctness bug, that became much easier to hit in 0.76.0. There was a long-standing incorrect behavior in the TableStrategy writer, wherein it would not correctly propagate panics from the parallel writer subtasks. The fix was in #8672.

If you passed a stream of well-formed valid arrays straight to the builtin vortex writers, you are definitely unaffected.

If any of the following are true, you may have files that were silently truncated, in part (all versions) or in whole (0.76.0):

  • you had a stream of well-formed arrays, AND called map on that ArrayStream with a function that panicked on invocation, then passed the resulting stream to a builtin vortex writer
  • you passed a stream of malformed arrays that could have triggered a panic or assertion failure (e.g., you constructed invalid vortex arrays using unsafe/new_unchecked; to our knowledge you can't hit this path with the safe/regular constructors)

If you believe you may have been affected by this issue, please reach out in slack: https://vortex.dev/slack

⚠️ Breaks

✨ Features

... (truncated)

Commits
  • aff0bd3 Split TableStrategy dispatcher from StructStrategy (#8638)
  • 07e1b52 fix: accept FixedSizeList dtype when deserializing ListValue scalars (#8696)
  • a6ce832 Ungrouped aggregate function pushdown for duckdb (#8645)
  • 11f15a9 Implement compare in vortex instead of falling back to arrow (#8661)
  • 33c9a30 Audit panic handling in detached tasks (#8677)
  • 4c762f7 ci: install only the uv binary for v4 ingest (drop the workspace sync) (#8517)
  • c7c28d8 feat(geo): add native LineString, MultiPoint, MultiLineString types (#8...
  • fa000ff ci: pin the measurement_id hash with golden vectors in-repo (#8687)
  • b1f2d4f Cast pushdown for duckdb (#8620)
  • 1ba1515 Bump locked version of crossbeam-epoch to address security advisory (#8686)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.vortex:vortex-jni](https://github.com/spiraldb/vortex) from 0.76.0 to 0.78.0.
- [Release notes](https://github.com/spiraldb/vortex/releases)
- [Commits](vortex-data/vortex@0.76.0...0.78.0)

---
updated-dependencies:
- dependency-name: dev.vortex:vortex-jni
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 11, 2026
@dfa1 dfa1 merged commit 7f52d96 into main Jul 13, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/dev.vortex-vortex-jni-0.78.0 branch July 13, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant