> 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roadrunner.dev/docs/releases/v2025-1-0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
