releases.shpreview
Redis/node-redis/redis@5.12.0

redis@5.12.0

$npx @buildinternet/releases show rel_yn5iP2zvF8qpUSDw4r2d-

✨ What's Changed

πŸš€ Features

πŸ› Fixes

πŸ”­ Observability (OTEL + Diagnostics)

Node Redis now ships with first-class observability via OpenTelemetry metrics and Node.js diagnostics_channel. Initialize OpenTelemetry before creating clients (OpenTelemetry.init({ metrics: { enabled: true } })) and you can plug Redis client telemetry into your existing OTel SDK/exporter pipeline.

This enables visibility into command latency, connection lifecycle, resiliency/errors, Pub/Sub traffic, streaming behavior, and client-side caching activity. On top of metrics, diagnostics channels provide a more abstract, higher-level way to track runtime behavior through low-overhead event streams (commands, batches, connection events, maintenance notifications, pub/sub, cache, and pool wait timing), so APM tools or custom subscribers can observe the system without changing application code.

πŸ§ͺ Tests & CI

πŸ“š Docs

πŸ™Œ New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.11.0...redis@5.12.0

Fetched May 1, 2026

redis@5.12.0 β€” node-redis β€” releases.sh