123 wires and counting

$ follow OpenAI

Keep up with OpenAI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-05-08
stories 106

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

SDK TWINS SHIP REALTIME 2 AS CODEX HARDENS DEPENDENCY GATES

By RepoJournal · Filed · About OpenAI · Composed from the cited sources · methodology

Both the Node and Python SDKs released major versions this morning with realtime translate support and manual API updates, while Codex tightened its dependency intake with a 7-day bake period and normalized tool identity across MCP connections.

The openai-node [1] and openai-python [2] ecosystems are now in lockstep on the realtime 2 spec, with web_search_call.results output options and admin organization usage response updates flowing through both. This matters because teams using parallel SDKs won't hit integration drift. On the Codex side, three structural changes landed overnight that reshape how the platform absorbs external code: a 7-day Dependabot cooldown [3] that lets dependencies stabilize before adoption and gives security tooling time to detect malware, removal of synthetic string-keyed MCP tool maps [4] to keep tool identity single-sourced in ToolInfo objects, and configurable trace metadata [5] that flows through OtelSettings without touching span callsites. Thread pagination APIs [6] landed to handle large thread queries across app-server and ThreadStore, and cargo doctest disabling [7] cut test execution time 4x for crates without doctests.

Action items

References

  1. [1] v6.37.0 ↗ openai/openai-node
  2. [2] v2.36.0 ↗ openai/openai-python
  3. [3] [codex] Apply a Dependabot cooldown of 7 days (#21599) openai/codex ↗
  4. [4] [codex] Remove string-keyed MCP tool maps (#21454) openai/codex ↗
  5. [5] codex-otel: add configurable trace metadata ↗ openai/codex
  6. [6] feat(app-server, threadstore): Thread pagination APIs and ThreadStore contract ↗ openai/codex
  7. [7] Disable empty Cargo test targets ↗ openai/codex

Quick answers

What shipped in OpenAI on May 8, 2026?
Both the Node and Python SDKs released major versions this morning with realtime translate support and manual API updates, while Codex tightened its dependency intake with a 7-day bake period and normalized tool identity across MCP connections. In total, 59 commits, 40 pull requests, and 7 releases landed.
Who contributed to OpenAI on May 8, 2026?
3 developers shipped this update, including bbrown-oai, owenlin0, and charliemarsh-oai.
What were the notable OpenAI updates?
v6.37.0, v2.36.0, and [codex] Apply a Dependabot cooldown of 7 days (#21599).