Releases: rootvector2/SmartRetry
Releases · rootvector2/SmartRetry
v0.1.0 – Initial Release
Initial public release
- Exponential backoff with full jitter
- Global timeout across attempts
- AbortSignal cancellation support
- Intelligent default retry policy (429, 5xx, network errors)
- Fully typed TypeScript
- ESM + CJS dual build
- 48 deterministic tests
- CI enabled (Node 18 & 20)