Resources

From the community

Announcements, guides, program updates, and spotlights from BIOS, latest first.

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109
Open Source NewsSeptember 7, 2026

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109

Greg Kroah-Hartman pushed out new stable and longterm point releases across the 7.2, 6.18, and 6.12 lines, each bundling accumulated fixes across drivers, filesystems, and core subsystems.

Read more
Rust Debugging Survey 2026 Results
Open Source NewsSeptember 7, 2026

Rust Debugging Survey 2026 Results

The Rust Project published results from its 2026 debugging survey, gathering community feedback on debugging tools and workflows to guide future tooling investment.

Read more
Docker Desktop 4.90.0
Open Source NewsSeptember 7, 2026

Docker Desktop 4.90.0

This release made 'Ask Gordon,' Docker's AI assistant, accessible as a persistent right-side drawer and added one-click AI diagnosis for containers, images, and volumes with detected issues.

Read more
Linux 7.3-rc2 Released
Open Source NewsSeptember 6, 2026

Linux 7.3-rc2 Released

The second test build of the 7.3 cycle shipped with Cache Aware Scheduling misfit fixes for hybrid CPUs, NVIDIA Blackwell display fixes for Nouveau, RandStruct changes, and EDAC updates missed during the merge window.

Read more
KubeletInUserNamespace (Rootless Mode) Graduates to Beta
Open Source NewsSeptember 4, 2026

KubeletInUserNamespace (Rootless Mode) Graduates to Beta

Explains the promotion of rootless kubelet support to Beta, allowing kubelet and its container runtime to run inside a user namespace for stronger host isolation.

Read more
Vue 3.6.0-rc.7 Published
Open Source NewsSeptember 4, 2026

Vue 3.6.0-rc.7 Published

The latest release candidate as of early September, continuing Vapor Mode runtime stabilization ahead of a stable 3.6 release.

Read more
Dynamic Resource Allocation Extended Resource Support Reaches GA
Open Source NewsSeptember 3, 2026

Dynamic Resource Allocation Extended Resource Support Reaches GA

Details the graduation of DRA's Extended Resource support to General Availability in v1.37, a significant milestone for how Kubernetes schedules specialized hardware like GPUs through the DRA framework.

Read more
Elastic Stack 9.5.3 Released
Open Source NewsSeptember 3, 2026

Elastic Stack 9.5.3 Released

A maintenance release across Elasticsearch, Kibana, Observability, and Security addressing issues carried over from 9.5.2, including correcting nested sorts on integer fields returning wrong values on older indices an...

Read more
Announcing Rust 1.98.1
Open Source NewsSeptember 3, 2026

Announcing Rust 1.98.1

A point release fixing a critical miscompilation regression introduced in 1.98.0, where rustc could generate a trait object vtable containing a null pointer instead of a valid function pointer.

Read more
Scale Workloads to Zero with HorizontalPodAutoscaler
Open Source NewsSeptember 2, 2026

Scale Workloads to Zero with HorizontalPodAutoscaler

Covers the v1.37 HPA enhancement letting workloads autoscale down to zero replicas, now Beta and enabled by default.

Read more
Django 6.1.1 Bugfix Release Issued
Open Source NewsSeptember 2, 2026

Django 6.1.1 Bugfix Release Issued

Django 6.1.1 addresses a crash combining distinct(*fields) with order_by()/values() on duplicate lookup paths, and several regressions introduced in 6.1, including incorrect double-dot lookup deprecation handling in t...

Read more
VS Code 1.136
Open Source NewsSeptember 2, 2026

VS Code 1.136

VS Code's September monthly release shipped with Agent Merge (Preview), letting AI agents resolve PR review feedback, fix failed checks, and address merge conflicts directly from the editor.

Read more
Terraform 1.16.1 Patch Released
Open Source NewsSeptember 2, 2026

Terraform 1.16.1 Patch Released

A bug-fix release addressing seven issues, most notably a hang where the CLI would pause indefinitely after a Terraform Cloud run-task failure with pending policy evaluations still outstanding.

Read more
Go 1.26.8 Released
Open Source NewsSeptember 1, 2026

Go 1.26.8 Released

This is a routine maintenance point release for the Go 1.26 series, carrying fixes to cgo, the compiler, the runtime, and the debug/elf and os standard library packages.

Read more
Go 1.27.1 Released
Open Source NewsSeptember 1, 2026

Go 1.27.1 Released

The first point release for the Go 1.27 series fixes issues in cgo, the compiler, the runtime, the go fix command, and the database/sql, debug/elf, encoding/json, net/http, os, simd, and simd/archsimd packages.

Read more
Python 3.15.0 Candidate 2 Released
Open Source NewsSeptember 1, 2026

Python 3.15.0 Candidate 2 Released

Python 3.15.0rc2 shipped as the final testing milestone before the scheduled October 1 general-availability date. Notable items bundled in this release include frozendict and sentinel types, explicit lazy imports, UTF...

Read more
2026 PSF Board Election Opens
Open Source NewsSeptember 1, 2026

2026 PSF Board Election Opens

The Python Software Foundation opened voting for four open board seats, with 17 candidates in the running.

Read more
Inaugural Python Packaging Council Election Opens
Open Source NewsSeptember 1, 2026

Inaugural Python Packaging Council Election Opens

Voting opened for the first-ever Python Packaging Council, a new governance body created to oversee the packaging ecosystem.

Read more
Announcing rustup 1.29.1
Open Source NewsSeptember 1, 2026

Announcing rustup 1.29.1

A point release of rustup, the official Rust toolchain installer, bundling accumulated fixes since the prior 1.29.x release.

Read more
Storage Version Migration Enabled by Default
Open Source NewsAugust 31, 2026

Storage Version Migration Enabled by Default

A v1.37 feature deep-dive explaining that the Storage Version Migration controller, which keeps stored objects on their current preferred storage version after CRD or API changes, is now on by default.

Read more
Docker Desktop 4.89.0
Open Source NewsAugust 31, 2026

Docker Desktop 4.89.0

This release updated Docker Compose to v5.5.0 and the NVIDIA Container Toolkit to v1.20.0, fixed background polling that was needlessly waking the engine during Resource Saver mode, and resolved slow Zsh startup cause...

Read more
Linux 7.3-rc1 Released, Closing the Merge Window
Open Source NewsAugust 30, 2026

Linux 7.3-rc1 Released, Closing the Merge Window

The first release candidate for Linux 7.3 landed after a two-week merge window, weighing in around 10,000 commits and pushing the kernel to roughly 40.98 million lines. Linus Torvalds called it 'not the biggest rc1 we...

Read more
Django Developers Survey 2026 Results Published
Open Source NewsAugust 28, 2026

Django Developers Survey 2026 Results Published

The Django Software Foundation, in collaboration with JetBrains and PyCharm, published results of its fifth annual Django Developers Survey, conducted May through July 2026.

Read more
Vue 3.6.0-rc.6 Published
Open Source NewsAugust 28, 2026

Vue 3.6.0-rc.6 Published

A release candidate in the ongoing Vue 3.6 cycle, which centers on stabilizing Vapor Mode, Vue's new virtual-DOM-free compilation strategy, and a reactivity-system rewrite based on alien-signals.

Read more
Vue 3.5.42 Released
Open Source NewsAugust 27, 2026

Vue 3.5.42 Released

A patch release on the stable 3.5 line focused on bug fixes in hydration, runtime-core, and v-model behavior, including handling async component unmount before lazy hydration and preserving .trim results when combined...

Read more
Terraform 1.17.0 Alpha Published
Open Source NewsAugust 27, 2026

Terraform 1.17.0 Alpha Published

An early alpha build for the next Terraform minor line, adding a -minimal-refresh planning option and enriching log output with provider version info.

Read more
Kubernetes v1.37 "Garhwal" Released
Open Source NewsAugust 26, 2026

Kubernetes v1.37 "Garhwal" Released

The general-availability announcement for v1.37 capped a 15-week release cycle with 67 enhancements: 16 graduating to Stable, 23 to Beta, and 27 new Alpha features.

Read more
Node.js 26.8.0 and 26.8.1 (Current) Released
Open Source NewsAugust 26, 2026

Node.js 26.8.0 and 26.8.1 (Current) Released

Two Current-line releases shipped the same day: 26.8.0 brought the regular batch of semver-minor features and dependency updates, with 26.8.1 following shortly after as a follow-up patch release.

Read more
Node.js 24.20.0 (LTS) Released
Open Source NewsAugust 26, 2026

Node.js 24.20.0 (LTS) Released

A new LTS release on the 24.x line, bundling accumulated fixes and minor features for production users on the Long-Term Support track.

Read more
Terraform 1.16.0 Released
Open Source NewsAugust 26, 2026

Terraform 1.16.0 Released

This minor release adds a new store block in terraform_data to preserve provider-specific, ephemeral, and sensitive state across plan and apply, and lets providers use nested blocks as computed values.

Read more
Announcing Our First Maintainers in Residence
Open Source NewsAugust 26, 2026

Announcing Our First Maintainers in Residence

The Rust Project announced its first cohort under the Maintainer in Residence program, which gives core contributors funded time to focus on critical maintenance work across the compiler, standard library, Cargo, and ...

Read more
August 2026 Security Release: Two Critical RCEs Patched
Open Source NewsAugust 25, 2026

August 2026 Security Release: Two Critical RCEs Patched

