Skip to content

v2.0.16

Choose a tag to compare

@github-actions github-actions released this 18 Jul 13:13
· 241 commits to main since this release
0270af5

2.0.16 (2026-07-18)

Bug Fixes

  • storage: prevent stale search cache writes (604891e)

    Rely on data-versioned cache keys for SQLite mutations instead of scanning cached results by URL.

    Guard text cache writes across LanceDB optimization so searches started before cache clearing cannot repopulate stale entries.