- Security patches applied to RedisTimeSeries, RedisJSON, and RedisBloom modules.
- Extensive bug fixes across RediSearch (cluster handling, FT commands, memory management) and other modules.
- Performance enhancements, new metrics, and configuration options added for vector search, profiling, and resource utilization.
Node.js changelog digest
Feb 2 - Feb 8, 2026. Useful releases, risky migrations, and noisy updates from the Node.js channel.
No matching updates in this bucket.
Node.js updates in 2026-w06
- Security patches for RedisTimeSeries and RedisJSON to hide PII and fix malformed log messages.
- Extensive bug fixes across modules (RediSearch, RedisBloom, RedisJSON) addressing crashes, memory corruption, concurrency issues, and incorrect scoring.
- New features and enhancements: WITHCOUNT in FT.AGGREGATE, default scorer config, vector search performance boosts, and added metrics for profiling and resource usage.
- Introduces cross-event querying in Trace Explorer (beta).
- Allows filtering spans based on their relationship to other events in a distributed trace.
- Enhances trace analysis with advanced correlation capabilities.
- Adds capability to send usage metrics using the Flutter SDK
- Introduces new API methods for recording and transmitting metric data
- Enables developers to track app performance and usage directly from Flutter
- 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.
- Added ability to send custom metrics via the iOS SDK.
- Enables developers to report performance data directly from iOS apps.
- Supports metric types such as counters, gauges, and histograms.