Skip to content

Releases: roadrunner-server/roadrunner

v1.6.2

24 Feb 15:07
a62e379
Compare
Choose a tag to compare
  • add reload module to handle file changes (file watcher)

v1.6.1

17 Feb 09:26
691e937
Compare
Choose a tag to compare

v1.6.0

11 Feb 09:44
Compare
Choose a tag to compare
  • Moved to GitHub Actions, thanks to @tarampampam
  • New GZIP handler, thanks to @WPPD
  • Tests stabilization and fix REQUEST_URI for requests through FastCGI, thanks to @marliotto
  • Golang modules update and new RPC method to register metrics from the application
  • Deadlock on timer update in error buffer [bugfix], thanks to @camohob

v1.5.3

23 Dec 13:58
Compare
Choose a tag to compare
  • metric and RPC ports are rotated in tests to avoid false positive
  • massive test and source cleanup (more error handlers) by @ValeryPiashchynski
  • "Server closed" error has been suppressed
  • added the ability to specify any config value via JSON flag -j
  • minor improvements in Travis pipeline
  • bump the minimum TLS version to TLS 1.2
  • added Strict-Transport-Security header for TLS requests

v1.5.2

05 Dec 12:16
Compare
Choose a tag to compare
  • added support for symfony/console 5.0 by @coxa
  • added support for HTTP2 trailers by @filakhtov

v1.5.1

22 Oct 15:48
3e335a7
Compare
Choose a tag to compare
  • bugfix: do not halt stop sequence in case of service error

v1.5.0

12 Oct 10:10
Compare
Choose a tag to compare
  • initial code style fixes by @ScullWM
  • added health service for better integration with Kubernetes by @awprice
  • added support for payloads in GET methods by @moeinpaki
  • dropped support of PHP 7.0 version (you can still use new server binary)
  • added PHP 7.4 tests to Travis

v1.4.8

06 Sep 11:02
Compare
Choose a tag to compare
  • bugfix in proxy IP resolution #183 by @spudro228
  • rr get can now skip binary download if version did not change by @drefixs
  • bugfix in rr init-config and with linux binary download by @Hunternnm
  • $_SERVER['REQUEST_URI'] is now being set

v1.4.7

29 Jul 13:15
Compare
Choose a tag to compare

v1.4.6

01 Jul 12:19
9aee5be
Compare
Choose a tag to compare
  • bugfix: Worker is not final (BC Mocks in some tests)
  • MatricsInterface added for easier DI