Migrating to LanceDB python-v0.34.0-beta.6
Version python-v0.34.0-beta.6 introduces 1 breaking change. This guide details how to update your code.
Released: 7/2/2026
1
Breaking Changes
0
Migration Steps
0
Affected Symbols
Breaking Changes
●Issue #1
Repeated WHERE filters are now combined using AND logic instead of the previous behavior where subsequent filters might have replaced earlier ones.
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, alongside new Rust exports.
Need More Details?
View the full release notes and all changes for LanceDB python-v0.34.0-beta.6.
View Full Changelog