Skip to content

Releases: sofastack/sofa-tracer

v3.0.1

12 Nov 14:30
Compare
Choose a tag to compare

🐞Bug fixes

  • Possible NullPointException may throw in AsyncCommonDigestAppenderManager #118

v3.0.0

09 Nov 02:58
Compare
Choose a tag to compare

⭐️New Features

  • Compatible with Spring Boot 2.0 #92
  • Compatible with Spring Cloud. #107
  • Support to trace WebFlux #96

🐞Bug fixes

  • Fix that tracer logging path should be controlled by configuration #115
  • Fix that spring mvc app name is lost #108

v2.2.2

25 Oct 05:28
Compare
Choose a tag to compare

🐞Bug fixes

  • Fix When use httpclient print log ,if server response blank can cause NPE. #84
  • Fix The interval parameter set by the statistics log is not valid . #98

⭐️Enhancement

  • Reduce test time of some test case execution #97

v2.2.1

18 Oct 02:56
Compare
Choose a tag to compare

🐞Bug fixes

  • Fix DataSourceBeanFactoryPostProcessor Throw Exception. #80

v2.2.0

15 Oct 03:30
Compare
Choose a tag to compare

⭐️New Features

  • SOFATracer support Zipkin version 2.X.X. #23
  • SOFATracer support HttpClient plugin and also sync/async usage. #17
  • SOFATracer support ARK plugin. #61
  • SOFA tracer support standard datasource plugin. #53

🐞Bug fixes

  • Fix SOFARPC tracer model compatible with Zipkin. #65
  • Fix SOFATracer remote report data to Zipkin version 2.1.X problem. #57 #60

🔨Optimize

  • Use CAS operation to eliminate synchronized block in Sample Implementation. #51
  • Optimize auto-configuration. #71

🔨Code or Document Refactor

v2.1.4

31 Aug 10:35
Compare
Choose a tag to compare

🐞Bug fixes

  • Fix SOFATracer run bug when async http servlet used. #63

v2.1.3

29 Aug 04:21
Compare
Choose a tag to compare

⭐️Enhancement

  • Add tracer ark plugin. #56

v2.1.2

03 Aug 06:10
Compare
Choose a tag to compare

🐞Bug fixes

  • Fix typo of TracerLogRootDaemon. #35
  • Fix SOFATracer Report to Zipkin enabled true when Zipkin dependency is on classpath. #28
  • Fix Slf4j and Log4j Dependency optimization. #39
  • Fix supported to receive tracing context from previous node and send full traceid to zipkin. #30
  • Fix traceId generated performance problem. #11
  • Fix SOFATracer dependency management and provide tracer-all dependency. #20
  • Fix Tracer-TimedAppender thread should set daemon. #26
  • Add issue&pr template. #25

🔨Code Refactor

  • Support snapshot version. #24 #44

❤️ We’d like to thank all the contributors who worked on our current release!

@jjtyro

v2.1.1

31 May 02:39
fdef819
Compare
Choose a tag to compare

1.发布说明介绍

修复并发初始化时,Span 日志打印缺失问题;并同时补充了部分些测试用例。

2.兼容性说明

与之前版本兼容

3.修复功能

#7 修复并发初始化时,Span 日志的打印可能导致缺失。 @guanchao-yang

v2.1.0

17 May 16:05
8ec4d10
Compare
Choose a tag to compare

1.发布说明介绍

SOFATracer 是蚂蚁金服开发的基于 OpenTracing 规范 的分布式链路跟踪系统,其核心理念就是通过一个全局的 TraceId 将分布在各个服务节点上的同一次请求串联起来。通过统一的 TraceId 将调用链路中的各种网络调用情况以日志的方式记录下来同时也提供远程汇报到 Zipkin 进行展示的能力,以此达到透视化网络调用的目的。

2.兼容性说明

与之前版本兼容

3.新增功能

  • 提供异步落地磁盘的日志打印能力
  • 支持日志自清除和滚动能力
  • 基于 SLF4J MDC 的扩展打印 traceIdspanId
  • 对接 Zipkin 进行界面展示能力的能力
  • 统一配置能力