Changes.Watch

ReactJS changelog digest

Oct 6 - Oct 12, 2025. Useful releases, risky migrations, and noisy updates from the ReactJS channel.

No matching updates in this bucket.

ReactJS updates in 2025-w41

Bun v1.3

  • Check the blog post for details on Bun v1.3 features and fixes.
  • Windows users can follow the provided instructions to upgrade to v1.3.

Serilog Integration for .NET

  • Add native Serilog sink to forward logs to Sentry automatically
  • Enable .NET applications using Serilog to capture and send logs to Sentry without additional code

Pino and Consola SDK Integrations for Logs

  • Adds automatic forwarding of logs from Pino and Consola SDKs to Sentry
  • Integrates with existing Pino and Consola loggers without requiring code changes

v2.5.4

  • Fix numerous Node compatibility bugs (fs.cp/fs.cpSync, fs.stat/fs.statSync, zlib gunzip overflow, X509Certificate inspection, BadResource mapping, zlib.crc32 handling).
  • Resolve crashes and hangs in core tooling (deno cache node_modules handling, SWC JSX pragma panic, tunnel auth subprocess loop, webgpu isolate disposal, tunnel flag visibility).
  • Miscellaneous corrections: preserve tilde in version ranges, use ArrayIsArray primordial, and related minor fixes.