The August 2026 Linux Foundation newsletter rounds up ecosystem news: a 35% training discount for Linux's 35th anniversary, the new Tokenomics Foundation for tracking AI ROI, FINOS releasing Fluxnova 3.0 and FDC3 3.0 with MCP integration, AAIF's stateless MCP 728 protocol launch, a Dronecode hackathon on the MAVLink-Military standard, and reports on Japan's cloud native and tech talent markets. It also covers dozens of project updates across CNCF, LF Edge, LF Energy, Jupyter, DPDK, eBPF, AGL, CHIPS Alliance, and more, plus upcoming events like Open Source Summit Europe in Prague.
Table of contents
ContentsEdu cation Opportunities🐧 Celebrate 35 Years of LinuxLF Event HighlightLF Research: Participate in this month’s surveys and read about the tech talent market in Japan!LF Europe: Community UpdatesLinux Foundation Projects: Featured newsLF Events: Mark your calendar!Questions this post answers
What changed in MCP 728, the new version of the Model Context Protocol?
MCP 728, launched by the Agentic AI Foundation on July 28, made the protocol stateless, removing the previous session handshake requirement. This means a load balancer can route any request to any server instance without needing a shared session store, simplifying scaling for AI agent deployments that rely on MCP. Developers adapting agent infrastructure to protocol changes like this can track updates on daily.dev.
What is Xen 4.22 and what new hardware support does it add?
Xen 4.22 is the latest general availability release of the Xen Project's open source type-1 hypervisor. It adds AMD Zen 5 hardware support, guest suspend/resume power management for Arm, SSTC timing extensions for RISC-V, and enhanced functional safety testing aimed at data center, cloud, embedded, and automotive deployments. Infrastructure engineers evaluating hypervisor upgrades can follow releases like this on daily.dev.
What new schemas does OpenUSD v26.08 introduce?
OpenUSD v26.08 introduces three foundational schemas: Profiles (a vocabulary for declaring whether a tool can faithfully open, edit, and round-trip an asset), Multiple Level-of-Detail (UsdLod, a standard framework replacing ad hoc per-application LOD conventions), and Backplates (UsdGeomBackPlateAPI, for camera-tied background images in VFX workflows). It is available on GitHub and via pip install usd-core. 3D pipeline developers weighing interoperability standards can follow schema changes like these on daily.dev.