Skip to content

Releases: roadrunner-server/roadrunner

v1.3.6

21 Mar 12:02
Compare
Choose a tag to compare
  • bugfix: pool did not wait for slow workers to complete while running concurrent load with http:reset command being invoked

v1.3.5

14 Feb 12:17
3c19236
Compare
Choose a tag to compare
  • 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
  • pool config now sets numWorkers equal to the number of cores by default (this section can be omitted now)

v1.3.4

02 Feb 14:27
Compare
Choose a tag to compare
  • bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond

v1.3.3

31 Jan 12:21
60ba949
Compare
Choose a tag to compare
  • added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond

v1.3.2

17 Jan 10:07
6f81ce6
Compare
Choose a tag to compare
  • _SERVER now exposes headers with HTTP_ prefix (fixing Laravel integration) by @Alex-Bond
  • fixed bug causing body payload not being received for custom HTTP methods by @Alex-Bond

v1.3.1

11 Jan 13:33
Compare
Choose a tag to compare
  • 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

v1.3.0

05 Jan 13:53
b0cedea
Compare
Choose a tag to compare
  • added support for zend/diactoros 1.0 and 2.0
  • removed http-interop/http-factory-diactoros
  • added strict_types=1
  • added elapsed time into debug log
  • ability to redefine config via flags (example: rr serve -v -d -o http.workers.pool.numWorkers=1)
  • fixed bug causing child processes die before parent rr (annoying error on windows "worker exit status ....")
  • improved stop sequence and graceful exit
  • env.Environment has been spitted into env.Setter and env.Getter
  • added env.Copy method
  • config management has been moved out from root command into utils
  • spf13/viper dependency has been bumped up to 1.3.1
  • more tests
  • new travis configuration

v1.2.8

26 Dec 12:18
4258f54
Compare
Choose a tag to compare
  • bugfix #76 error_log redirect has been disabled after http:reset command

v1.2.7

20 Dec 12:15
Compare
Choose a tag to compare
  • #67 bugfix, invalid protocol version while using HTTP/2 with new http-interop by @bognerf
  • #66 added HTTP_USER_AGENT value and tests for it
  • typo fix in static service by @Alex-Bond
  • added PHP 7.3 to travis
  • less ambiguous error when invalid data found in a pipe(invalid prefix (checksum) => invalid data found in the buffer (possible echo))

v1.2.6

18 Oct 10:40
Compare
Choose a tag to compare
  • bugfix: ignored stopping value during http server shutdown
  • debug log now split message into individual lines
  • travis builds use go mod now