github doobidoo/mcp-memory-service v8.39.1
v8.39.1 - Dashboard Analytics Bug Fixes

latest releases: v10.44.0, v10.43.0, v10.42.1...
5 months ago

Dashboard Analytics Bug Fixes

This patch release resolves three critical bugs in the analytics dashboard section, improving the user experience with proper data filtering, percentage display, and field mapping.

Fixed

  • Top Tags filtering: Now correctly filters tags by selected timeframe (7d/30d/90d)

    • Implemented time-based filtering using get_memories_by_time_range()
    • Counts tags only from memories within the selected period
    • Maintains backward compatibility with all storage backends
  • Recent Activity display: Bars now show percentage distribution

    • Enhanced display to show both count and percentage of total
    • Tooltip includes both absolute count and percentage
    • Activity count label shows percentage (e.g., '42 (23.5%)')
  • Storage Report field mismatches: Fixed "undefined chars" display

    • Fixed field name: size_kb instead of size
    • Fixed field name: preview instead of content_preview
    • Fixed date parsing: created_at is ISO string, not timestamp
    • Added null safety and proper size display (KB with bytes fallback)

Related Issues

Credits

  • @claude[bot] for implementing the fixes
  • @doobidoo (Henry) for co-authoring and review

Installation

pip install --upgrade mcp-memory-service

Full Changelog

See CHANGELOG.md for complete details.

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

NewReleases is sending notifications on new releases.