This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryUpdates Highlights, fix, and v0.9.4 across a mixed release.
Full changelog
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 https://github.com/tsouth89/conduit/pull/68
- fix: release per-server Mutex during backoff sleep (head-of-line blocking) by @bradhallett in https://github.com/tsouth89/conduit/pull/66
- v0.9.4: clamp Retry-After + registry.json backup/recovery by @tsouth89 in https://github.com/tsouth89/conduit/pull/70
Full Changelog: https://github.com/tsouth89/conduit/compare/v0.9.3...v0.9.4
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Toolport
All releases →Beta — feedback welcome: [email protected]