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¶
@retryablewith exponential backoff andretry_onfilter (sync + async).@circuit_breakerwith per-method closed/open/half-open state, thread-safe.@timeoutfor async methods viaasyncio.timeout; sync methods rejected at decoration time.ResilienceSettings(prefixresilience):enabledmaster switch.- Auto-discovery through the
pico_boot.modulesentry point; zero-config.