Change8

v0.27.0-beta.2

📦 lancedbView on GitHub →
4 features🐛 1 fixes

Summary

This release introduces significant performance improvements with parallel inserts and a new Rust expression builder API, alongside an upgrade to napi-rs for Node.js bindings.

✨ New Features

  • Upgrade napi-rs from v2 to v3 in Node.js bindings.
  • Implement a new writer for insert operations.
  • Enable parallel inserts for local tables.
  • Introduce an expression builder API in Rust for type-safe query filters.

🐛 Bug Fixes

  • Corrected the permutation reader to not expect all offsets to fit in a single batch.