Migrating to LanceDB python-v0.33.0-beta.0
Version python-v0.33.0-beta.0 introduces 1 breaking change. This guide details how to update your code.
Released: 5/21/2026
1
Breaking Changes
0
Migration Steps
4
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Table.add (Node.js)Connection.renameTable (Node.js)to_pandas (Python)BaseQueryBuilder.to_batches (Python)Breaking Changes
●Issue #1
Native index creation now supports nested field paths. If you were relying on specific behavior for non-nested paths, this might change how indices are created.
Release Summary
This release introduces new features across Python and Node.js APIs, including progress reporting and table renaming, while also addressing several bugs related to nested index paths and query routing.
Need More Details?
View the full release notes and all changes for LanceDB python-v0.33.0-beta.0.
View Full Changelog