- Introduce Open Beta OTLP ingestion endpoints for traces and logs
- Enable direct sending of OTLP‑formatted tracing and logging data to Sentry
Node.js changelog digest
Oct 20 - Oct 26, 2025. Useful releases, risky migrations, and noisy updates from the Node.js channel.
No matching updates in this bucket.
Node.js updates in 2025-w43
- Add ability to ignore status codes in performance monitoring
- Introduce custom sampling interval for profiling
- Remove async option, potentially breaking existing async usage
- prisma init now scaffolds a prisma.config.ts and enables datasource and engine configuration via this file, preparing for Prisma 7 requirements
- added support for multiple Prisma instances with different providers, an env helper, js/classic engine types, and automatic Bytes‑to‑Uint8Array mapping based on TypeScript version
- console now displays database usage metrics such as total egress, average response size, and query duration for Prisma Postgres
- Introduces AI-generated feedback summaries that provide a concise overview of user feedback trends.
- Highlights 2–3 recurring themes, enabling quick insight without reading every comment.
- Added built‑in proxy support (CLI env proxy, HTTP/HTTPS request and Agent) and a new `shouldUpgradeCallback` for server‑controlled HTTP upgrades.
- Introduced percentage‑based `max_old_space_size` configuration and various performance optimizations across the runtime.
- Extended documentation (proxy usage, .env files, migration guides, security escalation policy) and updated key dependencies (OpenSSL 3.5.x, Undici 6.22.0, npm 10.9.4).