Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Releases: avto-dev/roadrunner-laravel

v1.4.0

06 May 03:13
Compare
Choose a tag to compare
  1. Do not to forget update your rr binary file! (docker-version can be found here)
  2. 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 of maxRequestSize

v1.3.0

04 Apr 12:43
Compare
Choose a tag to compare

Fixed

  • Files upload mechanism (Symfony file validation bug) RR#133, #10

Added

  • Worker option --not-fix-symfony-file-validation for disabling upload mechanism fix

v1.3.0-RC1

03 Apr 18:44
33208ba
Compare
Choose a tag to compare
v1.3.0-RC1 Pre-release
Pre-release

v1.3.0

Added

  • Worker option --not-fix-symfony-file-validation for disabling symfony file validation fixing #10

v1.2.1

07 Mar 16:07
Compare
Choose a tag to compare

Fixed

  • Middleware ForceHttpsMiddleware now set HTTPS server parameter to on (required for correct working request methods like ::isSecure and others)

v1.2.0

16 Feb 15:06
4a5c884
Compare
Choose a tag to compare

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

05 Feb 10:37
Compare
Choose a tag to compare

Added

  • Small fix for previous feature (added unset() for $kernel)

v1.1.0

05 Feb 09:51
Compare
Choose a tag to compare

Added

  • Supports option --(not-)refresh-app

v1.0.2

05 Feb 08:44
Compare
Choose a tag to compare

Fixed

  • Methods Worker->getDefaultAppBasePath() and Worker->getDefaultAppBootstrapPath() (resolve order)

v1.0.1

05 Feb 05:20
Compare
Choose a tag to compare

Fixed

  • Forcing https schema (using env variable) method

v1.0.0

04 Feb 20:18
Compare
Choose a tag to compare

Forst release