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