0.30.0 (2025-11-04)
Full Changelog: v0.29.0...v0.30.0
⚠ BREAKING CHANGES
- api: The default max retries for api calls has changed from 5 to 2. This may result in more frequent non-200 responses.
Features
- api: Change the default max retries from 5 to 2 (f89b597)
Bug Fixes
- Do not auto-retry on 500 errors. 501+ can retry (7ce8399)