v0.31.0-beta.6

rathole-org/ratholev0.31.0-beta.6Jul 2, 2026by github-actions[bot]

AI Summary

A beta release focusing on bug fixes and CI updates, mirroring the Python beta slightly.

Key Highlights

  • Bug fixes for namespace connections routing
  • Filter combining logic improvements
  • CI updates for deprecated GitHub Actions

Breaking Changes

  • Combine repeated where filters with AND instead of replacing

New Features

  • Re-export arrow and datafusion crates from lancedb

Full Release Notes

## 🛠 Breaking Changes

- fix!: combine repeated where filters with AND instead of replacing by @wjones127 in https://github.com/lancedb/lancedb/pull/3585

## 🎉 New Features

- feat(rust): re-export arrow and datafusion crates from lancedb by @wjones127 in https://github.com/lancedb/lancedb/pull/3576

## 🐛 Bug Fixes

- fix(python): route async namespace connections through rust by @jackye1995 in https://github.com/lancedb/lancedb/pull/3603
- fix!: combine repeated where filters with AND instead of replacing by @wjones127 in https://github.com/lancedb/lancedb/pull/3585
- fix(python): average MRR reciprocal ranks over all rankings by @Ar-maan05 in https://github.com/lancedb/lancedb/pull/3599

## 📚 Documentation

- docs(python): add missing parameter documentation for when_matched_update_all by @Neo-X7 in https://github.com/lancedb/lancedb/pull/3536

## 🔧 Build and CI

- ci: update deprecated GitHub Actions to latest versions (Fixes #3577) by @rtmalikian in https://github.com/lancedb/lancedb/pull/3608