v0.31.0-beta.2

FiloSottile/mkcertv0.31.0-beta.2Jun 23, 2026by github-actions[bot]

AI Summary

The Rust/Node release introduces Blob V2 support with new schema definitions and read/write paths, alongside fixes for date parsing.

Key Highlights

  • Added Blob V2 schema declaration and write path
  • Added Blob V2 read and materialization APIs
  • Fixed RFC 3339 parsing for created_at timestamps

New Features

  • Blob V2 schema declaration and write path
  • Blob V2 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