sofastack / sofa-tracer

SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Apache License 2.0
1.11k stars 377 forks source link

4.0.0 #506

Closed HzjNeverStop closed 1 year ago

HzjNeverStop commented 1 year ago
  1. 版本号修改为 4.0.0
  2. 技术栈升级 JDK17 + SOFABoot 4.0.0
  3. 移除 tracer-sofa-boot-starter (这部分代码放到 sofa-boot 仓库中进行集成,tracer 仓库中不再维护)
  4. 添加 github 的 release action
  5. 调整 kafka、redis、springmvc、openfengine 相关代码以适配依赖升级
  6. 移除 AsyncRestTemplate 相关代码