v0.38.0-beta.0
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 2 features🐛 3 fixes🔧 3 symbols
Summary
This release introduces fault tolerance for StreamingDataset and an asynchronous drop table API. It also includes a breaking change where table existence checks are now manifest-authoritative.
⚠️ Breaking Changes
- The table existence check is now manifest-authoritative. This change might affect operations that relied on previous table existence checks.
✨ New Features
- Added on_transform_error fault tolerance to StreamingDataset for Python.
- Added an asynchronous drop table API.
🐛 Bug Fixes
- Set native module metadata for Python.
- Made table existence manifest-authoritative.
- Gated SSTable exclusion on every index a query relies on for LSM.