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.
Features
Section titled “Features”- 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
onErrorhandler — global error callback for the Node.js SDK client (#231) - Go SDK
OnErrorcallback — error callback for the Go worker (#230)
Security
Section titled “Security”- Harden bootstrap detection,
UpdateRunclaims, and environment scoping (#239)
- Resolve multi-node coordination bugs in cluster mode (#238)
- Remove obsolete docker-compose version field (#237)