Skip to content

Releases: lightstep/lightstep-tracer-cpp

lightstep-tracer-c++-0.33

14 Feb 18:54
Compare
Choose a tag to compare
Pre-release

Fixes --disable-grpc build mode to not generate protobuf code.
Makes @protoc@ a phony make target.

lightstep-tracer-c++-0.32

14 Feb 06:17
Compare
Choose a tag to compare
Pre-release

Allow passing PROTOC on the configure command-line.
Avoid generating grpc-related protobuf code with --disable-grpc.

lightstep-tracer-c++-0.31

10 Feb 22:47
Compare
Choose a tag to compare
Pre-release

Minor encoding change, no user-visible changes.

lightstep-tracer-c++-0.30

10 Feb 16:32
Compare
Choose a tag to compare
Pre-release

Adds method to set the pending spans-dropped count.
Improve functioning of the standalone library / recorder reporting over gRPC.

lightstep-tracer-c++-0.20

30 Jan 21:05
Compare
Choose a tag to compare
Pre-release

Builds protobuf-generated code at build time, instead of using pregenerated code distributed with the source.

lightstep-tracer-c++-0.19

01 Dec 00:02
Compare
Choose a tag to compare
Pre-release

Adds a missing include file.

lightstep-tracer-c++-0.18

21 Nov 18:19
Compare
Choose a tag to compare
Pre-release

Adds lightstep::envoy::CarrierStruct intended for inject/extract to/from a single HTTP header that will be used for context propagation.

lightstep-tracer-c++-0.17

17 Nov 04:28
Compare
Choose a tag to compare
Pre-release

Includes fix for C strings
#27

lightstep-tracer-c++-0.16

03 Oct 18:47
Compare
Choose a tag to compare
Pre-release
Tracer ID: uint64 (#25)

* Set tracer_id explicitly, ignore lightstep.guid

* Release 0.16

lightstep-tracer-c++-0.15

26 Sep 19:47
Compare
Choose a tag to compare
Pre-release
Jmacd/static method grpc names (#24)

* Add lightstep::CollectorServiceFullName() and lightstep::CollectorMethodName()

* Bump to 0.15

* Light testing / regression-prevention