python-v0.34.0-beta.2
9001/copypartypython-v0.34.0-beta.2Jun 23, 2026by github-actions[bot]
AI Summary
The Python binding for this beta release mirrors the Node/Rust version, introducing Blob v2 features and improved repr.
Key Highlights
- Added Blob v2 schema declaration and write path
- Added Blob read and materialization APIs
- Improved IndexConfig repr
New Features
- Blob v2 schema declaration and write path
- Blob read and materialization APIs
Full Release Notes
## 🎉 New Features - feat(rust): add blob v2 schema declaration and write path by @geruh in https://github.com/lancedb/lancedb/pull/3528 - feat(rust): add blob read and materialization APIs by @geruh in https://github.com/lancedb/lancedb/pull/3562 ## 🐛 Bug Fixes - fix: parse RFC 3339 created_at and improve IndexConfig repr by @wjones127 in https://github.com/lancedb/lancedb/pull/3558