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

# v2025.1.5

## Changelog

### 🎯 Core

* ✨ **SIGUSR2 Signal Support**: Added support for the `SIGUSR2` signal on Unix-like systems to enable graceful process restarts. When the configuration file is a symlink, RoadRunner will properly re-read the configuration from the symlink target after restart [FR](https://github.com/roadrunner-server/roadrunner/issues/2243) (thanks @koren88)
* ✨ **Go Version**: Updated minimum Go version to `1.25.4`.
