All Versions
138
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 12

  • v1.4.2 Changes

    May 22, 2019
    • ๐Ÿ›  bugfix: incorrect RPC method for stop command
    • ๐Ÿ›  bugfix: incorrect archive extension in /vendor/bin/rr get on linux machines
  • v1.4.1 Changes

    May 15, 2019
    • ๐Ÿ›  bugfix: constrain service renamed to "limit" to equalize the definition with sample config by @lda
  • v1.4.0 Changes

    • launch of official website https://roadrunner.dev/
    • ENV variables in configs (automatic RR_ mapping and manual definition using "${ENV_NAME}" value)
    • ๐Ÿšš the ability to safely remove the worker from the pool in runtime
    • ๐ŸŽ minor performance improvements
    • real ip resolution using X-Real-Ip and X-Forwarded-For (+cidr verification)
    • ๐Ÿ‘€ automatic worker lifecycle manager (controller, see sample config)
      • maxMemory (graceful stop)
      • ttl (graceful stop)
      • idleTTL (graceful stop)
      • execTTL (brute, max_execution_time)
    • the ability to stop rr using rr stop
    • ๐Ÿ—„ maxRequest option has been deprecated in favor of maxRequestSize
    • /vendor/bin/rr get to download rr server binary (symfony/console) by @Alex-Bond
    • /vendor/bin/rr init to init rr config by @Alex-Bond
    • ๐Ÿ— quick builds are no longer supported
    • PSR-12
    • strict_types=1 added to all php files
  • v1.3.7 Changes

    • ๐Ÿ›  bugfix: Request field ordering with same names #136
  • v1.3.6 Changes

    • ๐Ÿ›  bugfix: pool did not wait for slow workers to complete while running concurrent load with http:reset command being invoked
  • v1.3.5 Changes

    • ๐Ÿ†• new console flag l to define log formatting
      • color|default - colorized output
      • plain - disable all colorization
      • json - output as json
    • ๐Ÿ†• new console flag w to specify work dir
    • โž• added ability to work without config file when at least one overwrite option has been specified
    • 0๏ธโƒฃ pool config now sets numWorkers equal to number of cores by default (this section can be omitted now)
  • v1.3.4 Changes

    • ๐Ÿ›  bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond
  • v1.3.3 Changes

    • โž• added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond
  • v1.3.2 Changes

    • _SERVER now exposes headers with HTTP_ prefix (fixing Lravel integration) by @Alex-Bond
    • ๐Ÿ›  fixed bug causing body payload not being received for custom HTTP methods by @Alex-Bond
  • v1.3.1 Changes

    • ๐Ÿ›  fixed bug causing static_pool crash when multiple reset requests received at the same time
    • โž• added always directive to static service config to always service files of specific extension
    • โž• added vendor/bin/rr-build command to easier compile custom RoadRunner builds