Releases: sofastack/sofa-tracer
Releases · sofastack/sofa-tracer
v3.1.0
• 修复 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
-
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
support custom tracer log path
default enable zipkin report
v3.0.9
- support custom tracer log path
- default enable zipkin report
v2.4.3
cheery pick features and bugfix from 3.x branch
v3.0.6
🐞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
🐞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