Change8

Migrating to LanceDB python-v0.32.0

Version python-v0.32.0 introduces 1 breaking change. This guide details how to update your code.

Released: 5/13/2026

1
Breaking Changes
1
Migration Steps
3
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

LanceDBConnectionPermutationgemini-text provider

Breaking Changes

Issue #1

Namespace related naming and enterprise integration have been consolidated, which may break existing code relying on previous naming conventions or integration points.

Migration Steps

  1. 1
    Review and update code affected by the consolidation of namespace related naming and enterprise integration.

Release Summary

This release introduces significant refactoring in namespace handling and enterprise integration, alongside new features like Enum support in schema conversion and IVF_HNSW_FLAT index support. Legacy tantivy FTS support has been removed.

Need More Details?

View the full release notes and all changes for LanceDB python-v0.32.0.

View Full Changelog