First public release of the standalone resilience primitives.
- Circuit breaker with registry, sync/async protection, and optional Redis persistence
- Redis-backed priority queue with scheduling, retries, and DLQ replay
- Offline MQTT message buffering and reconnect flushing
- 17 unit tests across Python 3.11, 3.12, 3.13, and 3.14
- Source and wheel distribution builds verified in CI
Install from the tagged GitHub source as documented in the README.