Skip to content

Ironflow v0.13.0

Ironflow v0.13.0 adds multi-node clustering with distributed coordination, a Project layer for bounded context isolation, and SDK error handling improvements across Go and Node.js.

  • Multi-node distributed coordination — horizontal scaling via external NATS JetStream + PostgreSQL with SKIP LOCKED claims and stale recovery (#236)
  • Distribution-first strategy (Phase 1 & 2) — npm, Docker (GHCR), GitHub Releases, and Homebrew distribution channels (#240)
  • Project layer — bounded context isolation with Organization → Project → Environment hierarchy (#228)
  • Node.js onError handler — global error callback for the Node.js SDK client (#231)
  • Go SDK OnError callback — error callback for the Go worker (#230)
  • Harden bootstrap detection, UpdateRun claims, and environment scoping (#239)
  • Resolve multi-node coordination bugs in cluster mode (#238)
  • Remove obsolete docker-compose version field (#237)
  • Add DDD explanation docs and update package versions
  • Fix sidebar scrolling behavior with tab bar (#227)
  • Fix terminal demo glyphs to match actual CLI inspect TUI (#226)