Skip to content

build(deps): update lance-encoding requirement from 4.0.1 to 6.0.1#620

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lance-encoding-6.0.1
Open

build(deps): update lance-encoding requirement from 4.0.1 to 6.0.1#620
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/lance-encoding-6.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

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

Release notes

Sourced from lance-encoding's releases.

v6.0.1

What's Changed

Bug Fixes 🐛

Full Changelog: lance-format/lance@v6.0.0...v6.0.1

Changelog

Sourced from lance-encoding'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
  • 609f2a7 chore: release version 6.0.1
  • c13739b chore: release candidate 6.0.1-rc.2
  • eeb5088 fix(encoding): support sparse boolean lists in full-zip encoding (#6723)
  • 9fcc312 fix: decode constant list struct children (#6801)
  • a12daa3 fix(encoding): fail cleanly when blob data fails to load (#6817)
  • 9a4ed8e fix: complex all-null list struct decoding (#6771)
  • a6ba4cd fix: drop stale has_all_zeros guard so block bitpack engages on rep/def (#6629)
  • 4d8b885 fix: use multipart-aware put for transaction file writes (#6750)
  • f900042 fix(optimize): fix stale OCC read_version in distributed compaction to preven...
  • 110a5ad fix: avoid nested tokio runtime panic in AWS credential vendor (#6689)
  • 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-encoding](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@v4.0.1...v6.0.1)

---
updated-dependencies:
- dependency-name: lance-encoding
  dependency-version: 6.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies rust Related to Rust codebase labels May 22, 2026
@dependabot dependabot Bot requested a review from xushiyan as a code owner May 22, 2026 19:38
@dependabot dependabot Bot added rust Related to Rust codebase dependencies labels May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Related to Rust codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants