Skip to content

v0.49.0

Choose a tag to compare

@github-actions github-actions released this 29 May 10:57
· 75 commits to main since this release

What's New

  • Project history — Query container resource usage and lifecycle events over time with the moor_project_history MCP tool or the /api/projects/:id/stats/history API route.
  • Resource sampling — Moor now records CPU, memory, network, and block I/O metrics every 60 seconds, with automatic 30-day retention.
  • Docker event stream — Captures container lifecycle events (start, die, oom, kill, stop, restart) directly from Docker, so short-lived state changes are recorded rather than inferred from polling intervals.
  • Container correlation labels — Every moor-created container now carries sh.moor.project_id and sh.moor.project_name labels for consistent event attribution.

Fixes

  • moor_rebuild error reporting — The tool now surfaces actual error messages when /run fails before streaming output, instead of silently reporting "Rebuild complete" on validation errors or credential issues.