Migrating to LanceDB v0.30.0
Version v0.30.0 introduces 1 breaking change. This guide details how to update your code.
Released: 5/28/2026
1
Breaking Changes
1
Migration Steps
8
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Table.addConnectionQuerylit()Permutationto_pandasBaseQueryBuilder.to_batchesLinearCombinationRerankerBreaking Changes
●Issue #1
Native index creation now supports nested field paths. This may affect how indices are defined if you were relying on previous implicit path handling.
Migration Steps
- 1Review index creation logic if relying on implicit path handling, as native index creation now explicitly supports nested field paths.
Release Summary
This release introduces significant feature enhancements across Python and Node.js, including better support for nested fields in indexing and new connection management utilities. It also resolves several bugs related to namespace handling, indexing, and data appending.
Need More Details?
View the full release notes and all changes for LanceDB v0.30.0.
View Full Changelog