RoadRunner
  • ๐ŸŸ General
    • What is RoadRunner?
    • Features
    • Quick Start
    • Installation
    • Configuration
    • Contributing
    • Upgrade and Compatibility
  • ๐Ÿ‘ทPHP Worker
    • Worker
    • Workers pool
    • Developer mode
    • Code Coverage
    • Debugging
    • Environment
    • Manual workers scaling
    • Auto workers scaling
    • RPC
  • ๐ŸŸขCustomization
    • Building RR with a custom plugin
    • Integrating with Golang Apps
    • Writing a Middleware
    • Writing a Jobs Driver
    • Writing a Plugin
    • Events Bus
  • ๐Ÿ”ŒPlugins
    • Intro into Plugins
    • Centrifuge (WebSockets)
    • Service (Systemd)
    • Configuration
    • Server
    • Locks
    • gRPC
    • TCP
  • ๐ŸŒCommunity Plugins
    • Intro into Community Plugins
    • Circuit Breaker
    • SendRemoteFile
    • RFC 7234 Cache
  • ๐Ÿ”ตApp Server
    • Production Usage
    • RoadRunner with NGINX
    • RR as AWS Lambda
    • Docker Images
    • CLI Commands
    • Systemd
  • ๐Ÿ”Key-Value
    • Intro into KV
    • Memcached
    • In-Memory
    • BoltDB
    • Redis
  • ๐Ÿ“ฆQueues and Jobs
    • Intro into Jobs
    • Google Pub/Sub
    • Beanstalk
    • In-Memory
    • RabbitMQ
    • BoltDB
    • Kafka
    • NATS
    • SQS
  • ๐Ÿ•ธ๏ธHTTP
    • Intro into HTTP
    • Headers and CORS
    • Proxy IP parser
    • Static files
    • X-Sendfile
    • Streaming
    • gzip
  • ๐Ÿ“ˆLogging and Observability
    • OpenTelemetry
    • HealthChecks
    • Access Logs
    • AppLogger
    • Metrics
    • Grafana
    • Logger
  • ๐Ÿ”€Workflow Engine
    • Temporal.io
    • Worker
  • ๐ŸงฉIntegrations
    • Migration from RRv1 to RRv2
    • Spiral Framework
    • Yii
    • Symfony
    • Laravel
    • ChubbyPHP
  • ๐ŸงชExperimental Features
    • List of the Experimental Features
  • ๐ŸšจError codes
    • CRC validation failed
    • Allocate Timeout
  • ๐Ÿ“šReleases
    • v2025.1.1
    • v2025.1.0
    • v2024.3.5
    • v2024.3.4
    • v2024.3.3
    • v2024.3.2
    • v2024.3.1
    • v2024.3.0
Powered by GitBook
On this page
  • Changelog:
  • ๐Ÿ“ฆ http plugin:
  • RoadRunner-Temporal plugin:
  • gRPC (PHP) plugin:
  • ๐Ÿงน Chore:

Was this helpful?

Edit on GitHub
  1. Releases

v2024.3.2

Previousv2024.3.3Nextv2024.3.1

Last updated 4 months ago

Was this helpful?

Changelog:

๐Ÿ“ฆ http plugin:

  • ๐Ÿ›: Support all encoding (not only UTF-8) for the HTTP plugin payloads, , (thanks @GityaMan)

RoadRunner-Temporal plugin:

  • ๐Ÿ”ฅ: Full support for the Typed Search Attributes: , , , (thanks @roxblnfk)

  • ๐Ÿ”ฅ: More useful debug logs: , (thanks @cv65kr)

  • ๐Ÿ›: Fix statuses for the turned off activity workers, , (thanks @cv65kr)

gRPC (PHP) plugin:

  • ๐Ÿ”ฅ: Propagate response headers with grpc error metadata: . (thanks @rauanmayemir)

๐Ÿงน Chore:

  • ๐Ÿง‘โ€๐Ÿญ: All plugins were updated.

๐Ÿ“š
BUG
FR
FR
docs
PR
BUG
PR