-
feat(http): add automatic rate limit handling with smartrequest
released this
2025-07-29 17:03:14 +00:00 - Migrated HTTP client to @push.rocks/smartrequest for robust rate limiting
- Automatic retry with exponential backoff (1s, 2s, 4s) on HTTP 429
- Respects Retry-After headers from server
- Improved error handling and network resilience
- Updated documentation with rate limit handling examples
Downloads