Changes.Watch

Node.js changelog digest

Jan 19 - Jan 25, 2026. Useful releases, risky migrations, and noisy updates from the Node.js channel.

No matching updates in this bucket.

Node.js updates in 2026-w04

7.3.0

  • Added a `compilerBuild` option (fast or small) allowing users to choose between speed‑optimized or size‑optimized query compiler engines.
  • Enabled raw queries ($executeRaw, $queryRaw) to bypass the query compiler and go directly to the driver for lower overhead.
  • Fixed multiple issues: updated MSSQL adapter to v12.2.0, pinned better‑sqlite3 version, reverted @map enum behavior to previous semantics, and cast BigInt fields to text in JSON aggregations to preserve precision.

Send Metrics using Ruby and Java SDKs

  • Added metric sending support to Ruby, Rails, Java, Spring, and Spring Boot SDKs.
  • Enables developers to report custom metrics directly from these SDKs.