github roadrunner-server/roadrunner v2.11.3

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

๐Ÿ‘€ New:

  • โœ [ALPHA] gRPC plugin: buf remote plugins support for the protoc-gen-php-grpc plugin. FR, (thanks @rauanmayemir)
  • โœ Temporal plugin: mTLS support. FR, (thanks @seregazhuk)

Configuration sample:

temporal:
  address: 127.0.0.1:7233
  cache_size: 100000
  activities:
    num_workers: 4

  tls:
    key: client.key
    cert: client.pem
    root_ca: ca.cert
    client_auth_type: require_and_verify_client_cert
    server_name: "tls-sample"

๐Ÿฉน Fixes:

  • ๐Ÿ› Config plugin: properly replace environment variables for the array yaml values. BUG, (thanks @lyt8384)

๐Ÿงน Chore:

  • ๐Ÿง‘โ€๐Ÿญ: [ALPHA] gRPC plugin: base64 decoder for the google's ErrorProto structure. FR, (thanks @rauanmayemir)

Don't miss a new roadrunner release

NewReleases is sending notifications on new releases.