github zeromicro/go-zero v1.4.2

20 months ago

New Features

  • add logc package, use it like logc.Info(ctx, msg)
  • support debug level in logx
  • support caller skip in logx
  • add color for debug logs
  • add AddGlobalFields for logc and logx
  • add logger.WithFields method in logx
  • support unmarshaling string into map in httpx.Parse
  • support customizing timeout for redis blpop
  • support unmarshaling types that implements encoding.TextUnmarshaler, like uuid.UUID
  • support disabling trace for specified span names

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

Don't miss a new go-zero release

NewReleases is sending notifications on new releases.