Releases: roadrunner-server/roadrunner
Releases · roadrunner-server/roadrunner
v2025.1.11
Changelog
📦 otel plugin
- 🐛 OTEL Semconv: Fixed a regression where the OpenTelemetry plugin failed to start due to conflicting semconv Schema URLs (
v1.39.0vsv1.40.0); updated semconv tov1.40, BUG (thanks @dmitryuk)
🎯 Core
- ✨ E2E Tests: Added end-to-end test suite with plugins (HTTP, gRPC, Jobs) including OpenTelemetry integration to prevent plugin compatibility regressions, FR
v2025.1.9
📦 grpc plugin
- ✨ Glob Patterns: Added support for
**(globstar/recursive) and brace expansion{pattern1,pattern2}ingrpc.protoconfiguration paths, FR (thanks @Nyholm)
🎯 Core
- 🐛 CVE Fixes (deps): Updated Go packages to resolve CVE-2026-27141 and CVE-2026-25882, Issue (thanks @Orrison)
- 🐛 CVE Fixes (stdlib): Updated Go version to
1.26.1to address CVE-2026-25679, CVE-2026-27142, CVE-2026-27137 ingo/stdlib, Issue (thanks @Orrison)
v2025.1.8
v2025.1.7
v2025.1.6
v2025.1.5
🚀 v2025.1.5 🚀
Changelog
🎯 Core
- ✨ SIGUSR2 Signal Support: Added support for the
SIGUSR2signal 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 (thanks @koren88) - ✨ Go Version: Updated minimum Go version to
1.25.4.
📦 Velox
- ✨ Velox: Updated to version
v2025.1.5with an updated template that pinned third-party deptablewriterthat caused problems when building RR.
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.
- ✨ Automaxprocs: The
automaxprocslibrary from Uber has been removed, as Go 1.25 now includes this functionality natively.
📦 Velox
- ✨ Velox: Updated to version
v2025.1.4with an updated template that removed theautomaxprocsdependency.
v2025.1.3
📦 Temporal plugin
- ✨ Support for the
NO_PROXYenvironment variable to disable proxy usage FR (thanks @jur3) - ✨ Support for setting the Workflow Versioning Behavior from the PHP Worker FR (thanks @roxblnfk)
📦 Kafka driver
- ✨ Support for partition strategies FR (thanks @adamsnoah98)
🎯 Core
- ✨ The Fileserver plugin has been excluded from the standard bundle but is available to be built with Velox. This is because its dependency,
GoFiber, has had too many CVEs in recent months. - ✨ Update dependencies and Go to the latest versions.
- ✨ Use the new Green Tea garbage collector by default; see Go RFC