Skip to content

Releases: rootvector2/SmartRetry

v0.1.0 – Initial Release

23 Feb 17:25

Choose a tag to compare

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)