Change8

v0.23.0-beta.0

Breaking Changes
📦 lancedbView on GitHub →
2 breaking2 features🐛 1 fixes

Summary

This release introduces server-side namespace querying and new index support (IVF SQ, HNSW aliases), while deprecating macOS x86 support and refactoring namespace model usage.

⚠️ Breaking Changes

  • Support for macOS x86 architecture has been deprecated. Users on this platform should migrate to supported architectures.
  • Namespace operations now use namespace models directly. Code relying on previous namespace handling logic may need updates.

Migration Steps

  1. Review code related to namespace operations to align with the direct use of namespace models.
  2. If using macOS x86, plan migration to a supported architecture.

✨ New Features

  • Added support for server-side querying of namespaces.
  • Introduced support for IVF SQ index and added aliases for HNSW indexes.

🐛 Bug Fixes

  • Resolved an error related to retrieving table names when operating in the root namespace.