# 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 - remove the web-specific tsbuild flag and update TypeScript build and test tooling dependencies - export smartlog alongside smartrequest from the plugin module - simplify tsconfig compiler options for Node typings and add a comprehensive README ## 2026-03-28 - 1.0.1 - fix(repo) no changes to commit ## 2026-03-28 - 1.0.0 - project Initial release. - Project initialized with first commit.