Skip to content

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 16 Apr 18:32
· 39 commits to main since this release

Fixed

  • Skip API calls when auth is expired — when OAuth credentials expire overnight, the poller now checks auth status locally (every 30s) instead of hitting the API. This avoids burning through rate limits with guaranteed-to-fail requests and eliminates the 1-hour 429 backoff that would follow when auth recovered.