Change8

python-v0.30.2-beta.0

📦 lancedbView on GitHub →
3 features🐛 1 fixes

Summary

This release updates the Lance dependency to v3.0.1 and introduces parallel inserts for remote tables. It also adds a progress bar for the add() operation.

Migration Steps

  1. Reverted the change that allowed passing azure client/tenant ID through the remote SDK.

✨ New Features

  • Updated Lance dependency to v3.0.1.
  • Implemented parallel inserts for remote tables using multipart write.
  • Added a progress bar for the `add()` operation.

🐛 Bug Fixes

  • Bumped AWS SDK MSRV pins to the March 2025 release.