Roadrunner Laravel Versions Save

[ABANDONED] Moved to https://github.com/spiral/roadrunner-laravel

v1.4.0

5 years ago
  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

5 years ago

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

5 years ago

v1.3.0

Added

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

v1.2.1

5 years ago

Fixed

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

v1.2.0

5 years ago

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

5 years ago

Added

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

v1.1.0

5 years ago

Added

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

v1.0.2

5 years ago

Fixed

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

v1.0.1

5 years ago

Fixed

  • Forcing https schema (using env variable) method

v1.0.0

5 years ago

Forst release