Software Development
173 articles RSS
Kubernetes AI Conformance Program Nearly Doubles Certified Platforms to 31 as CNCF Adds Agentic Workflow Validation and Stricter Hardware Requirements
The CNCF expanded its Kubernetes AI Conformance program from 18 to 31 certified platforms while introducing new requirements for disaggregated inference, high-performance networking, and agentic workload support.
Etsy Completes Five-Year Migration of Its 1,000-Shard, 425 TB MySQL Architecture to Vitess
Etsy has finished migrating its proprietary 1,000-shard MySQL infrastructure to Vitess after five years, 2,500 pull requests, and 6,000 query rewrites, eliminating a single point of failure while preserving its existing data layout through custom vindexes.
Servo Reaches crates.io With v0.1.0, Giving Rust Developers an Embeddable Browser Engine With Long-Term Support
The Servo project publishes its first crates.io release, making the Rust-native browser engine available as an embeddable library with a WebView API and a six-month LTS cycle.
KubeVirt 1.8 Introduces Hypervisor Abstraction Layer, Breaking KVM Lock-In for Kubernetes Virtual Machines
The CNCF incubating project's latest release adds a multi-hypervisor backend, Intel TDX attestation for confidential computing, and PCIe NUMA topology awareness for AI workloads, while scaling its test framework to 8,000 virtual machines.
Next.js 16.2 Ships With 400 Percent Faster Dev Startup and First-of-Their-Kind AI Agent DevTools
Vercel's Next.js 16.2 delivers an 87 percent reduction in dev server startup time, up to 60 percent faster rendering via a React contribution, and introduces experimental tooling that gives AI coding agents direct access to browser DevTools and component trees from the terminal.
CPython Targets Python 3.16 for First Rust Code as Project Clears Build System Hurdle and Plots PEP Timeline
The Rust for CPython project has achieved cross-platform builds in CI and shifted its target from Python 3.15 to 3.16, setting a July deadline to submit a formal Python Enhancement Proposal that would make Rust a build-time dependency of the reference interpreter.
Databricks Lakebase Reaches General Availability on Azure, Completing Multi-Cloud Rollout of Its Serverless PostgreSQL Database
Databricks has made Lakebase generally available on Azure across 14 regions, completing a multi-cloud rollout of its serverless PostgreSQL database built on technology from its Neon and Mooncake Labs acquisitions.
Go 1.26 Makes Green Tea Garbage Collector the Default, Cutting GC Overhead by Up to 40 Percent
Go 1.26 ships with the Green Tea garbage collector enabled by default, replacing the object-centric mark-sweep algorithm with a page-level scanner that reduces GC CPU costs by 10 to 40 percent in real-world workloads.
Ingress2Gateway Reaches 1.0 With Support for 30+ Annotations as Kubernetes Teams Race to Migrate Off Retired Ingress-NGINX
SIG Network ships the stable release of its migration tool two weeks before Ingress-NGINX was archived, expanding annotation coverage tenfold and introducing behavioral equivalence testing against live clusters.
GCC 16 Nears Release With C++26 Reflection and Contracts, Algol 68 Frontend, and C++20 as the New Default
The GNU Compiler Collection's next major release enters its final regression-fixing phase with early C++26 support, a new Algol 68 frontend, AMD Zen 6 targets, and a long-awaited shift to C++20 as the default C++ dialect.
Iceberg Summit 2026 Draws All Major Cloud Vendors as V3 Adoption Accelerates Across the Data Lakehouse Ecosystem
The third Iceberg Summit in San Francisco brought 70+ sessions and announcements from Snowflake, Google, Dremio, Databricks, and AWS as the open table format's V3 specification reaches production readiness.
OpenTelemetry Profiles Reaches Public Alpha, Establishing Profiling as the Fourth Observability Signal
The OpenTelemetry Profiling SIG has promoted its Profiles signal to public alpha, adding vendor-neutral continuous profiling alongside traces, metrics, and logs. Built on Elastic's donated eBPF agent, the new signal supports over a dozen language runtimes with minimal overhead.