Skip to content

v0.5.2

Choose a tag to compare

@Xuanwo Xuanwo released this 24 Mar 05:56
· 44 commits to main since this release
v0.5.2
892b224

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 INDEX supports short-form table names such as CREATE 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