Skip to content

Releases: lightstep/lightstep-tracer-cpp

lightstep-tracer-c++-0.7.0

10 May 20:28
Compare
Choose a tag to compare
  • Add sampling support (#94)
  • Support single-key multi-key propagation interoperability (#98)
  • Add a lightstep plugin that can be used with dynamic loading (#100, #93, #97)

lightstep-tracer-c++-0.6.1

03 Jan 06:37
6a198ac
Compare
Choose a tag to compare
  • Fix noexcept specification to work around compiler issue.

lightstep-tracer-c++-0.6.0

18 Dec 19:47
deb5284
Compare
Choose a tag to compare
  • Add bazel support.

lightstep-tracer-c++-0.5.0

07 Nov 20:32
00d169f
Compare
Choose a tag to compare
  • Adds an option use_single_key_propagation to support Injecting/Extracting span context using only a single key/header.
  • Allows for more efficient propagation by making use of opentracing::TextMapReader::LookupKey.
  • Removes the git submodule, so that releases will package all of the code necessary to build.

lightstep-tracer-c++-0.4.0

04 Oct 18:39
Compare
Choose a tag to compare
Pre-release

Rewrites the tracer to use the C++ OpenTracing API.

lightstep-tracer-c++-0.38

19 Apr 20:09
Compare
Choose a tag to compare
Pre-release

This release uses the C++ steady_clock for measuring Span duration, as in issue 47.

lightstep-tracer-c++-0.37

22 Mar 22:35
Compare
Choose a tag to compare
Pre-release

Removes deprecated TextCarrierProto.

lightstep-tracer-c++-0.36

27 Feb 19:09
Compare
Choose a tag to compare
Pre-release

New lightstep::BinaryCarrier implementation. This release includes forwards/backwards compatibility to assist with migration off of EnvoyCarrier, which will be desupported in the following release.

lightstep-tracer-c++-0.35

14 Feb 22:46
Compare
Choose a tag to compare
Pre-release

Moves proto files into $(srcdir).
Runs tests with make check.
Runs distribution tests with make distcheck.
Builds are $(builddir) != $(srcdir) compliant.

lightstep-tracer-c++-0.34

14 Feb 19:53
Compare
Choose a tag to compare
Pre-release

Fixes Makefile parallelism.
Fixes two small bugs in the client benchmark program.