python-v0.34.0-beta.5
📦 lancedbView on GitHub →
✨ 5 features🐛 3 fixes
Summary
This release introduces OAuth configuration exposure for both Python and Node, adds Polars integration, and improves remote read consistency with monotonic reads. Several bug fixes address error handling and connection routing.
✨ 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 via x-lancedb-min-read-version watermark for remote operations.
🐛 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 Rust in Python.