Skip to content

Commit 7e0f0c9

Browse files
deps: bump dd-trace-cpp to v2.1.0 (#44906)
This PR bumps up the version of `dd_trace_cpp` to v2.1.0. This adds new capabilities and bug fixes without any updates to the tracing APIs. **Reference:** For complete details on the v2.1.0 release: https://github.com/DataDog/dd-trace-cpp/releases/tag/v2.1.0 --- Commit Message: deps: bump `dd_trace_cpp` to v2.1.0 Additional Description: Bump the version of `dd_trace_cpp` to v2.1.0 Risk Level: Low Testing: CI Docs Changes: N/A Release Notes:N/A Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] Signed-off-by: Zach Montoya <zach.montoya@datadoghq.com>
1 parent 81d1ffe commit 7e0f0c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dd_trace_cpp:
163163
project_name: "Datadog C++ Tracing Library"
164164
project_desc: "Datadog distributed tracing for C++"
165165
project_url: "https://github.com/DataDog/dd-trace-cpp"
166-
release_date: "2025-10-14"
166+
release_date: "2026-05-06"
167167
use_category:
168168
- observability_ext
169169
extensions:

bazel/repository_locations.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
290290
urls = ["https://github.com/SkyAPM/cpp2sky/archive/v{version}.tar.gz"],
291291
),
292292
dd_trace_cpp = dict(
293-
version = "2.0.0",
294-
sha256 = "e4a0dabc3e186ce99c71685178448f93c501577102cdc50ddbf12cbaaba54713",
293+
version = "2.1.0",
294+
sha256 = "8152fb69e61518a5b55ecb96edcbb19585f8950b6f070ac98ebd0b6dd6177492",
295295
strip_prefix = "dd-trace-cpp-{version}",
296296
urls = ["https://github.com/DataDog/dd-trace-cpp/archive/v{version}.tar.gz"],
297297
),

0 commit comments

Comments
 (0)