RoadRunner
  • ๐ŸŸ General
    • What is RoadRunner?
    • Features
    • Quick Start
    • Installation
    • Configuration
    • Contributing
    • Upgrade and Compatibility
  • ๐Ÿ‘ทPHP Worker
    • Worker
    • Workers pool
    • Developer mode
    • Code Coverage
    • Debugging
    • Environment
    • Manual workers scaling
    • Auto workers scaling
    • RPC
  • ๐ŸŸขCustomization
    • Building RR with a custom plugin
    • Integrating with Golang Apps
    • Writing a Middleware
    • Writing a Jobs Driver
    • Writing a Plugin
    • Events Bus
  • ๐Ÿ”ŒPlugins
    • Intro into Plugins
    • Centrifuge (WebSockets)
    • Service (Systemd)
    • Configuration
    • Server
    • Locks
    • gRPC
    • TCP
  • ๐ŸŒCommunity Plugins
    • Intro into Community Plugins
    • Circuit Breaker
    • SendRemoteFile
    • RFC 7234 Cache
  • ๐Ÿ”ตApp Server
    • Production Usage
    • RoadRunner with NGINX
    • RR as AWS Lambda
    • Docker Images
    • CLI Commands
    • Systemd
  • ๐Ÿ”Key-Value
    • Intro into KV
    • Memcached
    • In-Memory
    • BoltDB
    • Redis
  • ๐Ÿ“ฆQueues and Jobs
    • Intro into Jobs
    • Google Pub/Sub
    • Beanstalk
    • In-Memory
    • RabbitMQ
    • BoltDB
    • Kafka
    • NATS
    • SQS
  • ๐Ÿ•ธ๏ธHTTP
    • Intro into HTTP
    • Headers and CORS
    • Proxy IP parser
    • Static files
    • X-Sendfile
    • Streaming
    • gzip
  • ๐Ÿ“ˆLogging and Observability
    • OpenTelemetry
    • HealthChecks
    • Access Logs
    • AppLogger
    • Metrics
    • Grafana
    • Logger
  • ๐Ÿ”€Workflow Engine
    • Temporal.io
    • Worker
  • ๐ŸงฉIntegrations
    • Migration from RRv1 to RRv2
    • Spiral Framework
    • Yii
    • Symfony
    • Laravel
    • ChubbyPHP
  • ๐ŸงชExperimental Features
    • List of the Experimental Features
  • ๐ŸšจError codes
    • CRC validation failed
    • Allocate Timeout
  • ๐Ÿ“šReleases
    • v2025.1.1
    • v2025.1.0
    • v2024.3.5
    • v2024.3.4
    • v2024.3.3
    • v2024.3.2
    • v2024.3.1
    • v2024.3.0
Powered by GitBook
On this page
  • ๐Ÿš€ v2025.1.0 ๐Ÿš€
  • ๐Ÿšจ Please, use the hotfix version v2025.1.1 instead of this release if you're using KV plugin.
  • Changelog:

Was this helpful?

Edit on GitHub
  1. Releases

v2025.1.0

Previousv2025.1.1Nextv2024.3.5

Last updated 22 days ago

Was this helpful?

๐Ÿš€ v2025.1.0 ๐Ÿš€

๐Ÿšจ Please, use the hotfix version v2025.1.1 instead of this release if you're using KV plugin.

Changelog:

๐Ÿ“ฆ Kafka driver:

  • ๐Ÿ› Fix TLS timeout parsing to avoid overflows, (thanks @adamsnoah98)

๐Ÿ“ฆ Jobs plugin:

  • ๐Ÿ› Improve handling of restart/exit pipeline events: propagate errors on restart failures and ensure pipelines resume after channel closures,

๐Ÿ“ฆ AMQP driver:

  • ๐Ÿ› Handle graceful channel closes to prevent redundant or erroneous close attempts, improve logging and correct events bus event

๐Ÿ“ฆ gRPC plugin:

  • ๐Ÿงน Upgrade gRPC to support grpc@v1.72.0 and new List healthcheck method, (thanks @matthewhartstonge)

๐Ÿ“ฆ Redis driver:

  • โœจ Add Prometheus metrics integration via redisprometheus collector for enhanced observability, (thanks @dkomarek)

๐ŸŽฏ Core:

๐Ÿšจ Security: address CVE-2025-22871 in the rr package to resolve critical audit findings, (thanks @Orrison)

๐Ÿ“š
kafka#2168
jobs#138
amqp#186
grpc#2162
redis#124
rr#2166