Releases: roadrunner-server/roadrunner
Releases · roadrunner-server/roadrunner
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
- launch of the official website https://roadrunner.dev/
- ENV variables in configs (automatic RR_ mapping and manual definition using "${ENV_NAME}" value)
- the ability to safely remove the worker from the pool in runtime
- minor performance improvements
real ip
resolution using X-Real-Ip and X-Forwarded-For (+cidr verification)- automatic worker lifecycle manager (controller, see sample config)
- maxMemory (graceful stop)
- ttl (graceful stop)
- idleTTL (graceful stop)
- execTTL (brute, max_execution_time)
- the ability to stop rr using
rr stop
maxRequest
option has been deprecated in favor ofmaxRequestSize
/vendor/bin/rr get
to download rr server binary (symfony/console) by @Alex-Bond/vendor/bin/rr init
to init rr config by @Alex-Bond- quick builds are no longer supported
- PSR-12
- strict_types=1 added to all php files
v1.3.7
v1.3.6
v1.3.5
- new console flag
l
to define log formatting- color|default - colorized output
- plain - disable all colorization
- json - output as json
- new console flag
w
to specify work dir - added ability to work without config file when at least one
overwrite
option has been specified - pool config now sets
numWorkers
equal to the number of cores by default (this section can be omitted now)
v1.3.4
- bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond
v1.3.3
- added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond