github roadrunner-server/roadrunner v2.3.0

latest releases: v2024.2.1, v2024.2.0, v2024.1.5...
3 years ago
  • ✏️ Meet the new plugin websockets with broadcast capabilities that replace old broadcast and broadcast-ws plugins. It can handle hundreds of thousands of websocket connections simultaneously (~300k messages per second with 1k connected clients, in-memory bus on 2CPU cores and 1GB of RAM) Issue
  • ✏️ Protobuf binary messages for the websockets and kv RPC calls under the hood. Issue
  • ✏️ Native protobuf support for the PHP <-> GO RPC calls. It can perform more than 10% better than previously used JSON encoding/decoding for the RPC calls (especially for the KV plugin calls with a lot of Items).
  • ✏️ Support file logger with log rotation Wiki, Issue

On top of that we released some new improvements:

  • ✏️ Json-schemas for the config file v1.0 (it also registered in schemastore.org)
  • ✏️ latest docker image tag supported now (but we strongly recommend using a versioned tag (like 0.2.3) instead)
  • ✏️ Add new option to the http config section: internal_error_code to override default (500) internal error code. Issue
  • ✏️ Expose HTTP plugin metrics (workers memory, requests count, requests duration). Issue
  • ✏️ Scan server.command and find errors related to the wrong path to a PHP file, or .ph, .sh scripts. Issue

🩹 Fixes:

  • 🐛 Fix: Bug with informer.Workers worked incorrectly: Bug
  • 🐛 Fix: Internal error messages will not be shown to the user (except HTTP status code). An error message will be in logs: Bug
  • 🐛 Fix: An error message will be properly shown in the log in case of SoftJob error: Bug
  • 🐛 Fix: Wrong applied middlewares for the fcgi server leads to the NPE: Bug

📦 Packages:

  • 📦 Update goridge to v3.1.3
  • 📦 Update endure to v1.0.2

Don't miss a new roadrunner release

NewReleases is sending notifications on new releases.