Skip to content

seatbelt v0.2.0

Choose a tag to compare

@Vaiz Vaiz released this 10 Feb 10:42
· 115 commits to main since this release
3a59a02

seatbelt 0.2.0

Initial release.

  • ✨ Features
    • Timeout middleware for canceling long-running operations
    • Retry middleware with constant, linear, and exponential backoff strategies
    • Circuit breaker middleware with health-based failure detection and gradual recovery
    • OpenTelemetry metrics integration (metrics feature)
    • Structured logging via tracing (logs feature)
    • Shared Context for clock and telemetry configuration