Friday, August 21, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · Dev

Briefs

beyond the elephpant, kept short · 61 articles

DEV · Releases

TypeScript 7.0.2 Released as Patch Update

Microsoft has published TypeScript 7.0.2, a patch release in the new 7.x major version line. The tag was originally created in the typescript-go repository and points to the TypeScript 7.0 announcement for details on the…

DEV · Security

Critical GitLab Flaw Lets Attackers Delete Projects

GitLab has patched two vulnerabilities, one rated critical, that allow attackers to manipulate or delete public projects and user data via the GraphQL API. Fixed versions are 18.11.11, 19.0.8, 19.1.6 and 19.2.4. Self-hos…

DEV · Reads

What to Expect From DuckDB's Upcoming 2.0 Release

A community piece previews the next major version of DuckDB, the in-process analytical database popular with data engineers. Worth a read for anyone running DuckDB in production or evaluating it, since a major version bu…

DEV · Reads

Buf ships language server support for Protobuf

Buf has released LSP support for Protocol Buffers, bringing IDE features like completion, navigation and diagnostics to .proto files. The announcement, discussed on r/programming, also drew comments on Buf's pricing: 36 …

DEV · The Editorial

No ALTER TABLE in Production Without a Lock Budget

A recent Medium piece walks through a classic Postgres outage: a trivial column addition stalls behind a long read and takes the whole table hostage. The fix is known, cheap, and almost nobody's default. I think that's o…

DEV · Releases

Node.js v26.7.0 Released

Node.js v26.7.0 is now available from the project's distribution channels. The release continues the v26 line of the JavaScript runtime, shipping the usual batch of fixes and dependency updates. Details on included commi…

DEV · Releases

Node.js v26.6.0 and v24.19.0 (LTS Krypton) released

Node.js has published two new releases: v26.6.0 in the current release line and v24.19.0, the latest update to the LTS Krypton branch. Both versions are available via the official Node.js release channels and distributio…

DEV · The Editorial

QUERY Is the Easy Part. The Plumbing Is Where It Gets Decided

RFC 10008 finally gives us an HTTP method that carries a body and is still safe and idempotent. The spec is sound and short. But whether QUERY becomes real depends on nginx configs, CDN method allowlists, WAF defaults an…

DEV · Reads

GitHub Opens Public Preview of Stacked Pull Requests

GitHub has launched stacked pull requests in public preview. The feature splits large changes into an ordered series of small, focused pull requests, making reviews easier. Developers can create and manage dependent PR c…

DEV · Security

Node.js 22.23.2 security release patches ten CVEs

The Node.js project has published Node.js 22.23.2 (LTS 'Jod'), a security release fixing ten CVEs — three rated high — affecting HTTP/2, the permission model, HTTPS, DNS and zlib. Immediate upgrades are recommended.

DEV · The Editorial

Judgment Was Always the Bottleneck. AI Just Made It Visible

Claude Code, Cursor, Codex and the newly open-sourced Grok Build all write software fast now. A July preprint testing 86 Python developers found we're bad at catching the wrong ones while feeling just as confident. My ta…

back to the front page