diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d201b38f..2cf8fdce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ CHANGELOG ========= +v1.2.0 (10.09.2018) +------- +- added ability to request `*logrus.Logger`, `logrus.StdLogger`, `logrus.FieldLogger` dependency +in container +- added ability to set env values using `env.Enviroment` +- `env.Provider` renamed to `env.Enviroment` +- rr does not throw warning when service config is missing, instead debug level is used +- rr server config now support default value set (shorter configs) +- debug handlers has been moved from root command and now can be defined by each service +- bugfix: panic when using debug mode without http service registered +- `rr.Verbose` and `rr.Debug` are not public +- rpc service now exposes it's address 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.07.2018) ------- - added support for custom env variables |