- Add extra loop protection to React Server Functions
- Prevents infinite loops in React Server Components
- Minor safety improvement with no breaking changes
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
- Added extra loop protection for React Server Functions to prevent infinite loops during execution.
- Improves stability and reliability of React Server Components.
- Add extra loop protection to React Server Functions to prevent infinite loops
- Implemented in React Server Components (PR #35351)
- Fixes promise cycle handling in React Server Components
- Corrects toString behavior on Server Functions
- 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.
- 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.
- 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