rig-sqlite-v0.3.0

0xPlaygrounds/rigrig-sqlite-v0.3.0Jun 2, 2026by github-actions[bot]

AI Summary

Focuses on fixing issues in the SQLite vector store, specifically regarding JSON deserialization and metadata filtering capabilities.

Key Highlights

  • Fixed JSON column deserialization
  • Support for document metadata filters
  • Fixed tool call streaming issues

New Features

  • JSON metadata ergonomics
  • Support document metadata filters
  • Fix JSON column deserialization

Full Release Notes

### Fixed

- *(sqlite)* deserialize JSON columns ([#1797](https://github.com/0xPlaygrounds/rig/pull/1797)) (by @gold-silver-copper)
- *(sqlite)* support document metadata filters ([#1793](https://github.com/0xPlaygrounds/rig/pull/1793)) (by @gold-silver-copper)
- fix sqlite threshold and null tool call streaming ([#1786](https://github.com/0xPlaygrounds/rig/pull/1786)) (by @gold-silver-copper) - #1786

### Other

- [codex] docs(sqlite): add JSON metadata ergonomics ([#1798](https://github.com/0xPlaygrounds/rig/pull/1798)) (by @gold-silver-copper) - #1798

### Contributors

* @gold-silver-copper