Changes.Watch

Docker changelog digest

Feb 2 - Feb 8, 2026. Useful releases, risky migrations, and noisy updates from the Docker channel.

No matching updates in this bucket.

Docker updates in 2026-w06

8.4.1

  • 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.

8.2.4

  • 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.

2026-02-03, Version 25.6.0 (Current), @aduh95

  • 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.