The Wire · Showcase
BOTH SDKS SHIP FAST TIER SUPPORT AS CODEX TIGHTENS CONCURRENCY CONTROLS
By RepoJournal · Filed · About OpenAI
The Node and Python SDKs landed fast tier APIs in coordinated releases overnight, while Codex hardened its memory consolidation and metadata handling against race conditions.
Node 7.2.0 and Python 2.51.0 both shipped with fast tier feature support [1][2], completing API parity across official clients. The Python SDK also moved the needle on reliability: it now honors Retry-After delays up to two minutes instead of capping at 60 seconds [4], a fix that prevents unnecessary thrashing during backend congestion. Separately, the Codex pipeline absorbed five critical stability improvements across 50 commits and 48 PRs. A phase-two memory job race condition got fixed by ensuring consolidation-agent shutdown completes before job completion [3], and concurrent metadata requests for the same remote path are now coalesced to eliminate duplicate RPCs [5]. Skill injection metrics now label explicit invocations separately [6] to surface the distinction that matters for debugging. The Node team also streamlined CI by removing the Agents SDK downstream check and JSR publishing [7][8], clearing out maintenance debt. Python added comprehensive mTLS examples for API-key authentication using native SSLContext [9], addressing a gap for teams running mutual TLS.
One email a day. Unsubscribe in one click.
Keep up with OpenAI in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade to Node SDK 7.2.0 and Python SDK 2.51.0 to access fast tier openai/openai-node [plan]
- → Review Python Retry-After behavior if you have retry-sensitive workloads openai/openai-python [monitor]
- → Watch Codex memory consolidation metrics for stability gains openai/codex [monitor]
References
- [1] release: 7.2.0 ↗ openai/openai-node
- [2] v2.51.0 ↗ openai/openai-python
- [3] Wait for memory consolidation shutdown before finishing jobs (#36140) openai/codex
- [4] fix(client): honor Retry-After delays up to two minutes ↗ openai/openai-python
- [5] Coalesce concurrent remote metadata requests (#36184) openai/codex
- [6] Label explicit skill injection metrics (#36191) openai/codex
- [7] ci: remove Agents SDK downstream check (#2033) openai/openai-node
- [8] chore: remove JSR publishing (#2037) openai/openai-node
- [9] docs: add API-key mTLS HTTP client recipes ↗ openai/openai-python