Releases: SkyAPM/cpp2sky
Releases · SkyAPM/cpp2sky
v0.6.0
The biggest change of this release is refactored the whole gRPC client and fixed #116. Hope it make sense for you! :)
What's Changed
- coverage tool support by @wbpcode in #107
- uniform alias name of Ptr and make_ usage by @wbpcode in #111
- remove unnecessary python deps for e2e test by @wbpcode in #112
- update deps for python e2e by @wbpcode in #113
- fix broken ci by @wbpcode in #121
- fix: fix possible unwrappered exception throwing when sw8 contains illegal span id by @wbpcode in #120
- feat: support cmake compile by @JayInnn in #124
- add compile_commands support to simplify development by @wbpcode in #127
- remove senseless dynamic config to simplify code base by @wbpcode in #131
- e2e: simplify e2e test script by @wbpcode in #133
- refactor the grpc client to fix #116 by @wbpcode in #132
New Contributors
Full Changelog: v0.5.1...v0.6.0
0.5.1
0.5.0
What's Changed
- bump deps version by @wbpcode in #95
- minor update: use string view as parameter type and remove unnecessary
strlen
in the base64 encode method by @wbpcode in #96 - use proto span object to store span info directly to avoid uncessary copies by @wbpcode in #94
- fix build failed on windows by @wuwen5 in #99
- update data collect protocol to v9.1.0 by @wbpcode in #101
- c++11 building support by @wbpcode in #100
- fix bazel files (.bzl BUILD WORKSPACE) format with buildifier by @wbpcode in #102
- ci/e2e: move docker files of e2e to test/e2e to make code tree more clean by @wbpcode in #103
New Contributors
Full Changelog: v0.4.0...v0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
Note
- Support v8.4.0 SkyWalking protocol
- Support RAII based span acquisition
- Renamed from
SegmentContext
toTracingContext
- Add Skywalking CDS support.
- Support
ignore_operation_name_suffix
to disable sending matched segment, this value can be configured dynamically via Skywalking CDS