Skip to content

v0.3.0

Latest

Choose a tag to compare

@et-do et-do released this 05 May 03:46
05dd3ea

0.3.0 (2026-05-05)

⚠ BREAKING CHANGES

  • myelin.server, myelin.ingest, myelin.reranker, myelin.timer, and myelin.worker are removed. Use myelin.mcp, myelin.integrations.ingest, myelin.recall.reranker, and myelin.background respectively.

Features

  • add graph UI, github-import, incremental sync, and package restructure (#62) (2165566)
  • add myelin stats command — terminal KPI dashboard for memory da… (#56) (1c7368d)
  • add Obsidian vault export/import integration (#61) (6e8f34f)

Bug Fixes

  • commit regression baseline scores and exclude large results files from git (4a8dc3b)
  • keep warm_up as fire-and-forget to avoid lifespan timeout on cold start (4a8dc3b)
  • make baseline results files optional — flip tracking skipped when absent (4a8dc3b)
  • suppress noisy third-party loggers, log model load progress (4a8dc3b)
  • suppress noisy third-party loggers, log model load progress (#58) (21cf0ee)
  • suppress noisy third-party loggers, log model load progress (#60) (4a8dc3b)

Documentation

  • correct conventional commit release trigger table in CONTRIBUTING (#55) (daf8ea4)
  • restructure TODO — compress completed work, add MCP/test/benchmark gaps (#57) (0f3f562)
  • split README into focused guide + architecture doc, move TODO to docs/ (#54) (9884b64)
  • update readme section header (4a8dc3b)
  • update release-please-changelog (#63) (c5eb1e1)