This repository has been archived by the owner on May 25, 2020. It is now read-only.
Releases: avto-dev/roadrunner-laravel
Releases · avto-dev/roadrunner-laravel
v1.4.0
- Do not to forget update your
rr
binary file! (docker-version can be found here) - Do not forget to update your
.rr.yml
files! Docs: https://roadrunner.dev/docs/intro-config
Changed
- Minimal
spiral/roadrunner
version now is^1.4
Added
- RR Config option
trustedSubnets
- RR Config option
limit
Deprecated
- RR Config option
maxRequest
has been deprecated in favor ofmaxRequestSize
v1.3.0
v1.3.0-RC1
v1.3.0
Added
- Worker option
--not-fix-symfony-file-validation
for disabling symfony file validation fixing #10
v1.2.1
Fixed
- Middleware
ForceHttpsMiddleware
now setHTTPS
server parameter toon
(required for correct working request methods like ::isSecure and others)
v1.2.0
Added
- Worker option
--(not-)inject-stats-into-request
for injecting macroses into request object for accessing timestamp and allocated memory size (before request processing) values
v1.1.1
Added
- Small fix for previous feature (added
unset()
for$kernel
)
v1.1.0
Added
- Supports option
--(not-)refresh-app
v1.0.2
Fixed
- Methods
Worker->getDefaultAppBasePath()
andWorker->getDefaultAppBootstrapPath()
(resolve order)
v1.0.1
Fixed
- Forcing https schema (using env variable) method
v1.0.0
Forst release