fix(account): add retry and rate-limit backoff handling for API requests

This commit is contained in:
2026-03-28 10:42:47 +00:00
parent d27d5e3537
commit e73bc44277
4 changed files with 46 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-28 - 1.1.1 - fix(account)
add retry and rate-limit backoff handling for API requests
- Enable retries and 429 backoff handling for JSON and text API requests.
- Add exponential backoff retries for binary downloads when rate limited.
- Introduce a small delay between paginated requests to reduce API throttling.
## 2026-03-28 - 1.1.0 - feat(build)
modernize the build configuration and add project documentation