Skip to content

RelPrim 0.4.0

Choose a tag to compare

@bart-rozycki bart-rozycki released this 08 Jun 11:38
cfde3a9

Summary

RelPrim 0.4.0 adds circuit breaker support.

This release introduces the async circuit breaker primitive and integrates circuit breaker execution with the high-level async operation API.

Added

  • CircuitBreaker
  • CircuitBreakerState
  • CircuitBreakerSnapshot
  • CircuitBreakerOpenError
  • AsyncOperation.with_circuit_breaker()
  • Circuit breaker metadata in execution reports
  • README quickstart with circuit breaker, retry, timeout, fallback and execution reporting

Notes

RelPrim is still in early development and APIs may change before the first stable release.