- Added trackPromises option to async_hooks.createHook() for better promise tracking.
- Introduced setTOS/getTOS methods on net.Socket and initial ESM support in the embedder API.
- Improved performance: TextEncoder now uses simdutf, stream adds bytes() consumer, and test runner gains an env option.