Releases: roadrunner-server/roadrunner
Releases · roadrunner-server/roadrunner
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
v1.3.2
_SERVER
now exposes headers with HTTP_ prefix (fixing Laravel integration) by @Alex-Bond- fixed bug causing body payload not being received for custom HTTP methods by @Alex-Bond
v1.3.1
- fixed bug causing static_pool crash when multiple reset requests received at the same time
- added
always
directive to static service config to always service files of specific extension - added
vendor/bin/rr-build
command to easier compile custom RoadRunner builds
v1.3.0
- added support for
zend/diactoros
1.0 and 2.0 - removed
http-interop/http-factory-diactoros
- added
strict_types=1
- added elapsed time into debug log
- ability to redefine config via flags (example:
rr serve -v -d -o http.workers.pool.numWorkers=1
) - fixed bug causing child processes die before parent rr (annoying error on windows "worker exit status ....")
- improved stop sequence and graceful exit
env.Environment
has been spitted intoenv.Setter
andenv.Getter
- added
env.Copy
method - config management has been moved out from root command into
utils
spf13/viper
dependency has been bumped up to 1.3.1- more tests
- new travis configuration
v1.2.8
v1.2.7
- #67 bugfix, invalid protocol version while using HTTP/2 with new http-interop by @bognerf
- #66 added HTTP_USER_AGENT value and tests for it
- typo fix in static service by @Alex-Bond
- added PHP 7.3 to travis
- less ambiguous error when invalid data found in a pipe(
invalid prefix (checksum)
=>invalid data found in the buffer (possible echo)
)