Skip to content

v1.1.0: Add backoff and retry logic for API calls (#29)

Choose a tag to compare

@github-actions github-actions released this 26 Jan 15:39
· 17 commits to master since this release
46a1308
* Add backoff and retry logic for API calls

- Implement flexible retry strategy for handling rate limits and HTTP 5xx errors
- Add configurable retry parameters: strategy, base delay, and max attempts
- Support exponential and linear retry strategies
- Update tests to validate retry behavior
- Update documentation with retry strategy details
- Bump version to 1.1.0
- Mark project as Production/Stable status
- Add Python 3.13 support in project configuration