# v2025.1.4

## Changelog

### 🎯 Core

* ✨ **Fileserver Plugin**: The Fileserver plugin has been restored to the standard bundle because of the resolution of all CVEs in its dependency, `GoFiber`.
* ✨ **Green Tea Garbage Collector**: The Green Tea garbage collector has been disabled by default after receiving several bug reports related to its use. For more details, see the [Go RFC](https://github.com/golang/go/issues/73581).
* ✨ **Automaxprocs**: The `automaxprocs` library from Uber has been removed, as Go 1.25 now includes this functionality natively.

### 📦 Velox

* ✨ **Velox**: Updated to version `v2025.1.4` with an updated template that removed the `automaxprocs` dependency.


---

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