Skip to content

Releases: roadrunner-server/roadrunner

v1.2.1

21 Sep 13:30
Compare
Choose a tag to compare
  • added RR_HTTP env variable to php processes run under http service
  • bugfix: ignored --config option
  • added shorthand for config -c
  • rr now changes working dir to the config location (allows relative paths for php scripts)

v1.2.0

10 Sep 12:46
a554a98
Compare
Choose a tag to compare
  • added an ability to request *logrus.Logger, logrus.StdLogger, logrus.FieldLogger dependency
    in container
  • added ability to set env values using env.Environment
  • env.Provider renamed to env.Environment
  • rr does not throw a warning when service config is missing, instead debug level is used
  • rr server config now support default value set (shorter configs)
  • debug handlers have been moved from root command and now can be defined for each service separately
  • bugfix: panic when using debug mode without http service registered
  • rr.Verbose and rr.Debugis not public
  • rpc service now exposes it's addressed to underlying workers to simplify the connection
  • env service construction has been simplified in order to unify it with other services
  • more tests

v1.1.1

26 Jul 15:29
Compare
Choose a tag to compare
  • added support for custom env variables
  • added env service
  • added env provider to provide the ability to define env variables from any source
  • the container can resolve values by interface now

v1.1.0

09 Jul 05:06
d24a452
Compare
Choose a tag to compare
  • bugfix: Wrong values for $_SERVER['REQUEST_TIME'] and $_SERVER['REQUEST_TIME_FLOAT']
  • rr now resolves remoteAddr (IP-address)
  • improvements in the error buffer
  • support for custom configs and dependency injection for services
  • support for net/http native middlewares
  • better debugger
  • config pre-processing now allows seconds for http service timeouts
  • support for non-serving services

v1.0.5

30 Jun 10:53
Compare
Choose a tag to compare
  • docker compatible logging (forcing TTY output for logrus)

v1.0.4

25 Jun 16:29
4c11214
Compare
Choose a tag to compare
  • changes in server shutdown sequence

v1.0.3

23 Jun 17:50
9e39b07
Compare
Choose a tag to compare
  • rr would provide error log from workers in realtime now
  • even better service shutdown
  • safer unix socket allocation
  • minor CS

v1.0.2

19 Jun 20:12
fe514d8
Compare
Choose a tag to compare
  • more strict config validation

v1.0.1

15 Jun 12:57
Compare
Choose a tag to compare
  • added build scripts
  • golint
  • improved README

v1.0.0

13 Jun 21:03
3bcfe26
Compare
Choose a tag to compare
  • higher performance
  • worker.State.Updated() has been removed in order to improve overall performance
  • staticPool can automatically replace workers killed from outside
  • server would not attempt to rebuild static pool in case of reoccurring failure
  • PSR-7 server
  • file uploads
  • service container and plugin based model
  • RPC server
  • better control over worker state, move events
  • static files server
  • hot code reload, interactive workers console
  • support for future streaming responses
  • much higher tests coverage
  • less dependencies
  • yaml/json configs (thx viper)
  • CLI application server
  • middlewares and event listeners
  • psr7 library for php