You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Responses failures or cancellations returned inside a successful HTTP response are now treated as upstream errors instead of being misreported as 422 request-format errors.
Upstream rate-limit errors return 429, while other upstream generation failures return 502 with the original error message preserved for retry and diagnosis.
Genuine local response transformation errors remain 422 so StackFerry processing problems are still distinguishable.
Request Log Filtering
Failure-type filters now match only the final failure classification stored for each request.
Requests that finish with HTTP 200 after failover no longer appear in failure-type results.
Route traces remain available in request details and exports for inspecting earlier provider attempts.
Commits
fix(usage): correct upstream errors and failure filters(d4b9004c) @Ninthless