Release Radar
Latest version updates across frameworks, runtimes, and languages
Tuesday, May 12, 2026
🚀
Runtimes
🟢
Node.js
Runtimes 2 releases22.15.0 May 10, 2026 ▶
New permission model API and improved ESM loader performance
- Permission Model API: New process.permission.has() method for runtime permission checks
- ESM Loader: 35% faster module resolution for deep dependency trees
- V8 13.1: Updated V8 engine with improved JIT compilation
22.14.0 Apr 28, 2026 ▶
SQLite improvements and new diagnostics channel hooks
- node:sqlite: Added WAL mode support and prepared statement caching
- Diagnostics Channel: New http.client.request.created and http.server.response.created hooks
- Sea: Single executable applications now support embedding multiple assets
🐹
Go
Runtimes 1 release1.24.3 May 6, 2026 ▶
Generic type inference improvements and new iter package
- Generic Type Inference: Compiler now infers type parameters from return types
- iter package: New standard library package with Seq, Seq2, Pull, and Pull2
- go vet: New appends analyzer warns about append calls that don't use their return value
⚛️
Frontend
⚛️
React
Frontend 1 release19.1.0 May 8, 2026 ▶
React Compiler stable release and Activity API
- React Compiler: Now stable and included by default with automatic memoization
- Activity API: New Activity component for offscreen rendering with state preservation
- useFormStatus: Enhanced with pending, data, method, and action properties