github roadrunner-server/roadrunner v2.8.0

latest releases: v2024.1.0, v2023.3.12, v2023.3.11...
2 years ago

⚠️ For the RR v2.8.0 your .rr.yaml configuration version should be 2.7, so please update your config and add version: '2.7' at the top.

👀 New:

  • ✏️ Timeout for the SQS create/get queue operations (30seconds) FR (reporter @sergey-telpuk)
  • ✏️ New workers pool option -> command:
http: 
    address: 127.0.0.1:8080
    max_request_size: 256
    middleware: ["headers", "gzip"]
    trusted_subnets: []
 
    # Workers pool settings.     
    pool:           
        command: "php app.php" <---- NEW

This option is used to override the server's command with the new one. The new command will inherit all server options. It can be used in any plugin (jobs, grpc, tcp, http, etc) using workers pool (http used here as a sample). No need to update your config. By default server command will be used as in the previous RR versions. Note, you can't leave the server command option empty. If you wanted to override the command in every plugin you use, put a placeholder in the server.command.

  • ✏️ Add Rr_newrelic_ignore header support. Now you can send the Rr_newrelic_ignore:true header and RR will ignore such transactions. No data will be sent to the newrelic server. FR (reporter @arku31)
  • ✏️ Add support for the SQS FIFO queues FR (reporter @paulermo)
  • ✏️ Add support for the gRPC Healthcheck protocol v1 in the grpc plugin. Doc, FR (reporter @porozhnyy)

Don't miss a new roadrunner release

NewReleases is sending notifications on new releases.