Skip to content

v1.2.0

Compare
Choose a tag to compare
@wolfy-j wolfy-j released this 10 Sep 12:46
· 3325 commits to master since this release
a554a98
  • 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