v0.5.2
What's Changed
- Added an extensible Lance dataset resolver framework to unify table name and file path resolution across metadata, search, and index operations. Search entry points now accept table names, and
CREATE INDEXsupports short-form table names such asCREATE INDEX ... ON search_table (...)by @mikewhb in #144 - Updated Lance Rust crates to v2.0.1 by @lance-community in #145
- Fixed namespace-backed search so attached namespace tables are opened through the namespace API with namespace-aware paths by @Xuanwo in #154
Maintenance
- Updated
extension-ci-tools - Removed main-only push branch filters in CI workflows
Full Changelog: v0.5.1...v0.5.2