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-Temporalplugin now supports API-Keys (which would be added via our SDK-PHP and documentated in it as well).

πŸ“¦ Core RoadRunner SDK:

  • πŸ”₯: Dynamic Workers Scaling: FR, docs

OTEL plugin:

  • πŸ”₯: Detect resources from environment variables when not set in config PR, (thanks @devnev)

πŸ“¦ 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:

  • πŸ”₯: JSON status reporting, remove strict requirement for providing list of plugins: FR, (thanks @Kaspiman)

πŸ“¦ Symfony integration:

  • πŸ”₯: Symfony Runtime (PHP) now supports RoadRunner v2023/2024: PR, (thanks @msmakouz)

πŸ“¦ Redis driver:

  • πŸ”₯: Add TLS support PR, (thanks, @sicet7)

πŸ“¦ Temporal:

  • πŸ”₯: Support API keys: PR, docs. This feature would be added to our SDK-PHP and documentated (how to use) in it as well.

  • πŸ”₯: Support h2c TLS without certs: PR, (thanks @cv65kr)

πŸ“¦ SQS driver:

  • πŸ”₯: Complete rework without major breaks by @nickdnk. Please, read the updated docs carefully: docs

πŸ“¦ Nats driver:

  • πŸ›: Properly pass user-defined headers FR

πŸ“¦ Config plugin:

  • πŸ”₯: Config for RPC plugin does not work when included from another file BUG, (thanks @Kaspiman)

πŸ“¦ Server plugin:

  • πŸ”₯: Add new option server.on_init.exit_on_error to stop RoadRunner when on_init error occured: FR, (thanks @wizardist)

πŸ“¦ RabbitMQ (AMQP) driver:

  • πŸ”₯: Support publish confirmations FR, (thanks @algirdasci)

  • πŸ›: [PHP] Fixed option name from redelivery to requeue: BUG, (thanks @msmakouz)

πŸ“¦ Locks plugin:

  • πŸ›: Fixed forceRelease method, removed requirement for input ID BUG, (thanks @fugikzl)

πŸ“¦ Metrics plugin:

  • πŸ”₯: Declare metrics in upsert mode: CHORE, (thanks @cv65kr)

πŸ“¦ 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 and RoadRunner-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