# v2025.1.3

## Changelog

### 📦 `Temporal` plugin

* ✨ Support for the `NO_PROXY` environment variable to disable proxy usage [FR](https://github.com/roadrunner-server/roadrunner/issues/2233) (thanks @jur3)
* ✨ Support for setting the Workflow Versioning Behavior from the PHP Worker [FR](https://github.com/roadrunner-server/roadrunner/issues/2217) (thanks @roxblnfk)

### 📦 `Kafka` driver

* ✨ Support for partition strategies [FR](https://github.com/roadrunner-server/roadrunner/issues/2219) (thanks @adamsnoah98)

### 🎯 Core

* ✨ The Fileserver plugin has been excluded from the standard bundle but is available to be built with Velox. This is because its dependency, `GoFiber`, has had too many CVEs in recent months.
* ✨ Update dependencies and Go to the latest versions.
* ✨ Use the new Green Tea garbage collector by default; see [Go RFC](https://github.com/golang/go/issues/73581)


---

# Agent Instructions: 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-3.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.
