113 wires and counting

$ follow Google

Keep up with Google 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-08-30
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

JAX ships tracing-time ordering, xla dependency bump

By RepoJournal · Filed · About Google

JAX landed a quiet but meaningful reliability fix this period: program order now sticks even when exclude_argnames is passed as None, plus an XLA dependency roll.

JAX landed a quiet but meaningful reliability fix [1] that makes tracing respect program order even when exclude_argnames is None. The internal commit [2] carries the same change plus a PiperOrigin-RevId, so the two share the same intent. Alongside it, the team reverted a prior commit twice [3][4], signaling instability in the change being rolled back. The XLA dependency moved to a new revision [5], pinning the tree to upstream commit 69325769ed5c4191b16e7f5fd37d5d5ea114a18d. This is routine maintenance: nothing here breaks existing code, but the ordering change could affect tracing semantics in edge cases where exclude_argnames is None. Watch the revert activity if you depend on the feature being recalled.

Quick answers

What shipped in Google on August 30, 2026?
JAX landed a quiet but meaningful reliability fix this period: program order now sticks even when exclude_argnames is passed as None, plus an XLA dependency roll. In total, 3 commits and 2 pull requests landed.
Who contributed to Google on August 30, 2026?
4 developers shipped this update, including copybara-service, Yash Katariya, jax authors, and Dirk Hornung.
What were the notable Google updates?
Use program_order_p even if exclude_argnames is None, Use program_order_p even if exclude_argnames is None, and Reverts 2610691a3fcfc16d5fd09e714f492f518978622c.