v0.38.0-beta.12
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 2 features🐛 4 fixes🔧 4 symbols
Summary
This release introduces new features for Python, including accepting expressions in update filters and allowing computed columns to read their own declarations. It also includes several bug fixes across Python and Node.js, and a breaking change in how table listings are paginated.
⚠️ Breaking Changes
- Page table listings from the store's own cursor. This may affect how table listings are paginated.
✨ New Features
- Accept expressions in update filters for Python.
- Allow computed columns to read their own earlier declarations.
🐛 Bug Fixes
- Fixed an issue where Python embedding metadata was not being read in Node.js.
- Improved the display of nested fields in query schema errors.
- Ensured Arrow metadata is accepted across JavaScript realms in Node.js.
- Used a single blobv2 type and coerced blob writes with metadata in Python.