Skip to content

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 01 Jul 03:38
dc0f13d

Highlights

Reliability: no more head-of-line blocking on rate limits

When one agent hit a downstream rate limit (HTTP 429), every other agent queued on that same server used to stall for the full backoff. The gateway now releases the per-server lock during the retry wait, so a slow or rate-limited server no longer blocks the others sharing it. A server-advertised Retry-After is also clamped so a misbehaving downstream can't pin a call indefinitely.

Your server list is now backed up

Conduit keeps a registry.json.bak of your last-known-good server list and automatically recovers from it if the main file is ever deleted or corrupted.

What's Changed

  • [codex] Add Codex setup walkthrough by @leemeo3 in #68
  • fix: release per-server Mutex during backoff sleep (head-of-line blocking) by @bradhallett in #66
  • v0.9.4: clamp Retry-After + registry.json backup/recovery by @tsouth89 in #70

Full Changelog: v0.9.3...v0.9.4