> 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-14.md).

# v2025.1.14

## Changelog

### 🎯 Core

* 🐛 **CVE Fixes**: Updated Go toolchain to `1.26.3` and bumped `github.com/gofiber/fiber/v2` to `v2.52.13` to resolve CVE-2026-33811, CVE-2026-33814, CVE-2026-39820, CVE-2026-39836, and CVE-2026-42499. Note: `fiber` is only used transitively by the `fileserver` plugin, [BUG](https://github.com/roadrunner-server/roadrunner/issues/2349) (thanks @dmitryuk)

### 📦 `temporal` plugin

* ✨ **LocalActivityParams (Go SDK compatibility)**: Added `DataConverter`, `FailureConverter`, and `Attempt` fields to `LocalActivityParams` to match the required Go SDK fields, preventing a potential nil-pointer dereference during local activity execution, [PR](https://github.com/temporalio/roadrunner-temporal/pull/761) (thanks @xepozz)
* ⬆️ **Temporal deps**: `go.temporal.io/sdk` → `v1.43.0`, `go.temporal.io/api` → `v1.62.11`, `go.temporal.io/server` → `v1.31.0` (bundled via `roadrunner-temporal/v5` → `v5.11.0`).
