Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2026-07-03

Added

  • @retryable with exponential backoff and retry_on filter (sync + async).
  • @circuit_breaker with per-method closed/open/half-open state, thread-safe.
  • @timeout for async methods via asyncio.timeout; sync methods rejected at decoration time.
  • ResilienceSettings (prefix resilience): enabled master switch.
  • Auto-discovery through the pico_boot.modules entry point; zero-config.