auto_retry 1.1.1 auto_retry: ^1.1.1 copied to clipboard
The AutoRetry plugin for Televerse automatically retries failed API requests, handling rate limits and server errors to improve your bot's reliability and uptime.
1.1.1 #
- Updated Televerse version
1.1.0 #
- New Transformer definition
1.0.9 #
- We don't mess around the
Bad Request
issues.
1.0.8 #
- Enable logs would tell us what went wrong.
1.0.7 #
- Removed Infinity to
int
conversion
1.0.6 #
- Just ran
dart format .
1.0.5 #
- Updated SDK constraints
- Added library documentation
1.0.4 #
- Further documentation fix :)
1.0.3 #
- Documentation fix
1.0.2 #
- Throw once
retryAfter
exceeds themaxDelay
duration - Updated docs in README
1.0.1 #
- Minor badge update.
1.0.0 #
- Initial version.