Provider 429s classified before retry
@langchain/openrouter@0.4.2
1 fixThis release1 fixBug fixesAI-tallied from the release notes
@langchain/openrouter@0.4.2
Fixed a bug where provider HTTP 429 (rate limit) errors were not being properly classified before retry, improving retry behavior consisten…
LangChain · LangChain.jsProvider 429 responses are now classified before retry logic runs. Tool outputs that are arrays of plain objects are JSON-stringified inste…
LangChain · LangChain.jsAdded opt-in client-side rate limiting for exception autocapture, using a token bucket algorithm to allow bursts and refill over time. Rate…
PostHog · PostHog PythonRetries for transport failures without an HTTP response are now limited.
PostHog · PostHog JS