Next.js confirmed the previously flagged 'advance notice' security release actually shipped, moved forward a day after a second critical vulnerability was identified. Versions 16.3.3 and 15.5.24 addressed two critical...

Read more
Running AI Agents in GitHub Actions with Docker Sandboxes
Open Source NewsAugust 21, 2026

Running AI Agents in GitHub Actions with Docker Sandboxes

Docker published a walkthrough showing how GitHub Agentic Workflows now supports Docker Sandboxes as an agent runtime directly in CI, isolating agents inside a microVM with network policy and secrets injection.

Read more
Vue 3.6.0-rc.5 Published
Open Source NewsAugust 21, 2026

Vue 3.6.0-rc.5 Published

The latest release candidate for Vue 3.6, continuing to stabilize Vapor Mode, a new compiler strategy that removes Virtual DOM overhead for smaller bundles and faster runtime, ahead of stable release.

Read more
Enabling the Next-Generation Trait Solver on Nightly
Open Source NewsAugust 21, 2026

Enabling the Next-Generation Trait Solver on Nightly

After nearly four years of development, Rust's next-generation trait solver, the largest single change to the compiler since its inception, was enabled by default on nightly to surface remaining bugs ahead of stabiliz...

Read more
Rust 1.98.0 Released
Open Source NewsAugust 20, 2026

Rust 1.98.0 Released

The Rust team shipped 1.98.0 with new 'algebraic' floating-point methods that let the compiler apply real-number optimizations to f32/f64 math, plus a stronger stability guarantee for ManuallyDrop.

Read more
Git for Windows v2.55.0.windows.5
Open Source NewsAugust 20, 2026

Git for Windows v2.55.0.windows.5

This Windows-distribution release switched the installer to a 64-bit executable, upgraded the underlying MSYS2 runtime to one based on Cygwin v3.6.10 with OpenSSH v10.5.P1, and fixed a long-standing bug where Git Bash...

Read more
LibreDB Studio: Open Source, Self-Hosted SQL IDE for PostgreSQL
Open Source NewsAugust 20, 2026

LibreDB Studio: Open Source, Self-Hosted SQL IDE for PostgreSQL

The PostgreSQL community news feed announced LibreDB Studio, a new open source, self-hosted, browser-based SQL IDE built for PostgreSQL, giving developers and DBAs a web-accessible query and administration interface t...

Read more
Docker Verified Publisher Applications Are Now Self-Serve
Open Source NewsAugust 20, 2026

Docker Verified Publisher Applications Are Now Self-Serve

Docker moved its Verified Publisher program from a sales-contact-only process to a self-serve application flow directly inside Docker Hub, with two plan tiers to choose from. Verified publishers get a trust badge and ...

Read more
Upcoming Next.js Security Release: Advance Notice
Open Source NewsAugust 20, 2026

Upcoming Next.js Security Release: Advance Notice

As part of Next.js's preannounced security-release program, the team gave advance notice of a scheduled security release, patching one critical-severity vulnerability, with the full advisory to follow covering impact,...

Read more
Elastic Stack 9.5.2 Released
Open Source NewsAugust 20, 2026

Elastic Stack 9.5.2 Released

A patch release recommended over the prior 9.5.1, bundling bug fixes across Elasticsearch and the wider Elastic Stack.

Read more
TypeScript 7.0.2 Released
Open Source NewsAugust 20, 2026

TypeScript 7.0.2 Released

A patch release following the July 8 TypeScript 7.0 GA, the native Go-based compiler port. Benchmarks continue to show 8-12x faster builds on codebases like VS Code and Sentry versus TypeScript 6.0.

Read more
Linux 7.1.9, 6.18.45, and 6.12.104 Stable Releases
Open Source NewsAugust 19, 2026

Linux 7.1.9, 6.18.45, and 6.12.104 Stable Releases

Greg Kroah-Hartman pushed simultaneous stable updates across the 7.1, 6.18, and 6.12 kernel branches, focused on networking stability, Thunderbolt peripheral-validation fixes, and closing a BPF reference-counting race.

Read more
How AWS Powers PyPI and the PSF
Open Source NewsAugust 19, 2026

How AWS Powers PyPI and the PSF

The Python Software Foundation published a post detailing the infrastructure partnership through which AWS supports the Python Package Index (PyPI) and broader PSF operations, covering the hosting, bandwidth, and reli...

Read more
VS Code 1.134
Open Source NewsAugust 19, 2026

VS Code 1.134

This release focuses on managing multi-conversation AI agent workflows: side-by-side chats let developers arrange related and subagent chats in groups for comparison, a new prompt timeline lets users navigate long age...

Read more
Terraform 1.15.9
Open Source NewsAugust 19, 2026

Terraform 1.15.9

A patch release fixing child module validation so invalid list, import, backend, and cloud blocks now correctly raise errors or warnings instead of being silently accepted.

Read more
Go 1.27.0 Released
Open Source NewsAugust 19, 2026

Go 1.27.0 Released

Go 1.27 is the latest major release, adding generic methods (a single method now works across multiple instantiated types), nested field-selector struct literals, and expanded function type inference in composite lite...

Read more
Redis Security Release: CVE-2026-62356 and Eight Related Fixes
Open Source NewsAugust 17, 2026

Redis Security Release: CVE-2026-62356 and Eight Related Fixes

Redis shipped coordinated security patches across every supported branch, addressing nine issues rated up to Critical. Highlights include a miscalculated buffer size in CMSketch RDB loading causing heap out-of-bounds ...

Read more
Linux Kernel 7.2 Released
Open Source NewsAugust 16, 2026

Linux Kernel 7.2 Released

Linus Torvalds shipped the 7.2 mainline release, headlined by cache-aware CFS scheduling, the Intel-developed USB4STREAM protocol, and initial Apple M3 chip support.

Read more
Ansible Community Package 14.3.1
Open Source NewsAugust 14, 2026

Ansible Community Package 14.3.1

A patch release of the curated Ansible community package that fixes a packaging defect rather than adding features: the infinidat.infinibox collection is bumped to fix a symlink loop that had caused duplicate copies o...

Read more
Vue 3.6.0-rc.4 Published
Open Source NewsAugust 14, 2026

Vue 3.6.0-rc.4 Published

Further release-candidate refinements to Vapor Mode and the reactivity-system rewrite built on alien-signals, which significantly improves reactivity performance and memory usage, while classic VDOM mode remains fully...

Read more
Node.js Interactive 2026: A Recap
Open Source NewsAugust 14, 2026

Node.js Interactive 2026: A Recap

An official recap post covering highlights, talks, and community discussion from the Node.js Interactive 2026 conference.

Read more
PostgreSQL 18.6 Released
Open Source NewsAugust 13, 2026

PostgreSQL 18.6 Released

A security and bug-fix release patching 28 CVEs and over 110 bugs, including index corruption edge cases and query planner mistakes that could return incorrect results.

Read more
Announcing the PSF Board Candidates for 2026
Open Source NewsAugust 13, 2026

Announcing the PSF Board Candidates for 2026

The Python Software Foundation published its slate of candidates running for open seats on the PSF Board of Directors in the 2026 election cycle, following a nominations window that opened July 28, 2026, with member v...

Read more
Go 1.26.6 and Go 1.25.13: Ten Security Fixes
Open Source NewsAugust 13, 2026

Go 1.26.6 and Go 1.25.13: Ten Security Fixes

These point releases bundled ten security fixes across the standard library, including hardening of module verification against a GOPROXY attack that could forge sumdb tiles to bypass GOSUMDB checks, and stricter recu...

Read more
Docker VMM Public Beta: A Complete Overhaul, Built for Performance
Open Source NewsAugust 12, 2026

Docker VMM Public Beta: A Complete Overhaul, Built for Performance

Docker released the public beta of Docker VMM, a fully rebuilt, first-party hypervisor replacing the third-party virtual machine monitor that had powered Docker Desktop's Linux VM since inception, available with no wa...

Read more
VS Code 1.133
Open Source NewsAugust 12, 2026

VS Code 1.133

Adds flexible model switching inside chat sessions, letting developers pick between different AI models from a unified picker without reconfiguring mid-conversation. It also introduces chat sticky scroll for easier tr...

Read more
ansible-core 2.21.3
Open Source NewsAugust 10, 2026

ansible-core 2.21.3

A maintenance release with six bug fixes, including a fix for ansible-galaxy re-downloading collections unnecessarily, a fix to the collection loader so packages containing compiled extensions load Python modules corr...

Read more
Django Adopts an Annual Release Cycle
Open Source NewsAugust 10, 2026

Django Adopts an Annual Release Cycle

Django's Steering Council accepted a restructuring of the release model so that, starting January 2028, Django ships one feature release per year, each carrying the equal, LTS-level three years of support.

Read more
Python 3.14.7 Released
Open Source NewsAugust 5, 2026

Python 3.14.7 Released

The seventh maintenance release of Python 3.14 lands with roughly 499 bugfixes, build improvements, and documentation changes from 86 contributors.

Read more
Node.js 26.7.0 Released
Open Source NewsAugust 5, 2026

Node.js 26.7.0 Released

The latest Current release added support for loading private keys via crypto STORE loaders, Perfetto tracing integration for performance profiling, a Symbol.dispose implementation in Module Hooks, and a new --test-cov...

Read more
VS Code 1.132
Open Source NewsAugust 5, 2026

