github roadrunner-server/roadrunner v2023.1.0

latest releases: v2024.2.1, v2024.2.0, v2024.1.5...
17 months ago

πŸš€ v2023.1.0 πŸš€

⚠️ The reload plugin has been removed from the default plugins list. Please use *.pool.debug=true instead.

πŸ‘€ New

  • βœ’οΈ Kafka plugin: Completely rewritten Kafka plugin. Now supports regexps for topics, marked commits for group consumers, and SASL authentication. Configuration reference: link.
  • βœ’οΈ RPC plugin: The RPC plugin would be available immediately before worker initialization. This means that PHP worker can use all RPC methods immediately.
  • βœ’οΈ Endure v2 support (internal change).
  • βœ’οΈ Bash script to download the latest RR archive. Later we'll release a non-archived binary in addition to the regular archived releases. Sample of usage:
curl --proto '=https' --tlsv1.2 -sSf  https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh
  • βœ’οΈ RoadRunner Composer metapackage: Removed the require section: PR, (thanks @roxblnfk)
  • βœ’οΈ Lock plugin: New plugin to handle shared resource access.
  • βœ’οΈ AMQP plugin: RR passes the queue, pipeline, and driver names to the PHP client in all modes, including the consuming payloads from the other senders.
  • βœ’οΈ AMQP plugin: consumer_id can now be set in configuration, FR, (thanks @codercms)
  • βœ’οΈ AMQP plugin: Since v2023.1.0 RR did not accept the empty queue name, CH
  • βœ’οΈ OTEL plugin: ️Support OpenTelemetry for the temporal, http, gRPC and Jobs plugins, including all Jobs drivers.
  • βœ’οΈ Config plugin: Configuration version updated to version: '3'. ️
  • βœ’οΈ Logger plugin: Now uses UTC timestamps CH, (thanks @cv65kr)
  • βœ’οΈ Service plugin: Instead of SIGKILL, send SIGINT with a 5s timeout to stop the underlying processes.
  • βœ’οΈ Configuration plugin: Support for bash syntax with default values for keys. Starting from this release, you can use the following variables anywhere (values) in the configuration: ${LOG-LEVEL:-debug}. That is, if the LOG-LEVEL env variable is not set, use debug.
  • βœ’οΈ gRPC plugin: Support for custom interceptors. Will be generally available in the 2023.2.0.
  • βœ’οΈ Temporal plugin: Support for custom interceptors. Will be generally available in the 2023.2.0.

🩹 Fixes

  • πŸ› HTTP plugin: Edge case where empty form value overwrites existing value, PR, (thanks @tungfinblox).
  • πŸ› AMQP plugin: Redial failed if user only uses consumer, PR, (thanks @iborysenko).
  • πŸ› RR CLI: ./rr jobs` command panics when used without arguments, BUG, (thanks @embargo2710)
  • πŸ› gRPC Plugin: panic when calling grpc.Workers immediately after RR start.BUG, (thanks @genhoi)
  • πŸ› Proxy IP parser middleware: Correctly handle the proxy headers from CloudFlare: Discussion, (thanks @victor-sudakov, @vladimir-vv)

Don't miss a new roadrunner release

NewReleases is sending notifications on new releases.