Skip to content

Releases: SkyAPM/cpp2sky

0.5.1

07 Sep 16:28
04916eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

0.5.0

01 Sep 06:19
8098ff5
Compare
Choose a tag to compare

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

28 Mar 08:49
ee2faa3
Compare
Choose a tag to compare

Note

  • always use latest exit span to inject propagation header (#89)
  • support skywalking-data-collect-protocol v8.9.1 (#91)
  • enable to update span's operation name (#90)

0.3.1

17 Jun 07:01
8b61de1
Compare
Choose a tag to compare

Note

0.3.0

16 Jun 08:54
9d14df6
Compare
Choose a tag to compare

Note

  • TracingContext interface change to accept string_view #74
  • Log & Trace integration #79
  • SkyWalking v8.6.0 support #80

0.2.1

24 Mar 10:44
cb5ec3d
Compare
Choose a tag to compare

Note

  • Fix SkyWalking before 8.4.0 endpoint compatibility for reporting endpoint

0.2.0

08 Mar 11:04
6b068ba
Compare
Choose a tag to compare

Note

  • Support v8.4.0 SkyWalking protocol
  • Support RAII based span acquisition
  • Renamed from SegmentContext to TracingContext
  • Add Skywalking CDS support.
  • Support ignore_operation_name_suffix to disable sending matched segment, this value can be configured dynamically via Skywalking CDS

0.1.3

04 Feb 02:40
7dbdfbe
Compare
Choose a tag to compare

Note

  • Enhance the context of Entry Span and Exit Span. This release includes that entry span doesn't create propagation context packed to sw8 header.

0.1.2

28 Jan 07:23
591e0dc
Compare
Choose a tag to compare

Note

  • Separation from SkyWalking data definition and gRPC data reporter

0.1.1

15 Jan 06:00
05ff62e
Compare
Choose a tag to compare

Note

  • Add security reporting process docs for Envoy's dependency policy