Change8

v0.22.1-beta.2

📦 lancedbView on GitHub →
1 features🐛 2 fixes

Summary

This release introduces the 'target_partition_size' parameter and fixes bugs related to variable resolution and namespace operations. The internal catalog implementation has been removed in favor of namespaces.

Migration Steps

  1. The catalog implementation has been removed; users should now rely on namespaces within the database.

✨ New Features

  • Added 'target_partition_size' parameter.

🐛 Bug Fixes

  • Resolved issue by using 'create' to resolve variables.
  • Added missing validations for namespace operations.