Skip to content

v0.1.81

Choose a tag to compare

@Henry-811 Henry-811 released this 27 Apr 16:22
· 201 commits to main since this release
a6b71e5

πŸš€ Release Highlights β€” v0.1.81 (2026-04-27)

🌐 Multi-Region Circuit Breaker Failover (Phase 6)

  • Regional failover (#1072): LLM circuit breaker fails over to backup regions when the primary trips OPEN
  • Automatic recovery: Returns to the primary region when it becomes healthy again
  • Production-grade resilience: Builds on Phase 4 (distributed store) and Phase 5 (adaptive thresholds) for full multi-region resilience

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    pip install massgen==0.1.81
    uv run massgen --config @examples/features/fast_iteration.yaml "Create an svg of an AI agent coding."

What's Changed

Full Changelog: v0.1.80...v0.1.81