chore(release): merge release branch to main (proposal for libdd-data-pipeline (#1785))#1802
Open
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
Open
chore(release): merge release branch to main (proposal for libdd-data-pipeline (#1785))#1802dd-octo-sts[bot] wants to merge 1 commit intomainfrom
dd-octo-sts[bot] wants to merge 1 commit intomainfrom
Conversation
# Release proposal for libdd-data-pipeline and its dependencies ## libdd-common **Next version:** `3.0.2` ## libdd-trace-protobuf **Next version:** `3.0.1` ## libdd-trace-stats **Next version:** `2.0.0` ## libdd-trace-obfuscation **Next version:** `2.0.0` ## libdd-trace-normalization **Next version:** `2.0.0` ## libdd-trace-utils **Next version:** `3.0.1` ## libdd-data-pipeline **Next version:** `3.0.1` ## libdd-telemetry **Next version:** `4.0.0` ### Notes It fixes #1781 ### Tests It has been tested by packaging the crates involved in the PR, patching crates.io libdd-* dependencies on dd-trace-rs and compiling dd-trace-rs. The dependency tree obtained is as follows ``` > cargo tree -p datadog-opentelemetry -d -e normal | grep "libdd-" └── libdd-telemetry v3.0.0 └── libdd-data-pipeline v2.0.1 └── libdd-data-pipeline v2.0.1 (*) ├── libdd-ddsketch v1.0.1 │ ├── libdd-data-pipeline v2.0.1 (*) │ ├── libdd-telemetry v3.0.0 (*) │ └── libdd-trace-stats v1.0.3 │ └── libdd-data-pipeline v2.0.1 (*) ├── libdd-trace-protobuf v2.0.0 │ ├── libdd-data-pipeline v2.0.1 (*) │ ├── libdd-trace-normalization v1.0.2 │ │ └── libdd-trace-utils v2.0.2 │ │ ├── libdd-data-pipeline v2.0.1 (*) │ │ └── libdd-trace-stats v1.0.3 (*) │ ├── libdd-trace-stats v1.0.3 (*) │ └── libdd-trace-utils v2.0.2 (*) └── libdd-trace-utils v2.0.2 (*) ├── libdd-telemetry v3.0.0 (*) └── libdd-trace-stats v1.0.3 (*) │ └── libdd-trace-utils v2.0.2 (*) │ └── libdd-trace-utils v2.0.2 (*) ├── libdd-data-pipeline v2.0.1 (*) └── libdd-telemetry v3.0.0 (*) └── libdd-common v2.0.1 ├── libdd-data-pipeline v2.0.1 (*) ├── libdd-dogstatsd-client v1.0.1 │ └── libdd-data-pipeline v2.0.1 (*) ├── libdd-telemetry v3.0.0 (*) └── libdd-trace-utils v2.0.2 (*) ``` and there are no duplicated dependencies with different versions, and none of the crates in this proposal are part in the tree. --------- Co-authored-by: iunanua <igor.unanua@datadoghq.com>
📚 Documentation Check Results📦
|
🔒 Cargo Deny Results📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1802 +/- ##
==========================================
+ Coverage 70.46% 71.03% +0.56%
==========================================
Files 410 411 +1
Lines 62138 64927 +2789
==========================================
+ Hits 43786 46121 +2335
- Misses 18352 18806 +454
🚀 New features to boost your workflow:
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 1235d7d | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
hoolioh
approved these changes
Mar 26, 2026
mabdinur
approved these changes
Mar 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges the release branch to main