Skip to content

Releases: gotomicro/ego

v0.5.4

20 Apr 10:23
dd998ef
Compare
Choose a tag to compare
  • 正式环境下,panic时候,文件和命令行双输出。并且将field信息,高亮输出到终端。
  • 调试模式下,http,gRPC客户端发送请求,会输出行号,该行号可以直接用goland打开。
  • resolver阶段,无锁化判断,attributes信息是否变更
  • 修改readme文档,描述客户端和服务端gRPC链路玩法
  • 优化gRPC客户端设置metadata信息的性能
  • 根据客户端头文件的控制,返回gRPC服务端的CPU利用率
  • 支持gRPC流式客户端设置metadata信息
  • panic增加配置名

*In the formal environment, when panic is used, the file and command line are output simultaneously. And the field information is highlighted and output to the terminal.
*In debugging mode, the HTTP, grpc client sends a request and outputs the line number, which can be directly opened with GoLand.
*In the resolver phase, it determines whether the attributes information changes or not
*Modify the readme document to describe how to play grpc link between client and server
*Optimize the performance of grpc client setting metadata information
*According to the control of client header file, the CPU utilization of grpc server is returned
*Support grpc streaming client to set metadata information
*Panic add configuration name

v0.5.3

14 Apr 07:27
0eec43f
Compare
Choose a tag to compare
  • fix resolver attributes data race

v0.5.2

14 Apr 06:44
8d5e8ee
Compare
Choose a tag to compare
  • fix dns resolve bugs

v0.5.1

13 Apr 09:24
de24cfd
Compare
Choose a tag to compare
  • optimize dns resolver
  • fix config go race
  • grpc server access log add code field
  • go test exclude examples

v0.4.4

02 Apr 03:33
5740851
Compare
Choose a tag to compare
  • support watch config map file
  • fix metric bug

v0.4.3

29 Mar 05:05
2c25273
Compare
Choose a tag to compare
  • add stderr writer
  • support disable flag config
  • econf add WeaklyTypedInput option
  • add host env
  • add unittest

v0.4.2

22 Mar 03:00
1491e8e
Compare
Choose a tag to compare
  • distributed cron

v0.4.1

19 Mar 05:30
630a86e
Compare
Choose a tag to compare

fix ego logger name

v0.4.0

18 Mar 14:41
3c2a98e
Compare
Choose a tag to compare

support cron trace
support job trace
fix golint

v0.3.13

17 Mar 14:10
8ff6105
Compare
Choose a tag to compare

support client grpc trace
support client http trace
support server grpc trace
optimize slow log
support remote config
fix logger curBufSize bug
fix gin server go race