Skip to content

v1.3.4

Released on 2022-06-03GitHub Release

Features and Updates:

  • support using third-party logging libs with logx
  • support LogField with methods Infow, Errorw and Sloww in logx, like logx.Infow(msg, logx.Field(key1, val1), logx.Field(key2, val2))
  • logx now supports terminal colors with Encoding: plain
  • support toml config files
  • support client stream interceptors for gRPC
  • set default connection idle time to 5 minutes for gRPC servers
  • enable health check in gRPC servers
  • even more clear trace info for redis, sql and mongodb
  • removed deprecated usages from dependencies
  • update go version to 1.16, because of security reasons in k8s.io/client-go
  • minor bug fixes and improvements

Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.3.3…v1.3.4