VS Code 1.132

Introduces agent feedback on web elements in the integrated browser, allowing developers to comment directly on specific parts of a rendered page. It also adds multilingual dictation via an on-device model that auto-d...

Read more
Vue 3.5.41 Released
Open Source NewsAugust 5, 2026

Vue 3.5.41 Released

The latest stable patch on the 3.5.x line, delivering bug fixes across compiler-core, compiler-sfc, runtime-core, server-renderer, teleport, reactivity, and runtime-dom, including improved hydration checks and SSR err...

Read more
Django Security Releases: 6.0.8 and 5.2.17
Open Source NewsAugust 4, 2026

Django Security Releases: 6.0.8 and 5.2.17

Security releases addressing multiple disclosed CVEs, including a denial-of-service issue where GEOSGeometry could be attacked with deeply nested GEOMETRYCOLLECTION objects.

Read more
Elastic Stack 9.5.0: Columnar Mode and VectorDB Index
Open Source NewsAugust 4, 2026

Elastic Stack 9.5.0: Columnar Mode and VectorDB Index

A major feature release adding Columnar Mode to Elasticsearch core, with specialized log-data profiles, and a VectorDB index mode with auto-calibration for simplified vector search tuning, plus multimodal semantic ima...

Read more
Node.js 24.19.0 'Krypton' (LTS) Released
Open Source NewsAugust 3, 2026

Node.js 24.19.0 'Krypton' (LTS) Released

This LTS release for the 24.x line backported updates spanning file handling, crypto and networking, and streams improvements, keeping the Krypton LTS line current with fixes from the 26.x Current branch.

Read more
Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard
Open Source NewsAugust 3, 2026

Gateway API v1.6: TCPRoute and UDPRoute Graduate to Standard

The Kubernetes SIG-Network blog announced Gateway API v1.6.0, in which TCPRoute and UDPRoute graduated from experimental to the Standard release channel, making Layer 4 routing a stable, production-ready part of the G...

Read more
Next.js 16.3
Open Source NewsAugust 3, 2026

Next.js 16.3

Next.js's biggest release since 16.0, cutting dev-server memory use by up to 90% via Turbopack disk caching, enabling up to 5.5x faster repeat builds through build-time disk caching, and improving server-side renderin...

Read more
Kubernetes v1.37 Sneak Peek
Open Source NewsJuly 31, 2026

Kubernetes v1.37 Sneak Peek

