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