v0.38.0-beta.13
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 2 features🔧 2 symbols
Summary
This release updates the Node.js requirement to version 22 and introduces support for blob computed column refresh and nested Function Arrow types in Python. It also drops support for npm lockfiles.
⚠️ Breaking Changes
- Node.js requirement updated to >= 22. npm lockfiles are no longer supported. Update your Node.js version and remove npm lockfiles.
Migration Steps
- Update Node.js to version 22 or higher.
- Remove npm lockfiles from your project.
✨ New Features
- Support for blob computed column refresh.
- Support for nested Function Arrow types in Python.