The official Kubernetes blog previewed the upcoming v1.37 release, detailing the deprecation of kubectl run --filename/-f, removal of the ability for static pods to reference Secrets or ConfigMaps (closing a security ...

Read more
Node.js July 2026 Security Releases
Open Source NewsJuly 29, 2026

Node.js July 2026 Security Releases

A coordinated security release across the 26.x, 24.x, and 22.x lines fixed 11 CVEs, including 3 HIGH-severity issues: an HTTP/2 flow-control bypass, an HTTP/2 re-entrant-send heap-use-after-free, and a Permission Mode...

Read more
Terraform AzureRM Provider 5.0 GA
Open Source NewsJuly 28, 2026

Terraform AzureRM Provider 5.0 GA

The AzureRM provider's major 5.0 release stops auto-registering roughly 60 Azure Resource Providers by default, giving teams control over registration strategy, and adds opt-in preflight validation against Azure polic...

Read more
HCP Terraform: Workspaces and Stacks Restore, and More
Open Source NewsJuly 23, 2026

HCP Terraform: Workspaces and Stacks Restore, and More

HashiCorp shipped five HCP Terraform and Terraform Enterprise updates aimed at platform teams: GA restore for deleted workspaces and Stacks with a 30-day recovery window, GA monorepo support so multiple Stacks can liv...

Read more
React 19.2.8, 19.1.9, and 19.0.8 Released
Open Source NewsJuly 21, 2026

React 19.2.8, 19.1.9, and 19.0.8 Released

The React team simultaneously patched three active minor lines, 19.2, 19.1, and 19.0, each release focused on the same fix: performance improvements when decoding React Server Components payloads.

Read more
Elastic Stack 9.4.4 Released
Open Source NewsJuly 21, 2026

Elastic Stack 9.4.4 Released

A patch release recommended over the prior 9.4.3, bundling accumulated bug fixes across the stack.

Read more
Next.js July 2026 Security Release
Open Source NewsJuly 20, 2026

Next.js July 2026 Security Release

Patched eight CVEs across the two supported LTS lines, the two highest-severity being a Denial-of-Service in the App Router via Server Actions, and a middleware/proxy bypass affecting Turbopack builds with a single co...

Read more
PostgreSQL 19 Beta 2 Released
Open Source NewsJuly 16, 2026

PostgreSQL 19 Beta 2 Released

PostgreSQL 19 Beta 2 shipped with bug fixes and stability improvements over Beta 1, addressing issues in vacuumdb --analyze-in-stages for partitioned tables, the new FOR PORTION OF temporal-table syntax, and SQL/PGQ p...

Read more
Rust 1.97.1 Released
Open Source NewsJuly 16, 2026

Rust 1.97.1 Released

Rust 1.97.1 is a point release that fixes a miscompilation caused by an LLVM optimization bug present since at least Rust 1.87. The fix combines an upstream LLVM correction with a revert of the problematic IR change t...

Read more
Ansible Community Package 14.2.0
Open Source NewsJuly 14, 2026

Ansible Community Package 14.2.0

A minor release of the community package built on ansible-core 2.21.2, bundling an updated, curated set of collections that provide the modules, plugins, and roles most Ansible users depend on day to day.

Read more
GraphQLConf 2026 Wrap-up: The Language of AI
Open Source NewsJuly 14, 2026

GraphQLConf 2026 Wrap-up: The Language of AI

A recap of GraphQLConf 2026, where GraphQL Foundation Executive Director Lee Byron gave opening and closing remarks and Apollo GraphQL's CEO reported on GraphQL's growing role as infrastructure for AI-driven applicati...

Read more
Rust 1.97.0 Released
Open Source NewsJuly 9, 2026

Rust 1.97.0 Released

Rust 1.97.0 made symbol-mangling scheme v0 the default, added Cargo configuration for warning management so developers can silence, warn on, or deny specific warnings without invalidating build caches, and made linker...

Read more
Announcing TypeScript 7.0
Open Source NewsJuly 8, 2026

Announcing TypeScript 7.0

TypeScript 7.0 is the first stable release built on the new native Go-ported compiler, delivering full-build speedups of roughly 8x to 12x on major codebases compared to the JavaScript-based compiler.

Read more
Go 1.26.5 and Go 1.25.12 Released
Open Source NewsJuly 7, 2026

Go 1.26.5 and Go 1.25.12 Released

Routine monthly maintenance releases for the two supported Go branches, bundling accumulated bug fixes ahead of the following month's security patch cycle.

Read more
Django Security Releases: 6.0.7 and 5.2.16
Open Source NewsJuly 7, 2026

Django Security Releases: 6.0.7 and 5.2.16

Fixed an issue where UpdateCacheMiddleware and the cache_page decorator failed to skip caching responses that set a cookie when the incoming request already carried an unrelated cookie, which could cause sensitive coo...

Read more
Open Source Spotlight: Linux
Open Source SpotlightJuly 5, 2026

Open Source Spotlight: Linux

The kernel that quietly runs most of the internet, nearly every cloud server, and the majority of the world's supercomputers, started as one student's side project.

Read more
Git 2.55.0 Released
Open Source NewsJune 29, 2026

Git 2.55.0 Released

Git 2.55.0 landed with contributions from 100 people, 33 of them first-time contributors. It enabled Rust code by default in the build (opt out via NO_RUST=1), added a fsmonitor daemon for Linux, and extended the expe...

Read more
TypeScript 7.0 Release Candidate
Open Source NewsJune 18, 2026

TypeScript 7.0 Release Candidate

Microsoft published the release candidate for TypeScript 7.0, putting the native Go-based compiler and language service into the mainline RC for the first time, roughly three weeks ahead of the stable 7.0 release.

Read more
Introducing GraphQL.js v17
Open Source NewsJune 15, 2026

Introducing GraphQL.js v17

A major release of the reference JavaScript GraphQL implementation, fixing default-value modeling via a new valueToLiteral() helper so correct defaults surface through introspection, and clarifying custom-scalar APIs ...

Read more
Linux Kernel 7.1 Released
Open Source NewsJune 14, 2026

Linux Kernel 7.1 Released

Torvalds released 7.1 as a standard feature release, pulling in nearly 13,000 changesets from over 2,000 developers. Its headline feature is a from-scratch rewrite of the in-kernel NTFS driver after years of developme...

Read more
Open Source Spotlight: Git
Open Source SpotlightJune 10, 2026

Open Source Spotlight: Git

Every pull request, branch, and commit you've ever made runs on a tool Linus Torvalds built in about two weeks to solve his own problem.

Read more
Redis 8.8 General Availability
Open Source NewsJune 2, 2026

Redis 8.8 General Availability

Redis 8.8 introduces 'array,' a new general-purpose, index-addressable data structure that outperforms lists and hashes for random access and can serve as an atomic ring buffer via the new ARRING command.

Read more
React 19.2.7 Released
Open Source NewsJune 1, 2026

React 19.2.7 Released

A patch release on the 19.2 line that fixed missing FormData entries in Server Actions, a correctness bug affecting form submissions handled through React's Actions API.

Read more
Open Source Spotlight: React
Open Source SpotlightMay 14, 2026

Open Source Spotlight: React

Built inside Facebook to fix their own newsfeed problems, then open sourced and quietly became the way most of the web builds interfaces.

Read more
Terraform 1.15.0 GA
Open Source NewsApril 29, 2026

Terraform 1.15.0 GA

Added native Windows ARM64 builds and the ability to mark variables and outputs as deprecated, continuing steady core-CLI evolution ahead of the later 1.15.9 patch release.

Read more
Kubernetes v1.36 "Haru" Released
Open Source NewsApril 22, 2026

Kubernetes v1.36 "Haru" Released

70 enhancements landed in this release, including User Namespaces reaching general availability, a major step forward for container security isolation.

Read more
Open Source Spotlight: Kubernetes
Open Source SpotlightApril 20, 2026

Open Source Spotlight: Kubernetes

Google open sourced an internal tool for running containers at scale in 2014. It's now the industry-standard way to orchestrate cloud infrastructure.

Read more
Git 2.54.0 Released
Open Source NewsApril 20, 2026

Git 2.54.0 Released

Git 2.54.0 landed contributions from 137 people, 66 of them first-time contributors, and introduced a new git history-rewriting capability along with a mobile-friendly gitweb web interface.

Read more
Linux Kernel 7.0 Released
Open Source NewsApril 12, 2026

Linux Kernel 7.0 Released

Marking a major version jump, Linux 7.0 promoted Rust support to fully stable status, concluding the 'Rust experiment' debated at the 2025 Linux Kernel Maintainers Summit, with Rust drivers now treated as first-class ...

Read more
Announcing TypeScript 6.0
Open Source NewsMarch 23, 2026

Announcing TypeScript 6.0

TypeScript 6.0 shipped as a deliberate 'bridge' release preparing developers for the native Go-based TypeScript 7.0, changing key defaults (strict: true, module: esnext, target: es2025) while deprecating legacy option...

Read more
Next.js 16.2
Open Source NewsMarch 18, 2026

Next.js 16.2

Delivered roughly 400% faster dev-server startup and up to 60% faster rendering, over 200 Turbopack fixes, 20x faster complex-image responses, and @vercel/next-browser for letting AI agents inspect a running app's com...

Read more
GraphQLConf 2026 Date and Venue Change
Open Source NewsMarch 17, 2026

GraphQLConf 2026 Date and Venue Change

An announcement moving GraphQLConf 2026 from its originally planned May dates at Meta's Menlo Park campus to a new venue and slightly later dates at the DoubleTree by Hilton in Fremont, California, plus an added Worki...

Read more
Open Source Spotlight: Node.js
Open Source SpotlightMarch 8, 2026

Open Source Spotlight: Node.js

Ryan Dahl took JavaScript out of the browser in 2009. It's now one of the most widely used runtimes for building backend systems.

Read more
The React Foundation Launches
Open Source NewsFebruary 24, 2026

The React Foundation Launches

React, React Native, and JSX moved from Meta's direct ownership to the new React Foundation, an independent body hosted by the Linux Foundation. Eight Platinum founding members, including Amazon, Callstack, Expo, Huaw...

Read more
PostgreSQL Security Release Fixes intarray and pgcrypto Flaws
Open Source NewsFebruary 12, 2026

PostgreSQL Security Release Fixes intarray and pgcrypto Flaws

Fixed five security vulnerabilities and over 65 bugs, including arbitrary code execution via the intarray extension's selectivity estimator and a heap buffer overflow in pgcrypto, both rated CVSS 8.8.

Read more
Redis 8.6 General Availability
Open Source NewsFebruary 10, 2026

Redis 8.6 General Availability

Redis 8.6 delivers up to 5x higher throughput than Redis 7.2 and meaningful latency and memory reductions across sorted sets, strings, hashes, and lists.

Read more
Go 1.26 Released
Open Source NewsFebruary 10, 2026

Go 1.26 Released

Go 1.26 enabled the previously experimental Green Tea garbage collector by default and cut baseline cgo call overhead by roughly 30%.

Read more
Git 2.53.0 Released
Open Source NewsFebruary 2, 2026

Git 2.53.0 Released

Git 2.53 brought further performance enhancements across common operations, refined error messaging, and multiple sub-command improvements.

Read more
Elastic 9.3: Chat with Your Data, Build Custom AI Agents
Open Source NewsJanuary 28, 2026

Elastic 9.3: Chat with Your Data, Build Custom AI Agents

This release expanded Agent Builder into a natural-language interface for querying data, added native workflow automation to the platform, and extended agentic capabilities for AI-assisted operational tasks.

Read more
Node.js January 2026 Security Releases
Open Source NewsJanuary 13, 2026

Node.js January 2026 Security Releases

Node.js published a security release across the 25.x, 24.x, 22.x, and 20.x lines addressing eight vulnerabilities, including three high-severity issues: a timeout-based race condition exposing uninitialized memory, a ...

Read more
Docker Desktop 4.50 Release
Open Source NewsJanuary 9, 2026

Docker Desktop 4.50 Release

Docker Desktop 4.50 introduced 'dynamic MCPs,' extending the MCP gateway with tools like mcp-find, mcp-add, and code-mode so AI agents can discover, configure, and compose MCP tools autonomously rather than relying on...

Read more
Vue 3.6.0-beta.1 Published, Vapor Mode Feature-Complete
Open Source NewsDecember 23, 2025

Vue 3.6.0-beta.1 Published, Vapor Mode Feature-Complete

Vue 3.6 entered beta with Vapor Mode reaching feature parity with all stable Virtual DOM mode features except Suspense, alongside a major reactivity refactor for further performance and memory gains.

Read more
Community Project Spotlight: aws-cost-cli
Community ProjectDecember 20, 2025

Community Project Spotlight: aws-cost-cli

A command-line tool built by our founder for analyzing AWS spending, with forecasting, anomaly detection, budget tracking, and Slack notifications.

Read more
Next.js 16.1
Open Source NewsDecember 18, 2025

Next.js 16.1

Made Turbopack's filesystem caching stable, added an experimental bundle analyzer, and shipped next dev --inspect for debugger attachment, shifting focus to stability and performance over new concepts.

Read more
Kubernetes v1.35 "Timbernetes" Released
Open Source NewsDecember 17, 2025

Kubernetes v1.35 "Timbernetes" Released

Kubernetes 1.35, themed 'The World Tree Release,' shipped 60 enhancements (17 stable, 19 beta, 22 alpha) from 419 developers across 85+ organizations.

Read more
VS Code 1.107: Expanded Multi-Agent Orchestration
Open Source NewsDecember 10, 2025

VS Code 1.107: Expanded Multi-Agent Orchestration

Extended multi-agent orchestration across local, background, and cloud environments, added model management and enterprise security features, and adopted the latest revision of the MCP specification with URL-mode elic...

Read more
Critical Security Vulnerability Disclosed in React Server Components
Open Source NewsDecember 3, 2025

Critical Security Vulnerability Disclosed in React Server Components

The React team disclosed CVE-2025-55182, a critical (CVSS 10.0) unauthenticated remote code execution vulnerability affecting react-server-dom-webpack, react-server-dom-parcel, and react-server-dom-turbopack across Re...

Read more
Django 6.0 Released
Open Source NewsDecember 3, 2025

Django 6.0 Released

Marking Django's 20th anniversary, 6.0 shipped Template Partials for reusable named template fragments, a built-in Background Tasks framework for work outside the request-response cycle, and native Content Security Po...

Read more
Progress on TypeScript 7: December 2025
Open Source NewsDecember 2, 2025

Progress on TypeScript 7: December 2025

The team reported the native preview extension now supports core editor features including completions, go-to-definition, find-all-references, and rename, with roughly 8-10x compiler speedups on projects like VS Code ...

Read more
Linux Kernel 6.18 Released, Designated 2025's LTS
Open Source NewsNovember 30, 2025

Linux Kernel 6.18 Released, Designated 2025's LTS

The final kernel of 2025 shipped with support for the Rust Binder driver, a new dm-pcache device-mapper target enabling persistent memory as a cache layer, and removal of the Bcachefs filesystem from the tree.

Read more
Redis 8.4 General Availability
Open Source NewsNovember 18, 2025

Redis 8.4 General Availability

The next quarterly Redis Open Source release, extending the post-AGPL 8.x line with additional feature and performance work.

Read more
Git 2.52.0 Released
Open Source NewsNovember 17, 2025

Git 2.52.0 Released

This release continued preparations toward Git 3.0, expected around the end of 2026, with cruft-free multi-pack indexes, a new internal stash representation, and enhanced git cat-file output.

Read more
PostgreSQL 18.1 and Coordinated Releases
Open Source NewsNovember 13, 2025

PostgreSQL 18.1 and Coordinated Releases

Fixed two security vulnerabilities and over 50 bugs across all supported branches.

Read more
Community Project Spotlight: cloud-to-Iac
Community ProjectNovember 12, 2025

Community Project Spotlight: cloud-to-Iac

A CLI tool built by our founder that scans a live AWS account and generates ready-to-use Terraform or CloudFormation code from your existing infrastructure.

Read more
Helm 4 Released, Marking Helm's 10th Anniversary
Open Source NewsNovember 12, 2025

Helm 4 Released, Marking Helm's 10th Anniversary

The CNCF announced Helm 4, the first major update to the Kubernetes package manager in six years, released to coincide with Helm's 10th anniversary.

Read more
VS Code 1.106: Agent HQ
Open Source NewsNovember 12, 2025

VS Code 1.106: Agent HQ

Shipped Agent HQ, a unified view for kicking off, monitoring, and reviewing agent sessions across local and remote/cloud agents including Copilot and OpenAI Codex, alongside new security and trust controls for delegat...

Read more
Announcing the Rust Foundation Maintainers Fund
Open Source NewsNovember 4, 2025

Announcing the Rust Foundation Maintainers Fund

The Rust Foundation announced a new fund to provide consistent, long-term financial support to core Rust maintainers, developed in collaboration with the Rust Project Leadership Council and Project Directors.

Read more
Node.js 24 Enters LTS as "Krypton"
Open Source NewsOctober 31, 2025

Node.js 24 Enters LTS as "Krypton"

Node.js 24.11.0 marked the 24.x line's promotion to Long Term Support under the codename 'Krypton,' with maintenance guaranteed through April 2028.

Read more
Python 3.9 Reaches End of Life
Open Source NewsOctober 31, 2025

Python 3.9 Reaches End of Life

Python 3.9 received its final security release, ending five years of support.

Read more
The PSF Withdraws a $1.5 Million Proposal to a US Government Grant Program
Open Source NewsOctober 27, 2025

The PSF Withdraws a $1.5 Million Proposal to a US Government Grant Program

The PSF withdrew an NSF proposal meant to fund security work on Python and PyPI after declining to certify it would refrain from diversity, equity and inclusion activities.

Read more
Next.js 16 GA
Open Source NewsOctober 21, 2025

Next.js 16 GA

The largest performance-focused release since the App Router's debut: Turbopack became the default bundler for 2-5x faster builds, Cache Components with 'use cache' replaced Partial Prerendering, proxy.ts replaced mid...

Read more
Elastic 9.2: Agent Builder, DiskBBQ, Streams
Open Source NewsOctober 21, 2025

Elastic 9.2: Agent Builder, DiskBBQ, Streams

Elastic 9.2 introduced Agent Builder for simplifying AI agent development, DiskBBQ for a better recall, latency, and cost tradeoff on vector search, and Streams with Significant Events for AI-assisted log analysis.

Read more
What Launched at GraphQLConf 2025
Open Source NewsOctober 20, 2025

What Launched at GraphQLConf 2025

Following the Amsterdam conference, the GraphQL Foundation recapped the wave of new tooling and infrastructure unveiled by vendors, independent maintainers, and enterprise-backed projects, including progress on Federa...

Read more
Node.js 25.0.0 (Current) Released
Open Source NewsOctober 15, 2025

Node.js 25.0.0 (Current) Released

Node.js 25 upgraded V8 to version 14.1, bringing major JSON.stringify performance improvements and built-in Uint8Array base64/hex conversion methods.

Read more
Red Hat Ansible Automation Platform 2.6 GA
Open Source NewsOctober 8, 2025

Red Hat Ansible Automation Platform 2.6 GA

The next major AAP release, expanding platform capabilities for enterprise automation and AI-assisted operations building on the 2.5 unified UI foundation.

Read more
React Compiler 1.0 Released
Open Source NewsOctober 7, 2025

React Compiler 1.0 Released

React Compiler reached general availability after being battle-tested in production at Meta across React and React Native apps, shipping with an incremental adoption guide and launch partnerships with Expo, Vite, and ...

Read more
Python 3.14.0 Released
Open Source NewsOctober 7, 2025

Python 3.14.0 Released

Python 3.14 became generally available after a 17-month cycle, with free-threaded Python officially supported, deferred evaluation of annotations, template string literals, and a new compression.zstd standard library ...

Read more
Go Security Release: Ten Fixes
Open Source NewsOctober 7, 2025

Go Security Release: Ten Fixes

This release bundled ten security fixes across archive/tar, crypto/tls, crypto/x509, encoding/pem, net/http, net/mail, and other packages.

Read more
CVE-2025-49844 "RediShell" Critical RCE Disclosed
Open Source NewsOctober 3, 2025

CVE-2025-49844 "RediShell" Critical RCE Disclosed

Wiz Research disclosed a maximum-severity authenticated remote-code-execution flaw in Redis's Lua scripting engine, a 13-year-old use-after-free bug triggerable via a crafted Lua script, prompting urgent patch guidanc...

Read more
React 19.2 Released
Open Source NewsOctober 1, 2025

React 19.2 Released

React 19.2 shipped new primitives including the Activity component for managing hidden and visible UI trees, the useEffectEvent hook, and cacheSignal for cache invalidation tied to abort signals.

Read more
Django Security Releases Fix SQL Injection in QuerySet Aggregation
Open Source NewsOctober 1, 2025

Django Security Releases Fix SQL Injection in QuerySet Aggregation

These releases patched a high-severity SQL injection in QuerySet.annotate(), alias(), aggregate(), and extra() column aliases exploitable via crafted keyword-argument dictionary expansion on MySQL and MariaDB, plus a ...

Read more
CommunitySeptember 30, 2025

Community Spotlight: Call for Nominations

Know someone doing great work in open source? Nominate them for our upcoming Community Spotlight series.

Read more
Linux Kernel 6.17 Released
Open Source NewsSeptember 28, 2025

Linux Kernel 6.17 Released

Kernel 6.17 introduced 'Attack Vector Controls,' a new way to select CPU bug mitigations based on chosen threat models rather than blanket settings.

Read more
Terraform Stacks Reaches General Availability
Open Source NewsSeptember 25, 2025

Terraform Stacks Reaches General Availability

At HashiConf 2025, Stacks moved from beta to GA for HCP Terraform plans, with all Stacks commands folded into the main Terraform CLI and backward-compatibility guarantees for production use.

Read more
PostgreSQL 18 Released
Open Source NewsSeptember 25, 2025

PostgreSQL 18 Released

PostgreSQL 18 introduced a new asynchronous I/O subsystem delivering up to 3x read performance gains, 'skip scan' support for multicolumn B-tree indexes, a uuidv7() function, and temporal constraints for primary, uniq...

Read more
Ansible Community Package 12.0.0
Open Source NewsSeptember 9, 2025

Ansible Community Package 12.0.0

First stable release of the Ansible 12 bundle, depending on ansible-core 2.19.1, continuing the project's regular collections-bundling cadence.

Read more
Announcing the September 2025 Edition of the GraphQL Specification
Open Source NewsSeptember 8, 2025

Announcing the September 2025 Edition of the GraphQL Specification

This was the first full edition of the GraphQL specification since October 2021, formally incorporating features like Schema Coordinates, OneOf inputs, and executable-document descriptions developed and stabilized thr...

Read more
Safer Multi-Option Inputs with @oneOf
Open Source NewsSeptember 4, 2025

Safer Multi-Option Inputs with @oneOf

OneOf Input Objects officially landed in the GraphQL specification, giving schema authors a standard way to express 'exactly one of several possible options' as input, a long-requested feature that closes a common typ...

Read more
Docker Desktop Releases Every Two Weeks
Open Source NewsAugust 28, 2025

Docker Desktop Releases Every Two Weeks

Starting with release 4.45.0, Docker moved Desktop from a roughly monthly cadence to releasing every two weeks, with a stated goal of reaching weekly releases by the end of 2025 to ship features and fixes faster.

Read more
Kubernetes v1.34 "Of Wind & Will" Released
Open Source NewsAugust 27, 2025

Kubernetes v1.34 "Of Wind & Will" Released

Version 1.34 delivered 58 enhancements (23 stable, 22 beta, 13 alpha) with a focus on improved scheduler visibility, deeper lifecycle observability, and enhanced resource management including further Dynamic Resource ...

Read more
Terraform 1.13 GA
Open Source NewsAugust 20, 2025

Terraform 1.13 GA

Continued the post-acquisition release cadence under IBM stewardship with further CLI and provider-protocol refinements.

Read more
Git 2.51.0 Released
Open Source NewsAugust 18, 2025

Git 2.51.0 Released

Git 2.51 delivered major performance gains, including up to 22x faster git fetch and 18x faster git push through batched updates on large repositories.

Read more
Next.js 15.5
Open Source NewsAugust 18, 2025

Next.js 15.5

Introduced beta Turbopack production builds, made Node.js middleware runtime stable, added TypeScript route-typing improvements, deprecated the next lint command, and flagged upcoming Next.js 16 breaking changes.

Read more
PostgreSQL Security Release Fixes pg_dump Code Injection
Open Source NewsAugust 14, 2025

PostgreSQL Security Release Fixes pg_dump Code Injection

Fixed CVE-2025-8714 (CVSS 8.8), a pg_dump vulnerability letting a malicious superuser inject code executed at restore time, and CVE-2025-8713, an optimizer-statistics leak that could expose row-security-protected data.

Read more
Go 1.25 Released
Open Source NewsAugust 12, 2025

Go 1.25 Released

Go 1.25 added container-aware GOMAXPROCS that respects Linux cgroup CPU limits, an experimental garbage collector, and an experimental encoding/json/v2 package.

Read more
Redis 8.2 General Availability
Open Source NewsAugust 4, 2025

Redis 8.2 General Availability

Continued the Redis 8 line with further performance and memory-footprint improvements plus new and extended commands.

Read more
Announcing TypeScript 5.9
Open Source NewsAugust 1, 2025

Announcing TypeScript 5.9

TypeScript 5.9 shipped a minimal, updated tsc --init, type-checking support for the new import defer syntax, a --module node20 target, and expandable quick-info hovers in editors as a preview feature.

Read more
Elastic 9.1: BBQ by Default, ES|QL Cross-Cluster Search GA
Open Source NewsJuly 29, 2025

Elastic 9.1: BBQ by Default, ES|QL Cross-Cluster Search GA

This release made Better Binary Quantization the default vector index format, brought ES|QL cross-cluster search and joins to general availability, and added Elastic Observability integration with Azure AI Foundry-hos...

Read more
Announcing TypeScript 5.9 RC
Open Source NewsJuly 25, 2025

Announcing TypeScript 5.9 RC

The release candidate previewed the features that shipped a week later in 5.9 GA, including import defer type-checking and a new --module node20 target, giving library authors and large codebases a stable target to va...

Read more
ansible-core 2.19.0 GA
Open Source NewsJuly 21, 2025

ansible-core 2.19.0 GA

Delivered the next major ansible-core release with continued engine and templating improvements, becoming the dependency baseline for the Ansible 12 package.

Read more
Node.js July 2025 Security Releases
Open Source NewsJuly 15, 2025

Node.js July 2025 Security Releases

Node.js shipped coordinated security patches across the 24.x, 22.x, and 20.x release lines to address multiple disclosed vulnerabilities.

Read more
The FIPS 140-3 Go Cryptographic Module
Open Source NewsJuly 15, 2025

The FIPS 140-3 Go Cryptographic Module

The Go team and Geomys announced that the Go Cryptographic Module v1.0.0, underlying Go's standard crypto libraries since Go 1.24, achieved FIPS 140-3 validation.

Read more
VS Code 1.102: MCP Support Reaches General Availability
Open Source NewsJuly 14, 2025

VS Code 1.102: MCP Support Reaches General Availability

Model Context Protocol support, which lets Copilot agent mode connect to external tool servers, graduated from preview to general availability, standardizing how the editor discovers and calls third-party and enterpri...

Read more
Vue 3.6.0-alpha.1 Released
Open Source NewsJuly 12, 2025

Vue 3.6.0-alpha.1 Released

The first public alpha of Vue 3.6 shipped, giving developers early access to Vapor Mode and the reactivity-system work building toward feature completeness later in the year.

Read more
Announcing graphql-js.org
Open Source NewsJune 20, 2025

Announcing graphql-js.org

The GraphQL Foundation gave the reference GraphQL.js implementation its own dedicated documentation site, separating it from the general spec-focused graphql.org site to better serve the JavaScript reference implement...

Read more
The PSF's 2024 Annual Impact Report Is Here
Open Source NewsJune 17, 2025

The PSF's 2024 Annual Impact Report Is Here

The Python Software Foundation published its 2024 impact report, citing record fundraising, hiring of a dedicated PyPI support specialist, and grants funding community events across six continents.

Read more
Git 2.50.0 Released, Timed to Git's 20th Anniversary
Open Source NewsJune 16, 2025

Git 2.50.0 Released, Timed to Git's 20th Anniversary

Released to coincide with Git's 20th anniversary, this version included 621 changes from 98 developers. Key improvements included splitting large 'cruft pack' archives into smaller pieces to reduce repack disk load.

Read more
Django Security Releases Fix Log Injection Vulnerability
Open Source NewsJune 4, 2025

Django Security Releases Fix Log Injection Vulnerability

This release fixed CVE-2025-48432, a log-injection vulnerability where internal HTTP response logging wrote request.path unescaped, letting attackers inject control characters to forge or manipulate log entries.

Read more
Linux Kernel 6.15 Released
Open Source NewsMay 25, 2025

Linux Kernel 6.15 Released

This release delivered the first Rust-written Direct Rendering Manager driver and laid the foundation for NOVA, NVIDIA's next-generation open-source Rust graphics driver.

Read more
Visual Studio and VS Code Reach 50 Million Monthly Active Developers
Open Source NewsMay 15, 2025

Visual Studio and VS Code Reach 50 Million Monthly Active Developers

Coinciding with VS Code's 10th anniversary year, Microsoft announced that Visual Studio and VS Code combined had reached 50 million monthly active developers, underscoring VS Code's position as the most widely used co...

Read more
Terraform 1.12 GA: Resource Identity Framework
Open Source NewsMay 14, 2025

Terraform 1.12 GA: Resource Identity Framework

Added a resource identity framework for improved resource discovery and import, an import block enhancement using identity attributes, and a new backend for storing state in OCI Object Storage.

Read more
Docker Desktop 4.41 Release
Open Source NewsMay 14, 2025

Docker Desktop 4.41 Release

This release expanded Model Runner to Windows with NVIDIA GPU support, brought Docker Desktop to the Microsoft Store, and announced the deprecation of QEMU virtualization on macOS in favor of Apple's Virtualization Fr...

Read more
Node.js 24.0.0 (Current) Released
Open Source NewsMay 6, 2025

Node.js 24.0.0 (Current) Released

Node.js 24 upgraded the V8 engine to version 13.6 and bundled npm 11, adding features like Float16Array and RegExp.escape().

Read more
Redis 8.0 General Availability
Open Source NewsMay 2, 2025

Redis 8.0 General Availability

The first AGPL-licensed Redis 8 release delivered over 30 performance improvements, including up to 87% faster commands and 2x throughput, plus eight new data structures including vector sets, JSON, time series, and s...

Read more
Redis Returns to Open Source Under AGPLv3
Open Source NewsMay 1, 2025

Redis Returns to Open Source Under AGPLv3

Redis reversed its March 2024 move to the source-available SSPL and RSAL licenses, announcing Redis 8 would ship under the OSI-approved AGPLv3, in direct response to community backlash and cloud-vendor-backed forks li...

Read more
Kubernetes v1.33 "Octarine" Released
Open Source NewsApril 23, 2025

Kubernetes v1.33 "Octarine" Released

Kubernetes 1.33 introduced 47 enhancements, notably enabling Linux user namespaces for pods by default as a significant security isolation improvement, now generally available.

Read more
Security Advisory: CVE-2025-21605
Open Source NewsApril 23, 2025

Security Advisory: CVE-2025-21605

Disclosed a high-severity denial-of-service vulnerability from unbounded output-buffer growth, abusable by unauthenticated clients when a Redis instance is exposed without a password, with fixes shipped across all sup...

Read more
Elastic 9.0: BBQ GA, Lucene 10, ES|QL LOOKUP JOIN
Open Source NewsApril 14, 2025

Elastic 9.0: BBQ GA, Lucene 10, ES|QL LOOKUP JOIN

Elasticsearch 9.0 GA moved the stack onto Lucene 10 for major performance gains, made Better Binary Quantization generally available, and introduced ES|QL LOOKUP JOIN for joining across indices.

Read more
Agent Mode: Available to All Users and Supports MCP
Open Source NewsApril 7, 2025

Agent Mode: Available to All Users and Supports MCP

Copilot's autonomous agent mode, which plans and executes multi-step coding tasks including editing files, running terminal commands, and self-correcting on errors, moved out of preview to all VS Code users.

Read more
Django 5.2 Released
Open Source NewsApril 2, 2025

Django 5.2 Released

Django 5.2 introduced composite primary key support, automatic model imports in the interactive shell, and simplified BoundField customization at the form, field, or project level.

Read more
Docker Desktop 4.40 Release
Open Source NewsApril 1, 2025

Docker Desktop 4.40 Release

Docker introduced Docker Model Runner in beta, initially for macOS on Apple Silicon, letting developers pull, run, and manage AI models directly from Docker Hub inside Docker Desktop without separate local-inference t...

Read more
Go Security Fix for net/http Request Smuggling
Open Source NewsApril 1, 2025

Go Security Fix for net/http Request Smuggling

These releases patched a vulnerability where net/http improperly accepted a bare LF as a chunked-encoding line terminator, enabling request smuggling when chained with non-compliant servers.

Read more
React 19.1 Released
Open Source NewsMarch 28, 2025

React 19.1 Released

React 19.1 introduced the Owner Stack debugging feature, which captures the full component ownership chain involved in rendering a given component to speed up diagnosing rendering issues.

Read more
"IngressNightmare" Critical RCE Vulnerabilities Disclosed in Ingress-NGINX
Open Source NewsMarch 24, 2025

"IngressNightmare" Critical RCE Vulnerabilities Disclosed in Ingress-NGINX

Wiz Research disclosed a set of critical vulnerabilities, including the headline CVE-2025-1974 (CVSS 9.8), in the widely used Kubernetes Ingress-NGINX Controller.

Read more
Git 2.49.0 Released
Open Source NewsMarch 14, 2025

Git 2.49.0 Released

Git 2.49 focused on packing performance improvements and introduced groundwork for a Rust-based foreign language interface, part of the project's longer-term modernization effort.

Read more
State of Vue.js Report 2025 Unveiled at Vue.js Amsterdam
Open Source NewsMarch 12, 2025

State of Vue.js Report 2025 Unveiled at Vue.js Amsterdam

At Vue.js Amsterdam, Evan You gave the annual 'State of Vuenion' talk, and the official State of Vue.js Report 2025, co-created with the Vue and Nuxt core teams from over 1,400 survey respondents, was unveiled, highli...

Read more
A 10x Faster TypeScript: Announcing TypeScript Native Previews
Open Source NewsMarch 11, 2025

A 10x Faster TypeScript: Announcing TypeScript Native Previews

Lead architect Anders Hejlsberg announced an experimental native port of the TypeScript compiler and language service to Go, distributed as a preview npm package, reporting roughly 10x speedups on type-checking large ...

Read more
Docker Desktop 4.39 Release
Open Source NewsMarch 6, 2025

Docker Desktop 4.39 Release

This release brought general availability of the Docker Desktop CLI, a Docker AI Agent with Model Context Protocol and Kubernetes support, and a --platform flag for more seamless multi-platform image management.

Read more
Announcing TypeScript 5.8
Open Source NewsFebruary 28, 2025

Announcing TypeScript 5.8

This release delivered smarter type inference for conditional return expressions, expanded support for require() of ECMAScript modules under --module nodenext, and more granular checks within function return expressio...

Read more
IBM Completes $6.4 Billion Acquisition of HashiCorp
Open Source NewsFebruary 27, 2025

IBM Completes $6.4 Billion Acquisition of HashiCorp

IBM closed its acquisition of HashiCorp after clearing UK CMA and US FTC review, bringing Terraform, Vault, Consul, and other HashiCorp tools under IBM's hybrid-cloud and AI portfolio, a major governance shift for the...

Read more
Next.js 15.2
Open Source NewsFebruary 26, 2025

Next.js 15.2

Debuted a redesigned error overlay with clearer stack traces via React Owner Stacks integration, improved debugging ergonomics, and experimental View Transitions support.

Read more
Announcing Rust 1.85.0 and Rust 2024
Open Source NewsFebruary 20, 2025

Announcing Rust 1.85.0 and Rust 2024

This release stabilized the Rust 2024 Edition, introducing async closures, new style editions for independent formatting configuration, and an MSRV-aware Cargo resolver.

Read more
Program UpdateFebruary 19, 2025

Announcing Our Mentorship Circles Pilot

We're piloting small-group mentorship circles to help members land their first merged PR, grow into maintainership, and advance their careers.

Read more
Sunsetting Create React App
Open Source NewsFebruary 14, 2025

Sunsetting Create React App

The React team formally deprecated Create React App for new applications, citing incompatibilities that surfaced after React 19's release.

Read more
PostgreSQL Security Release Fixes libpq SQL Injection
Open Source NewsFebruary 13, 2025

PostgreSQL Security Release Fixes libpq SQL Injection

This update fixed CVE-2025-1094, a SQL injection vulnerability in libpq's quoting functions including PQescapeLiteral and PQescapeIdentifier, plus more than 70 other bug fixes.

Read more
Go 1.24 Released
Open Source NewsFebruary 11, 2025

Go 1.24 Released

Go 1.24 added full support for generic type aliases and a new Swiss Tables-based map implementation that cut CPU overhead 2-3% on average. It shipped new post-quantum-ready crypto packages and laid groundwork for FIPS...

Read more
State of Vue Keynote at Vue.js Nation 2025
Open Source NewsJanuary 29, 2025

State of Vue Keynote at Vue.js Nation 2025

At this free online conference, Evan You delivered a 'State of Vue' keynote previewing Vue 3.6 and Vapor Mode, Vue's compiler strategy for shipping virtual-DOM-free output for better runtime performance and smaller bu...

Read more
Linux Kernel 6.13 Released
Open Source NewsJanuary 19, 2025

Linux Kernel 6.13 Released

Kernel 6.13 landed with over 14,000 changes from 2,086 developers. It introduced a lazy preemption model, protected VM support under Arm's Confidential Compute Architecture, and userspace shadow stack support for AArc...

Read more
Django Security Releases: 5.1.5, 5.0.11, and 4.2.18
Open Source NewsJanuary 14, 2025

Django Security Releases: 5.1.5, 5.0.11, and 4.2.18

A security-policy-driven patch release addressing vulnerabilities disclosed to the Django security team, issued across the then-supported 5.1, 5.0, and 4.2 LTS branches simultaneously.

Read more
Git 2.48.0 Released
Open Source NewsJanuary 10, 2025

Git 2.48.0 Released

This release added initial support for the Meson build system alongside existing CMake and Make support, plus C23 language compatibility updates.

Read more
Announcing Rust 1.84.0
Open Source NewsJanuary 9, 2025

Announcing Rust 1.84.0

Rust 1.84.0 stabilized the MSRV-aware Cargo dependency resolver, which prefers versions compatible with a project's declared minimum supported Rust version, and stabilized strict provenance APIs for pointers.

Read more
Announcing a Free GitHub Copilot for VS Code
Open Source NewsDecember 18, 2024

Announcing a Free GitHub Copilot for VS Code

Microsoft and GitHub launched Copilot Free, giving any GitHub account holder 2,000 code completions and 50 chat messages per month with no trial or credit card required, choosing between Claude 3.5 Sonnet or GPT-4o.

Read more
Docker 2024 Highlights: Innovations in AI, Security
Open Source NewsDecember 17, 2024

Docker 2024 Highlights: Innovations in AI, Security

Docker's year-end recap covered the November plan restructuring, Docker Scout Health Scores providing A-F security grading for Hub images, and air-gapped container support added for offline build and test workflows.

Read more
Announcing GraphQLConf 2025: Amsterdam Awaits
Open Source NewsDecember 17, 2024

Announcing GraphQLConf 2025: Amsterdam Awaits

The GraphQL Foundation announced that GraphQLConf 2025 would move to Amsterdam's Pakhuis de Zwijger for September 8-10, 2025, opening early-bird ticketing and the sponsorship and speaker call-for-proposals.

Read more
Kubernetes v1.32 "Penelope" Released
Open Source NewsDecember 11, 2024

Kubernetes v1.32 "Penelope" Released

Arriving as the final minor release of Kubernetes' first decade, v1.32 delivered 44 enhancements (13 stable, 12 beta, 19 alpha), including support for Windows Server LTSC 2024 and refined Horizontal Pod Autoscaling co...

Read more
Salvatore Sanfilippo ("antirez") Returns to Redis
Open Source NewsDecember 10, 2024

Salvatore Sanfilippo ("antirez") Returns to Redis

Redis's original creator, who had stepped back from the project in 2020, rejoined the company as a 'Redis evangelist,' soon designing the new Vector Set data structure, a symbolically important reconciliation after th...

Read more
Next.js 15.1
Open Source NewsDecember 10, 2024

Next.js 15.1

Brought official React 19 support to both the Pages and App Routers, a new after() API for post-response code execution, experimental forbidden and unauthorized auth APIs, and improved error source maps.

Read more
React 19 Stable Release
Open Source NewsDecember 5, 2024

React 19 Stable Release

React 19.0 shipped as stable roughly two years after React 18, introducing Actions and related hooks, the use API for reading promises and context during render, and ref as a regular prop.

Read more
Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 Released
Open Source NewsDecember 3, 2024

Python 3.13.1, 3.12.8, 3.11.11, 3.10.16 and 3.9.21 Released

The core team shipped coordinated maintenance releases across five active branches simultaneously; 3.13.1 alone contained roughly 400 bugfixes and stability improvements since the October 3.13.0 launch.

Read more
Announcing Rust 1.83.0
Open Source NewsNovember 28, 2024

Announcing Rust 1.83.0

This release expanded the ControlFlow API, added Entry::insert_entry, and introduced new io::ErrorKind variants along with APIs for deconstructing Wakers, rounding out end-of-year stability improvements.

Read more
Terraform 1.10 GA: Ephemeral Values
Open Source NewsNovember 27, 2024

Terraform 1.10 GA: Ephemeral Values

Terraform 1.10 introduced ephemeral resources and ephemeral input variables and outputs, letting practitioners handle secrets and other transient data without persisting them to state or plan files.

Read more
Announcing TypeScript 5.7
Open Source NewsNovember 22, 2024

Announcing TypeScript 5.7

TypeScript 5.7 added support for --target es2024, improved checks in never-initialized variables, and included tsc path-rewriting support for relative import and require paths in transpiled output.

Read more
Ansible Community Package 11.0.0
Open Source NewsNovember 19, 2024

Ansible Community Package 11.0.0

First stable release of the Ansible 11 curated collection bundle, built on ansible-core 2.18.0, packaging modules, plugins, and roles maintained by the community.

Read more
Linux Kernel 6.12 Released and Confirmed as LTS
Open Source NewsNovember 17, 2024

Linux Kernel 6.12 Released and Confirmed as LTS

Kernel 6.12 shipped with full integration of the PREEMPT_RT real-time patchset after nearly two decades of development, the new sched_ext scheduler class, and DRM panic messages rendered as QR codes for easier debuggi...

Read more
Announcing Upgraded Docker Plans
Open Source NewsNovember 15, 2024

Announcing Upgraded Docker Plans

Docker restructured its Personal, Pro, Team, and Business subscription tiers to bundle its full product suite, Desktop, Hub, Scout, and Build Cloud, under existing plans, alongside price increases for Pro and Team tie...

Read more
PostgreSQL 17.1 and Coordinated Point Releases
Open Source NewsNovember 14, 2024

PostgreSQL 17.1 and Coordinated Point Releases

Coordinated point releases fixed a SET ROLE privilege issue and updated bundled tzdata.

Read more
Elastic 8.16: BBQ, LLM Observability, Protect Your Cloud Assets
Open Source NewsNovember 12, 2024

Elastic 8.16: BBQ, LLM Observability, Protect Your Cloud Assets

This release made Elastic the first vector database offering Better Binary Quantization for large-scale workloads, added LLM observability for Amazon Bedrock, and extended cloud-security integrations with Wiz, AWS Sec...

Read more
ansible-core 2.18.0 GA
Open Source NewsNovember 4, 2024

ansible-core 2.18.0 GA

The twice-yearly major ansible-core release, following the project's May/November cadence, bringing core engine improvements and setting the dependency baseline for the Ansible 11 community package.

Read more
Python 3.8 Reaches End of Life
Open Source NewsOctober 31, 2024

Python 3.8 Reaches End of Life

Python 3.8, first released in 2019, stopped receiving security patches and bug fixes after its final point release.

Read more
Node.js 22 Enters LTS as "Jod"
Open Source NewsOctober 29, 2024

Node.js 22 Enters LTS as "Jod"

Node.js 22.x officially transitioned into Long Term Support under the codename 'Jod,' entering Active LTS until October 2025 and Maintenance until end-of-life in April 2027.

Read more
Vue Devtools v7 Goes Stable
Open Source NewsOctober 28, 2024

Vue Devtools v7 Goes Stable

The Vue team flipped the switch on Vue Devtools v7's stable Chrome Web Store channel, a rewritten devtools supporting Vue 3 only, with separate legacy listings retained for Vue 2 users.

Read more
React Compiler Beta Released
Open Source NewsOctober 21, 2024

React Compiler Beta Released

The React team published React Compiler Beta for broader community testing, extending backward compatibility to React 17 and 18 via an optional react-compiler-runtime package.

Read more
Next.js 15 GA
Open Source NewsOctober 21, 2024

Next.js 15 GA

Shipped React 19 support, an experimental React Compiler, a stable Turbopack dev server, and an @next/codemod CLI for automated upgrades, unifying Server Actions, Partial Prerendering, and modernized caching.

Read more
Announcing Rust 1.82.0
Open Source NewsOctober 17, 2024

Announcing Rust 1.82.0

Rust 1.82.0 added a Cargo info subcommand for inspecting registry packages and stabilized const immediates for inline assembly, among other compiler and tooling refinements.

Read more
Node.js 23.0.0 (Current) Released
Open Source NewsOctober 16, 2024

Node.js 23.0.0 (Current) Released

Node.js 23 enabled require(esm) by default, letting CommonJS code load native ES modules without an experimental flag, and stabilized the node --run command for faster script execution.

Read more
HashiConf 2024: Terraform Stacks Public Beta
Open Source NewsOctober 15, 2024

HashiConf 2024: Terraform Stacks Public Beta

HashiCorp unveiled Terraform Stacks in public beta, a new construct for coordinating and deploying interdependent Terraform configurations, alongside Vault updates, at HashiConf 2024.

Read more
That's a Wrap! Celebrating GraphQLConf 2024
Open Source NewsOctober 8, 2024

That's a Wrap! Celebrating GraphQLConf 2024

The GraphQL Foundation's recap of GraphQLConf 2024 highlighted community growth and session takeaways, with recordings and slides made available for the wider community following the September event.

Read more
Git 2.47.0 Released
Open Source NewsOctober 7, 2024

Git 2.47.0 Released

Git 2.47 shipped with contributions from over 83 people, 28 of them first-time contributors. It introduced experimental incremental multi-pack indexes for faster large-repo updates and improvements to the reftable ref...

Read more
Python 3.13.0 Released
Open Source NewsOctober 7, 2024

Python 3.13.0 Released

Python 3.13 shipped as the newest major release, headlined by an experimental free-threaded build that can disable the GIL, a new PyPy-based interactive interpreter with multi-line editing and colorized tracebacks, an...

Read more
VoidZero, Evan You's Tooling Startup, Raises $4.6M Seed Round
Open Source NewsOctober 1, 2024

VoidZero, Evan You's Tooling Startup, Raises $4.6M Seed Round

Accel led a seed investment in VoidZero, the company Vue creator Evan You founded to build a unified, Rust-based next-generation JavaScript toolchain including Rolldown, Oxc, and Vite.

Read more
Red Hat Ansible Automation Platform 2.5 GA
Open Source NewsSeptember 30, 2024

Red Hat Ansible Automation Platform 2.5 GA

Introduced a unified web UI spanning controller, private automation hub, and Event-Driven Ansible, plus Automation Analytics with an ROI calculator and Ansible Lightspeed, powered by IBM watsonx Code Assistant, for AI...

Read more
PostgreSQL 17 Released
Open Source NewsSeptember 26, 2024

PostgreSQL 17 Released

PostgreSQL 17 shipped with an overhauled vacuum memory management implementation, new SQL/JSON capabilities including JSON_TABLE(), and logical replication improvements such as failover control and slot preservation a...

Read more
Linux Kernel 6.11 Released
Open Source NewsSeptember 15, 2024

Linux Kernel 6.11 Released

Linus Torvalds released kernel 6.11 after a standard seven-RC cycle. Highlights include a new driver subsystem for native Qualcomm Bluetooth/WLAN chip support, initial block atomic write support for NVMe and SCSI driv...

Read more
GraphQLConf 2024
Open Source NewsSeptember 10, 2024

GraphQLConf 2024

The GraphQL Foundation's flagship conference ran September 10-12 in San Francisco, bringing GraphQL contributors, Working Group members, and the Technical Steering Committee together in person, with keynotes on distri...

Read more
Announcing TypeScript 5.6
Open Source NewsSeptember 9, 2024

Announcing TypeScript 5.6

TypeScript 5.6 added stricter checks for always-truthy and always-falsy expression comparisons, disallowed unsafe iteration over objects with numeric-string keys by default, and improved support for side-effect import...

Read more
VS Code 1.93
Open Source NewsSeptember 5, 2024

VS Code 1.93

Introduced a generally-available Profiles editor for creating, editing, importing and exporting profiles from one unified view, plus improved GitHub Copilot test generation that appends to existing test files or creat...

Read more
Announcing Rust 1.81.0
Open Source NewsSeptember 5, 2024

Announcing Rust 1.81.0

This release stabilized the Error trait in core, enabling its use in no_std libraries, added expect lint-level attributes with reasons, and improved sort algorithm performance.

Read more
Django Security Releases: 5.1.1, 5.0.9, and 4.2.16
Open Source NewsSeptember 3, 2024

Django Security Releases: 5.1.1, 5.0.9, and 4.2.16

These releases fixed a potential denial-of-service in urlize and urlizetrunc against specially crafted large inputs, and closed a user-enumeration vector in PasswordResetForm that let attackers infer registered emails...

Read more
Vue 3.5 "Tengen Toppa Gurren Lagann" Released
Open Source NewsSeptember 1, 2024

Vue 3.5 "Tengen Toppa Gurren Lagann" Released

Vue 3.5 delivered a major reactivity-system refactor cutting memory usage by 56% and speeding up large reactive array operations up to 10x, with zero breaking changes.

Read more
Elasticsearch Is Open Source. Again!
Open Source NewsAugust 29, 2024

Elasticsearch Is Open Source. Again!

Elastic founder Shay Banon announced that Elasticsearch and Kibana would add AGPL v3 as a licensing option alongside SSPL and Elastic License 2.0, restoring an OSI-approved open-source option roughly three years after...

Read more
Kubernetes v1.31 "Elli" Released
Open Source NewsAugust 13, 2024

Kubernetes v1.31 "Elli" Released

Kubernetes 1.31 shipped 45 enhancements (11 stable, 22 beta, 12 alpha), including AppArmor support reaching general availability for container syscall restriction profiles.

Read more
Go 1.23 Released
Open Source NewsAugust 13, 2024

Go 1.23 Released

Go 1.23 introduced range-over-func iterators, letting for-range loops iterate over user-defined iterator functions. It also added opt-in Go telemetry for collecting toolchain usage and breakage statistics, plus experi...

Read more
ansible-core 2.17.3
Open Source NewsAugust 12, 2024

ansible-core 2.17.3

A maintenance release in the 2.17 stable series, delivering bug fixes to the core engine used by all Ansible collections.

Read more
Django 5.1 Released
Open Source NewsAugust 7, 2024

Django 5.1 Released

Django 5.1 added accessibility improvements to the admin interface, a new querystring template tag for modifying URL query parameters, and support for double-underscore lookups in ModelAdmin.list_display.

Read more
Announcing Rust 1.80.0
Open Source NewsJuly 25, 2024

Announcing Rust 1.80.0

Rust 1.80.0 stabilized LazyCell and LazyLock for one-time initialization and expanded const evaluation, continuing Rust's six-week release cadence.

Read more
GuideJuly 2, 2024

5 Ways to Make Your First Open Source Contribution

Not sure where to start contributing? Here are five approachable entry points the BIOS community recommends for first-time contributors.

Read more
AnnouncementJanuary 15, 2024

Welcome to BIOS: Why We're Building This Community

Open source has transformed the technology industry, but representation, visibility, mentorship, and opportunity for Black professionals still need to grow. Here's why BIOS exists.

Read more