> For the complete documentation index, see [llms.txt](https://docs.roadrunner.dev/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadrunner.dev/docs/releases/v2025-1-0.md).

# v2025.1.0

## 🚀 v2025.1.0 🚀

## 🚨 Please, use the hotfix version `v2025.1.1` instead of this release if you're using KV plugin.

### Changelog:

#### 📦 `Kafka` driver:

* 🐛 Fix TLS timeout parsing to avoid overflows, [kafka#2168](https://github.com/roadrunner-server/roadrunner/issues/2168) (thanks @adamsnoah98)

#### 📦 `Jobs` plugin:

* 🐛 Improve handling of restart/exit pipeline events: propagate errors on restart failures and ensure pipelines resume after channel closures, [jobs#138](https://github.com/roadrunner-server/jobs/pull/138)

#### 📦 `AMQP` driver:

* 🐛 Handle graceful channel closes to prevent redundant or erroneous close attempts, improve logging and correct events bus event [amqp#186](https://github.com/roadrunner-server/amqp/pull/186)

#### 📦 `gRPC` plugin:

* 🧹 Upgrade gRPC to support `grpc@v1.72.0` and new `List` healthcheck method, [grpc#2162](https://github.com/roadrunner-server/roadrunner/issues/2162) (thanks @matthewhartstonge)

#### 📦 `Redis` driver:

* ✨ Add Prometheus metrics integration via redisprometheus collector for enhanced observability, [redis#124](https://github.com/roadrunner-server/redis/pull/124) (thanks @dkomarek)

#### 🎯 Core:

* 🚨 Security: address CVE-2025-22871 in the `rr` package to resolve critical audit findings, [rr#2166](https://github.com/roadrunner-server/roadrunner/issues/2166) (thanks @Orrison)
