Skip to content

Releases: DataDog/dd-opentracing-cpp

Release v1.1.5

17 May 23:00
d6161c4
Compare
Choose a tag to compare

Fixes

  • build issues for macos / clang introduced in v1.1.4

Other

  • config examples for major releases of envoy
  • release script tidy-up

Release v1.1.4

17 Apr 00:23
7f98201
Compare
Choose a tag to compare

Features

  • Rules sampler that allows users to define sampling rates based on the trace's span and service.
  • Environment overrides for environment and service, tags that are applied to all spans, and a version of the application being traced.
  • Traces can be submitted to the agent using UNIX Domain Sockets

Release v1.1.3

16 Feb 23:13
v1.1.3
b598f4b
Compare
Choose a tag to compare

This release contains minor internal changes and small bugfixes.

Release v1.1.2

12 Nov 23:41
6b157f7
Compare
Choose a tag to compare

Fixes

  • Generate 63-bit IDs for traces and spans, for compatibility with some other tracers

Other

  • Fix nginx example

Release v1.1.1

20 Oct 20:38
13cf715
Compare
Choose a tag to compare

This release contains minor internal improvements, to ensure the version number is reliably updated in releases.

Release v1.1.0

02 Oct 03:29
010c5ac
Compare
Choose a tag to compare

Features

Fixes

  • replace : in span tag names with .

Other

  • minor changes to project scripts

Release v1.0.1

26 Jul 01:29
11311ab
Compare
Choose a tag to compare

Fixes

  • compile errors when built by some tasks on Envoy CI (#106)

Release v1.0.0

23 Jul 22:02
8cf643b
Compare
Choose a tag to compare

Features

  • Add code changes needed to support Datadog Synthetics
  • Add code for trace analytics
  • Add code for DD_TRACE_REPORT_HOSTNAME, used when the agent is on a different host
  • Add code for DD_ENV to set the env attribute of traces /thanks @keattang
  • Add support for trace analytics controlled by environment variables

Fixes

  • Revert nginx implementation to use nginx-opentracing
  • Add tags for manual_keep and manual_drop
  • Remove a redundant move /thanks @yuval-k and @ipuustin
  • Workaround for integration test failure
  • Missing header in BUILD.bazel
  • Outdated examples removed
  • README improvements

Release v0.4.3

18 Feb 22:37
v0.4.3
67d8ca9
Compare
Choose a tag to compare

Supports nginx-opentracing v0.8.0, updates other dependencies, updates documentation.

Release v0.4.2-custom-response-logs

15 Feb 04:30
v0.4.2-custom-response-logs
0685889
Compare
Choose a tag to compare
Pre-release
A branch build based on 0.4.2 that adds additional logging.