This repository was archived by the owner on May 25, 2020. It is now read-only.
v2.1.0
Added
- Middleware
SetServerPortMiddlewarefor automatic settingSERVER_PORTin server parameters bag if it does not set before (value based on request schema; this middleware fixes empty port value likehttps://127.0.0.1:/when exposed default port without setSERVER_PORT) - Environment variable
RR_WORKER_CLASSsupports for overriding default worker class (watch in./bin/rr-worker) - Docker-based environment for development
- Project
Makefile
Changed
- Allowed RR configuration options (
http.fcgi.*,http.http2.*,headers.*) (do not forget update your existing config files) - Minimal
Laravelversion now is5.5.x - Minimal
spiral/roadrunnerversion now is^1.4.6 - Composer scripts
- Package service-provider automatically register
SetServerPortMiddlewaremiddleware - Constant
RULE_METHOD_PREFIXinCallbacksInitializerclass now protected - Constants
BOOL_OPTION_INVERT_LOGIC_NAME_PREFIXandOPTIONS_PREFIXinStartOptionsclass now protected - Method
start()must returnsvoidinWorkerInterfaceinterface
Removed
- Dev-dependency
avto-dev/dev-tools