Open Source Edition
Version | Release Date | Release Notes |
3.1.1 | 2021-04-15 | New Added a data masking extension point. |
3.1.0 | 2021-01-29 | New Support for Kafka is available. RabbitMQ is supported. Added support for Oracle RAC JDBC URLs. Added support for Hikari.
Updated Optimized the fault marking of the Spring MVC filter. Fixed Fixed an issue with the success and failure codes returned by flexible result.code. Fixed an issue where the span mark value for the DubboSofaTracerFilter service was incorrect. Fixed an UnsupportedOperationException issue in SofaTracerFeignClient. Fixed an issue with abnormal line breaks when the datasource plugin recorded SQL statements.
|
3.0.12 | 2020-04-08 | Updated Removed ConcurrentHashMap from the 2.6.x DubboSofaTracerFilter. Removed the tracer-key from RpcContext on server receive. Used traceId + spanId as the key. This change removes ConcurrentHashMap from the 2.6.x DubboSofaTracerFilter and places the tracer string into RpcContext in the 2.7.x DubboSofaTracerFilter.
Fixed Fixed an issue where a client span was lost when a server received a Dubbo request and then sent another Dubbo request to a different server. |
3.0.9 | 2020-02-11 | New Added support for custom Tracer log paths. Updated Enabled Zipkin reporting by default. |
3.0.8 | 2019-11-15 | Updated Fixed Fixed an issue where the SpanId would increment during the Server Receive phase. |
3.0.6 | 2019-08-02 | New Added support for Dubbo 2.6.x. Added support for manual instrumentation. Added support for flexible custom Tracer instrumentation. Added support for logging in non-JSON formats.
Updated Changed Chinese comments to English. Replaced magic numbers with constants. Updated the Dubbo version to 2.7.3. This version is not compatible with earlier versions.
Fixed |
For more information, see the SOFATracer Release Notes.
Enterprise Edition
Version | Release Date | Release Notes |
3.0.9 | 2021-04-15 | Aligned with Open Source Edition 3.1.1 and added the dst instrumentation reporting feature. |