Skip to content

RelPrim 0.3.0

Choose a tag to compare

@bart-rozycki bart-rozycki released this 07 Jun 16:33
118d3b5

Summary

RelPrim 0.3.0 adds fallback support.

This release introduces async fallback chains and integrates fallback execution with the high-level async operation API.

Added

  • Async fallback chain primitive
  • FallbackCandidate
  • FallbackPolicy
  • FallbackResult
  • FallbackChain
  • fallback_chain() factory
  • FallbackChainError
  • AsyncOperation.with_fallbacks()
  • Fallback metadata in execution reports
  • README quickstart with retry, timeout, fallback and execution reporting

Notes

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