Migrating to LanceDB v0.32.0-beta.0
Version v0.32.0-beta.0 introduces 1 breaking change. This guide details how to update your code.
Released: 7/10/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:
Permutation.with_formatset_formatcreate_tableflatten_columnsBreaking Changes
●Issue #1
The `Permutation.with_format("torch")` method in Python now aligns with HuggingFace's `set_format("torch")`. Users may need to adjust their code if they were relying on the previous behavior.
Release Summary
This release introduces an elastic dataloader, enhanced expression builder support for various data types, and new object store integrations. It also includes several bug fixes for embedding functions and table operations.
Need More Details?
View the full release notes and all changes for LanceDB v0.32.0-beta.0.
View Full Changelog