github zeromicro/go-zero v1.3.4

2 years ago

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

Change logs

New Contributors

Full Changelog: v1.3.3...v1.3.4

Don't miss a new go-zero release

NewReleases is sending notifications on new releases.