Change8

v0.33.0-beta.0

📦 lancedbView on GitHub →
5 features🐛 6 fixes🔧 2 symbols

Summary

This release introduces new features for distributed analytics, client APIs for branch management, and improved handling of skill references. It also includes various bug fixes across Python, Rust, and Node.js components.

✨ New Features

  • Support for distributed analyze plan metrics in clients.
  • Publish lancedb-compat for pre-Haswell x86_64 hosts.
  • Skill references now work with jobs, including server connection.
  • Added remote branch diff and merge client APIs.
  • Branch skill updates for merge functionality.

🐛 Bug Fixes

  • Local sync namespace operations in Python are now routed through Rust.
  • Scanner memory is now bounded for wide-row bulk ingestion.
  • A clear ValueError is raised when a vector column cannot be inferred.
  • Remote insert request size is bounded to avoid ingestion timeouts.
  • Map fields are now sanitized across Arrow versions in Node.js.
  • Allow selection of _rowid in Permutation.

Affected Symbols