Skip to content

Releases: sofastack/sofa-tracer

v3.1.1

15 Apr 14:43
bc58494
Compare
Choose a tag to compare
  • 添加数据脱敏扩展点

v3.1.0

29 Jan 07:06
703c99a
Compare
Choose a tag to compare

• 修复 flexible result.code 返回成功、失败 code 码
• 修复 DubboSofaTracerFilter Server span tag value error
• 修复 SofaTracerFeignClient 中 UnsupportedOperationException 问题
• 优化 spring mvc filter的error tag
• 支持 kafka
• 支持 RabbitMQ
• 支持 oracle rac JDBC URL
• 支持 hikari

v3.0.12

08 Apr 11:18
0d5ec87
Compare
Choose a tag to compare
  • Fix the problem: "When a server received dubbo requests and send another duubo reuqest to other server, its client span is lost."

  • Remove usage of ConcurrentHashMap in 2.6.X DubboSofaTracerFilter, bacause Invoker is reused, we cannot use it as a map key. And invokers between invoke and onResponse are different, which causing the lost of spans.

  • remove tracer-key from RpcContext when serverReceived

  • use traceId+spanId as key o remove usage of ConcurrentHashMap in 2.6.X DubboSofaTracerFilter in 2.7.X DubboSofaTracerFilter, put tracer string into RpcContext in 2.6.X and 2.7.X DubboSofaTracerFilter

v2.4.5

11 Feb 09:52
edf4999
Compare
Choose a tag to compare

support custom tracer log path
default enable zipkin report

v3.0.9

11 Feb 07:18
Compare
Choose a tag to compare
  • support custom tracer log path
  • default enable zipkin report

v2.4.3

30 Nov 04:01
7a81500
Compare
Choose a tag to compare

cheery pick features and bugfix from 3.x branch

v3.0.8

15 Nov 07:16
Compare
Choose a tag to compare
  • 迁移 samples 到 sofastack-guides 空间下. #296
  • 修复 Server Receive 阶段出现 spanId 增长问题. #289
  • 优化 Zipkin 远程上报问题. #282

v2.4.2

15 Nov 06:44
9f8fb3b
Compare
Choose a tag to compare
  • 迁移 samples 到 sofastack-guides 空间下. #296

  • 修复 Server Receive 阶段出现 spanId 增长问题. #289

  • 优化 Zipkin 远程上报问题. #282

v3.0.6

02 Aug 03:15
Compare
Choose a tag to compare

🐞Bug fixes

  • Fix BasePreparedStatement initialization policy problem. #233
  • Fix SQLException coverage problem. #231

⭐️Enhancement

  • Update Dubbo version to 2.7.3. Not compatible with low version. #204 #230 #237
  • Cheery pick Optimize constants . #212
  • Cheery pick Use english comment. #211

⭐️New Features

  • Support Dubbo 2.6.x. #204 #183
  • Support Manual Reporter. #81
  • Support Flexible Tracer Custom Reporter
  • Support non-json format log print

v2.4.1

22 Mar 07:48
Compare
Choose a tag to compare

🐞Bug fixes

  • Fix BasePreparedStatement initialization policy problem. #233
  • Fix SQLException coverage problem. #231

⭐️Enhancement

  • Update Dubbo version to 2.7.3. Not compatible with low version. #204 #230 #237

⭐️New Features

In accordance with 3.0.6 version