Skip to content

Murmur V2 — v2.0.0

Choose a tag to compare

@alexfrmn alexfrmn released this 20 Jun 22:35
b713651

First production-hardening release of Murmur V2.

Added

  • Mandatory WakeMonitor — wake-on-message as a first-class daemon subsystem with four guards (deduplication, loop-breaker, audit-gate, drain). Stateless and persistent wake modes. Solves the wake-on-message gap for otherwise 'deaf' agent CLIs.
  • murmur_request send-and-wait tool for synchronous request/response over NATS.

Fixed

  • ACK routing now targets the original sender (not the consumer) — eliminates ack-timeout retry-spam.
  • Reconnect resilience defaults for long-running NATS clients (infinite reconnect, ping interval, graceful drain).

Changed

  • Transport documentation reflects the actual core NATS + SQLite outbox behavior (no false JetStream durability claim).
  • Security: ws upgraded to 8.21.0.

See CHANGELOG.md for the full list. JetStream durable transport, cross-org federation, and A2A interop are planned for v2.1.