v0.31.0-beta.5
📦 lancedbView on GitHub →
✨ 5 features🐛 3 fixes
Summary
This release introduces OAuth configuration exposure for Python and Node, adds Polars integration, and improves remote read consistency with monotonic reads. Several bug fixes address error handling and routing for synchronous connections.
✨ New Features
- Expose OAuth connection configuration in Python.
- Expose OAuth connection configuration in Node.js.
- Add skill to improve branch handling.
- Add Polars DataFrame integration.
- Implement monotonic reads for remote operations using the x-lancedb-min-read-version watermark.
🐛 Bug Fixes
- Raise a clear error when the permutation API is used on remote tables.
- Add missing stacklevel=2 to warning calls.
- Route synchronous namespace connections through the Rust backend in Python.