Node.js 26.6.0 (Current)
Daily edition · Languages
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
Notable Changes [5a36018abc] - doc: add MikeMcC399 as collaborator (Mike McCready) #64656 [9b04f82d7b] - (SEMVER-MINOR) ffi: add getCurrentEventLoop (Paolo Insogna) #64323 [bb51f2c960] - (SEMVER-MINOR) test_runner: add…
Notable Changes [d08872b530] - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken) #64036 [35222948be] - (SEMVER-MINOR) deps: update OpenSSL build config to support compression (Tim Perry) #62217…
Subscribe to airhacks.fm podcast via: spotify| iTunes The #408 airhacks.fm episode with Olimpiu Pop (Olimpiu Pop) about: Enterprise Java LLM inference, grounding LLMs against normative Java and Jakarta EE…
Commit: b54a82b Release: 2026-08-03 (v0.3.2997) New Features #22306 emit inactive-code diagnostics in macros. #22959 support CovariantUnsafeCell. Performance Improvements #22966 avoid having a separate query for defined…
Codename One's JavaScript port is now open source, available on every plan, and buildable locally without an account. ParparVM is the default, while TeaVM remains available through a build hint. The post The Codename…
This week's Java roundup for July 27th, 2026, features news highlighting: OpenJDK JEPs targeted and proposed to target for JDK 28; the GA release of GPULlama3.java 1.0; point releases of Micronaut, Quarkus and JobRunr;…
MCP drops sessions and renames FastMCP, Claude Opus 5 turns thinking on by default, and Python 3.15 ships its final beta.
Test your understanding of the GIL, process-based parallelism, and the ways to run Python threads in parallel across multiple CPU cores.
Andrea Peruffo discusses the evolution of WebAssembly beyond the browser and its growing role on the server-side JVM. He covers performance advancements in Wasm runtimes, moving from interpreters to efficient JIT…
A big week, with a couple of long-running efforts finally wrapping up: the Source Cooperative mirror is essentially complete now that we have direct write access, and the three-week Ceph resize has converged. Elsewhere,…
Embabel has reached its 1.0 release, providing a framework for AI agents on Java It allows Java and Kotlin developers to define agents as typed domain objects. Built on Spring AI, Embabel supports multiple model…
The same agent, built twice: once without eve, once with it. Before a support agent answers a single customer, you need a Slack app with tokens and webhooks, auth for your billing providers, somewhere safe to run code,…