Tech Bytes

Release Radar

Latest version updates across frameworks, runtimes, and languages

Monday, May 11, 2026

🚀

Runtimes

🟢

Node.js

Runtimes 1 release
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 release
1.24.2 Apr 20, 2026

Security patch for crypto/tls and net/http

- CVE-2026-1234: Fixed TLS session ticket rotation vulnerability - CVE-2026-1235: Fixed request smuggling via malformed Transfer-Encoding headers - Fixed compiler crash when using generic type aliases with embedded interfaces
⚛️

Frontend

⚛️

React

Frontend 1 release
19.0.1 Apr 15, 2026

Patch release with hydration mismatch fixes

- Fixed hydration mismatch warnings for style tags in Server Components - Corrected useActionState error boundary propagation - Fixed memory leak in use() hook when used with abandoned promises