What's Changed
Three independent patch fixes bundled into this release.
Fixed
-
[#728] Dashboard: auto-check updates on Server tab open + accurate initial label — The Server tab now automatically triggers an update check when opened, and displays an accurate initial label before the first check completes, eliminating stale/misleading status on first render. (PR #728)
-
[#731] API: add
total_pagestolist_memoriesreturn — Thelist_memoriesREST API response now includes atotal_pagesfield alongsidetotal_countandpage, enabling correct client-side pagination without extra requests. (PR #731) -
[#730] Dashboard: render knowledge-graph edges for non-canonical relationship types — Edges whose
typehad no matching CSS custom property were rendered invisible. Added fallback color resolution so all relationship types display correctly in the graph view. (PR #730)
Also included (housekeeping, no behavior change)
- Dependency bumps:
pypdf6.10.1 → 6.10.2 (#725),authlib1.6.10 → 1.6.11 (#726) - CI: skip full test suite on docs-only changes (#727)
Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md
Test suite: 1,547 tests passing.
PyPI: Published automatically via CI on tag push.