Skip to content

deps(deps): update lance-index requirement from 8.0 to 9.0 - #119

Merged
andrei-ionescu merged 1 commit into
mainfrom
dependabot/cargo/lance-index-9.0
Jul 30, 2026
Merged

deps(deps): update lance-index requirement from 8.0 to 9.0#119
andrei-ionescu merged 1 commit into
mainfrom
dependabot/cargo/lance-index-9.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on lance-index to permit the latest version.

Release notes

Sourced from lance-index's releases.

v9.0.0

What's Changed

Breaking Changes 🛠

New Features 🎉

... (truncated)

Changelog

Sourced from lance-index's changelog.

Release Process

Lance maintains a linear commit history with a controlled release process.

  • All pull requests are merged into the main branch first.
  • Beta releases (or preview releases) are created on-demand from the main branch.
  • Stable releases (non-prereleases) are created only after a voting process and come from a release branch release/vX.Y. These are typically created once every two weeks.
  • Release Candidates (RC) are created from release branches prior to voting.
  • Minor releases can be cut from either main branch or an existing release branch (when main is targeting a major release).
  • Patch releases are created by committing fixes directly to the release branch, voting on a new RC, and releasing.
  • All changes (features, fixes) must be committed to main first, then cherry-picked to release branches as needed.
gitGraph
    commit
    branch feature
    checkout feature
    commit
    checkout main
    merge feature
    branch bugfix
    checkout bugfix
    commit id: "bugfix"
    checkout main
    branch "release/v1.4"
    checkout "release/v1.4"
    commit tag: "1.4.0-rc.1"
    commit tag: "1.4.0"
    checkout main
    merge bugfix
    commit id: "merged"
    checkout "release/v1.4"
    cherry-pick id: "merged"
    commit tag: "1.4.1-rc.1"
    commit tag: "1.4.1"
    checkout main
    commit tag: "2.0.0-beta.1" id: "breaking"
    checkout "release/v1.4"
    cherry-pick id: "breaking" tag: "1.5.0-rc.1"
    branch "release/v1.5"
    checkout "release/v1.5"
    commit tag: "1.5.0"
Loading

Version Semantics

Lance uses version numbers inspired by semantic versioning, but with flexibility for practical release management. Specifically, minor releases can be cut from existing release branches when the main branch is targeting a major release.

Version Format

... (truncated)

Commits
  • 7653c20 fix: add missing lance-index-core README
  • 1dd3a46 chore: release version 9.0.0
  • e4650e9 chore: release candidate 9.0.0-rc.2
  • c630485 fix(commit): verify finalized external manifests (#7578)
  • 224430b chore(python): python 3.14 support (#7728)
  • 17d3609 feat: add batch blob range reads (#7864)
  • a785d80 fix(index): return error instead of panicking when hierarchical k-means can't...
  • afc3faa fix(fts): preserve parameter compatibility (#7874)
  • 3956a55 fix(fts): use v3 as the capability gate (#7866)
  • fb3d331 fix: trim fragment-reuse index for non-covering indexes (#7870)
  • Additional commits viewable in compare view

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)

Updates the requirements on [lance-index](https://github.com/lance-format/lance) to permit the latest version.
- [Release notes](https://github.com/lance-format/lance/releases)
- [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md)
- [Commits](lance-format/lance@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: lance-index
  dependency-version: 9.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependencies related changes rust Rust code changes labels Jul 27, 2026
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@andrei-ionescu
andrei-ionescu merged commit c035d22 into main Jul 30, 2026
18 checks passed
@andrei-ionescu
andrei-ionescu deleted the dependabot/cargo/lance-index-9.0 branch July 30, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies related changes rust Rust code changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant