Changes.Watch

Open Source changelog digest

Dec 8 - Dec 14, 2025. Useful releases, risky migrations, and noisy updates from the Open Source channel.

No matching updates in this bucket.

Open Source updates in 2025-w50

19.0.3 (December 11th, 2025)

  • Add extra loop protection to React Server Functions
  • Prevents infinite loops in React Server Components
  • Minor safety improvement with no breaking changes

19.1.4 (December 11th, 2025)

  • Added extra loop protection for React Server Functions to prevent infinite loops during execution.
  • Improves stability and reliability of React Server Components.

19.2.3 (December 11th, 2025)

  • Add extra loop protection to React Server Functions to prevent infinite loops
  • Implemented in React Server Components (PR #35351)

19.0.2 (December 11th, 2025)

  • Fixes promise cycle handling in React Server Components
  • Corrects toString behavior on Server Functions

19.1.3 (December 11th, 2025)

  • Relocated react-server-dom-webpack/.unbundled to a private react-server-dom-unbundled package.
  • Patched promise cycle handling and fixed toString behavior for Server Functions.

19.2.2 (December 11th, 2025)

  • Migrated React Server DOM webpack/.unbundled to a private `react-server-dom-unbundled` package.
  • Patched Promise cycle handling and corrected `toString` behavior for Server Functions.

2025-12-10, Version 24.12.0 'Krypton' (LTS), @targos

  • Added new runtime options such as http.optimizeEmptyRequests, watch config namespace, portable compile‑cache flag, sqlite defensive flag, and inspector inspection ability
  • Enhanced N‑API with napi.createObject properties support, added options to lib.util.deprecate, and marked type stripping as stable
  • Improved performance and reliability with faster buffer.concat via TypedArray, optimized console single‑string logging, fixed crypto.timingSafeEqual argument validation, and incorporated multiple V8/openssl updates