Change8

Migrating to LanceDB v0.31.0-beta.6

Version v0.31.0-beta.6 introduces 1 breaking change. This guide details how to update your code.

Released: 7/2/2026

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Repeated WHERE filters are now combined using AND logic instead of being replaced by the last one.

Migration Steps

  1. 1
    Review query logic where multiple WHERE clauses were applied sequentially, as they are now implicitly combined with AND.

Release Summary

This release introduces a breaking change in how repeated WHERE filters are handled, combining them with AND logic. It also includes fixes for async connections and MRR calculation in Python, alongside new Rust exports.

Need More Details?

View the full release notes and all changes for LanceDB v0.31.0-beta.6.

View Full Changelog