v2024.3.0
Meet the new RoadRunner release! This time we have a lot of new features, improvements, and bug fixes. Let's dive in! In this release we have added a new feature called Auto Workers Scaling. This feature allows users to scale their RoadRunner workers automatically, up to 100 additional workers. SQS
plugin was significantly reworked without major breaking changes, please, read the updated documentation carefully. RoadRunner-Temporal
plugin now supports API-Keys (which would be added via our SDK-PHP and documentated in it as well).
π¦ Core RoadRunner SDK:
OTEL
plugin:
OTEL
plugin:π₯: Detect resources from environment variables when not set in config PR, (thanks @devnev)
π¦ In-Memory
KV driver:
In-Memory
KV driver:π: Fixed very tricky memory leak, when trying to update the same key with TTL multiple times in a row: BUG, (thanks @segrax)
π¦ Status
plugin:
Status
plugin:π₯: JSON status reporting, remove strict requirement for providing list of plugins: FR, (thanks @Kaspiman)
π¦ Symfony
integration:
Symfony
integration:π₯: Symfony Runtime (PHP) now supports RoadRunner v2023/2024: PR, (thanks @msmakouz)
π¦ Redis
driver:
Redis
driver:π₯: Add TLS support PR, (thanks, @sicet7)
π¦ Temporal:
π₯: Support h2c TLS without certs: PR, (thanks @cv65kr)
π¦ SQS
driver:
SQS
driver:π₯: Complete rework without major breaks by @nickdnk. Please, read the updated docs carefully: docs
π¦ Nats
driver:
Nats
driver:π: Properly pass user-defined headers FR
π¦ Config
plugin:
Config
plugin:π₯: Config for RPC plugin does not work when included from another file BUG, (thanks @Kaspiman)
π¦ Server
plugin:
Server
plugin:π₯: Add new option
server.on_init.exit_on_error
to stop RoadRunner whenon_init
error occured: FR, (thanks @wizardist)
π¦ RabbitMQ (AMQP)
driver:
RabbitMQ (AMQP)
driver:π₯: Support publish confirmations FR, (thanks @algirdasci)
π: [PHP] Fixed option name from redelivery to requeue: BUG, (thanks @msmakouz)
π¦ Locks
plugin:
Locks
plugin:π: Fixed
forceRelease
method, removed requirement for input ID BUG, (thanks @fugikzl)
π¦ Metrics
plugin:
Metrics
plugin:π₯: Declare metrics in upsert mode: CHORE, (thanks @cv65kr)
π¦ Velox
:
Velox
:π: Fixed base64 logs output: BUG, (thanks @rauanmayemir)
Thanks to out contributors:
@nickdnk - for the help with the
SQS
driver and reworking the whole JSON schema across all plugins (which is actually HUGE).@msmakouz - for working on the PHP RoadRunner SDK.
@cv65kr - for the help with the
Metrics
andRoadRunner-Temporal
plugins.@sicet7 - TLS support in the
Redis
plugin.@Kaspiman, @wizardist, @rauanmayemir, @algirdasci and @fugikzl - for being proactive, reporting issues and being collaborative.
Last updated