Skip to content

2026.08.12.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 02:59
· 36 commits to main since this release
9786309

Overview

This release fixes a quota management bug that could cause requests to keep being sent to providers that had run out of credit, instead of automatically failing over to another provider.

馃悰 Bug Fixes

  • Exhausted providers without a reset time now correctly pause: Some quota checks (like credit balance checks) don't have a scheduled reset time. Previously, when one of these ran out of balance, the system failed to pause requests to that provider and could clear an existing pause, sending traffic to a provider with no credit left. It also now guarantees that "low credit" errors always trigger an automatic retry with another provider. (#801)