github doobidoo/mcp-memory-service v10.26.4
v10.26.4 — FTS5 Hybrid Search Fix + Dashboard Auth Lifecycle

latest release: v10.26.5
9 days ago

Special Thanks

@xXGeminiXx — Fixed a long-standing silent regression where the FTS5 virtual table was not created when upgrading pre-v10.8.0 databases, causing BM25+vector hybrid search to silently fall back to vector-only.

@jeremykoerber — Tracked down and fixed 9 bugs in the dashboard auth lifecycle, resolving persistent API key loss, 401 spam, SSE leaks, and more.


[10.26.4] - 2026-03-12

Fixed

  • [#589] FTS5 table not created for existing databases (hybrid search broken on upgrade) (sqlite_vec.py): Added _ensure_fts5_initialized() idempotent method; called on both new-DB and existing-DB paths. Pre-v10.8.0 upgraded databases now correctly use BM25+vector hybrid search instead of silently falling back to vector-only.
  • [#592] Dashboard auth detection and credential persistence (app.js, fixes #591): 9 bugs in the dashboard auth lifecycle fixed — API key persistence across page refreshes, 401 spam elimination, SSE connection leak on re-auth, duplicate polling deduplication, auth-detection endpoint correction, and related edge cases.

Installation

pip install --upgrade mcp-memory-service

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.