This repository has been archived by the owner on May 25, 2020. It is now read-only.
v2.1.0
Added
- Middleware
SetServerPortMiddleware
for automatic settingSERVER_PORT
in 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_CLASS
supports 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
Laravel
version now is5.5.x
- Minimal
spiral/roadrunner
version now is^1.4.6
- Composer scripts
- Package service-provider automatically register
SetServerPortMiddleware
middleware - Constant
RULE_METHOD_PREFIX
inCallbacksInitializer
class now protected - Constants
BOOL_OPTION_INVERT_LOGIC_NAME_PREFIX
andOPTIONS_PREFIX
inStartOptions
class now protected - Method
start()
must returnsvoid
inWorkerInterface
interface
Removed
- Dev-dependency
avto-dev/dev-tools