# v2025.1.13

## Changelog

### 🎯 Core

* 🐛 **CVE Fixes**: Updated dependencies and Go version to `1.26.2` to resolve CVE-2026-32280 and CVE-2026-39883 (`go/stdlib`), [CHORE](https://github.com/roadrunner-server/roadrunner/issues/2338) (thanks @rebecca-canyon)
* ✨ **Dependencies**: Bumped `roadrunner-server/api` to `v4.24.0` (Temporal proto regeneration) and refreshed transitive dependencies — OpenTelemetry to `v1.43.0`, Temporal SDK to `v1.42.0`, `google.golang.org/grpc` to `v1.80.0`, plus minor updates across AWS, Google Cloud, NATS, fasthttp, and `golang.org/x/*` modules.


---

# 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-13.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.
