Software Development
237 articles RSS
The Document Foundation Expels Over 30 Collabora Developers From LibreOffice Governance in a Governance Showdown Years in the Making
TDF removed 30+ Collabora staff from membership—including 7 of the project's top 10 core committers—citing a legal dispute clause in newly adopted bylaws, prompting Collabora to announce a separate development track.
GitLab 18.11 Ships Agentic CI Setup, Autonomous Vulnerability Fixes, and Live Analytics as Duo Agent Platform Matures
GitLab's April release adds a CI Expert Agent that generates pipelines from repository analysis, moves Agentic SAST vulnerability resolution to GA, and delivers natural-language DevOps analytics.
Ubuntu 26.04 LTS 'Resolute Raccoon' Ships With Linux 7.0, Rust Coreutils, and Sudo-rs as Canonical Bets Its Decade of Support on Memory-Safe Foundations
Canonical releases Ubuntu 26.04 LTS on April 23, shipping Rust-based coreutils and sudo as defaults, GNOME 50 without X11, and a 6 GB RAM floor that redefines the distribution's baseline for the next decade.
Bun 1.1.13 Ships Memory Fixes and Jest-Style Test Sharding as Pulumi Adopts It as a First-Class Runtime
Anthropic's first major Bun release since acquiring the runtime tackles long-running-process leaks, adds isolate, parallel and shard test flags, and lands days after Pulumi made Bun a fully supported infrastructure-as-code runtime.
Ruby 4.0.3 Ships Emergency ERB Patch for CVE-2026-41316 as the Rust-Built ZJIT Era Enters Its First Maintenance Cycle
A deserialization guard bypass in ERB forced an out-of-band Ruby 4.0.3 on April 21, four months after 4.0's ZJIT debut established Ruby's new Rust-backed compiler.
Kotlin 2.3.20 Lands Name-Based Destructuring, Gradle 9.3 Support, and a Rewired Kotlin/Wasm That Runs Up to 4.6x Faster
Kotlin 2.3.20 ships name-based destructuring, default Build Tools API on Kotlin/JVM, Gradle 9.3.0 compatibility, and Wasm string performance gains of up to 4.6 times.
pnpm 11 RC Makes a 24-Hour Release Delay the Default, Turning a Supply-Chain Workaround Into a Baseline
pnpm 11's release candidate ships minimumReleaseAge=1 day, blockExoticSubdeps, and strictDepBuilds as defaults, baking lessons from the March 2026 Trivy and axios attacks into the package manager itself.
Git 2.54 Ships Experimental 'git history' Command and a Pluggable Object Database, Borrowing Ideas From Jujutsu
Git 2.54, released April 20, introduces a new history-editing command inspired by Jujutsu, config-based hooks, geometric repacking by default, and a pluggable object database built over two years and roughly 400 commits.
Kubernetes v1.36 Arrives with Security Hardening, SELinux Acceleration, and Expanded AI Hardware Support
Kubernetes v1.36, releasing April 22, brings accelerated SELinux volume labelling to GA, expands Dynamic Resource Allocation for AI hardware, and permanently removes the insecure gitRepo volume driver.
Forgejo 15.0 Adds Repository-Scoped Tokens, OIDC Support, and Ephemeral Runners in New LTS Release
Forgejo 15.0 lands as the project's new LTS release with repository-scoped access tokens, reusable workflow expansion, OpenID Connect support, and ephemeral runners.
Oracle Brings Karpenter to OCI as OKE Gains On-Demand Node Autoscaling
Oracle has made the Karpenter Provider for OCI generally available, giving OKE users a more flexible way to scale Kubernetes worker nodes.
Rust 1.95 Adds `cfg_select!`, Extends `if let` Guards, and Tightens Stable Target Handling
Rust 1.95 lands with a new `cfg_select!` macro, `if let` guards in `match`, stabilized APIs, and a stricter stance on custom target JSON on stable.