Skip to content

Commit eabfde8

Browse files
Merge f233e40 into d75fe5e
2 parents d75fe5e + f233e40 commit eabfde8

File tree

23 files changed

+109
-41
lines changed

23 files changed

+109
-41
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libdd-common-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_common = { path = "../build-common" }
2323
anyhow = "1.0"
2424
chrono = { version = "0.4.38", features = ["std"] }
2525
crossbeam-queue = "0.3.11"
26-
libdd-common = { version = "3.0.1", path = "../libdd-common" }
26+
libdd-common = { version = "3.0.2", path = "../libdd-common" }
2727
hyper = { workspace = true}
2828
serde = "1.0"
2929

libdd-common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [3.0.2](https://github.com/datadog/libdatadog/compare/libdd-common-v3.0.1..libdd-common-v3.0.2) - 2026-03-25
6+
7+
### Changed
8+
- Fix previous release.
9+
10+
11+
512
## [3.0.1](https://github.com/datadog/libdatadog/compare/libdd-common-v3.0.0..libdd-common-v3.0.1) - 2026-03-23
613

714
### Changed

libdd-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "libdd-common"
6-
version = "3.0.1"
6+
version = "3.0.2"
77
description = "Shared utilities for Datadog libraries including HTTP/HTTPS connectors, container entity detection, tag validation, rate limiting, and Unix/Windows platform helpers"
88
homepage = "https://github.com/DataDog/libdatadog/tree/main/datadog-common"
99
repository = "https://github.com/DataDog/libdatadog/tree/main/datadog-common"

libdd-crashtracker/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ anyhow = "1.0"
4949
chrono = {version = "0.4", default-features = false, features = ["std", "clock", "serde"]}
5050
cxx = { version = "1.0", optional = true }
5151
errno = "0.3"
52-
libdd-common = { version = "3.0.1", path = "../libdd-common" }
53-
libdd-telemetry = { version = "3.1.0", path = "../libdd-telemetry" }
52+
libdd-common = { version = "3.0.2", path = "../libdd-common" }
53+
libdd-telemetry = { version = "4.0.0", path = "../libdd-telemetry" }
5454
http = "1.1"
5555
libc = "0.2"
5656
nix = { version = "0.29", features = ["poll", "signal", "socket"] }
@@ -85,4 +85,4 @@ cxx-build = { version = "1.0", optional = true }
8585
# in the build-script context. The build script only needs cc_utils, which has no TLS dependency.
8686
# Without this, aws-lc-sys gets compiled twice: once for the normal dep graph and once for the
8787
# build-script dep graph (Cargo resolver v2 keeps these contexts separate).
88-
libdd-common = { version = "3.0.1", path = "../libdd-common", default-features = false }
88+
libdd-common = { version = "3.0.2", path = "../libdd-common", default-features = false }

libdd-data-pipeline/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## [3.0.1](https://github.com/datadog/libdatadog/compare/libdd-data-pipeline-v3.0.0..libdd-data-pipeline-v3.0.1) - 2026-03-25
6+
7+
### Added
8+
- Fix previous version.
9+
10+
11+
512
## [3.0.0](https://github.com/datadog/libdatadog/compare/libdd-data-pipeline-v2.0.1..libdd-data-pipeline-v3.0.0) - 2026-03-23
613

714
### Added
@@ -13,6 +20,7 @@
1320
- Change header name type to accept dynamic values ([#1722](https://github.com/datadog/libdatadog/issues/1722)) - ([4dd532f](https://github.com/datadog/libdatadog/commit/4dd532f2c15e928103fc441ab030bc8d94f070c0))
1421

1522

23+
1624
## [2.0.1](https://github.com/datadog/libdatadog/compare/libdd-data-pipeline-v2.0.0..libdd-data-pipeline-v2.0.1) - 2026-03-16
1725

1826
### Changed

libdd-data-pipeline/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdd-data-pipeline"
3-
version= "3.0.0"
3+
version= "3.0.1"
44
description = "Trace exporter package allowing sending data from datadog SDKs to the Trace Agent."
55
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-data-pipeline"
66
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-data-pipeline"
@@ -30,13 +30,13 @@ tokio = { version = "1.23", features = [
3030
], default-features = false }
3131
uuid = { version = "1.10.0", features = ["v4"] }
3232
tokio-util = "0.7.11"
33-
libdd-common = { version = "3.0.1", path = "../libdd-common", default-features = false }
34-
libdd-telemetry = { version = "3.1.0", path = "../libdd-telemetry", default-features = false }
35-
libdd-trace-protobuf = { version = "3.0.0", path = "../libdd-trace-protobuf" }
36-
libdd-trace-stats = { version = "1.0.4", path = "../libdd-trace-stats" }
37-
libdd-trace-utils = { version = "3.0.0", path = "../libdd-trace-utils", default-features = false }
33+
libdd-common = { version = "3.0.2", path = "../libdd-common", default-features = false }
34+
libdd-telemetry = { version = "4.0.0", path = "../libdd-telemetry", default-features = false }
35+
libdd-trace-protobuf = { version = "3.0.1", path = "../libdd-trace-protobuf" }
36+
libdd-trace-stats = { version = "2.0.0", path = "../libdd-trace-stats" }
37+
libdd-trace-utils = { version = "3.0.1", path = "../libdd-trace-utils", default-features = false }
3838
libdd-ddsketch = { version = "1.0.1", path = "../libdd-ddsketch" }
39-
libdd-dogstatsd-client = { version = "1.0.2", path = "../libdd-dogstatsd-client", default-features = false }
39+
libdd-dogstatsd-client = { version = "2.0.0", path = "../libdd-dogstatsd-client", default-features = false }
4040
libdd-tinybytes = { version = "1.1.0", path = "../libdd-tinybytes", features = [
4141
"bytes_string",
4242
"serialization",

libdd-dogstatsd-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33

44

5+
## [2.0.0](https://github.com/datadog/libdatadog/compare/libdd-dogstatsd-client-v1.0.2..libdd-dogstatsd-client-v2.0.0) - 2026-03-25
6+
7+
### Changed
8+
9+
- Fix previous version.
10+
11+
12+
513
## [1.0.2](https://github.com/datadog/libdatadog/compare/libdd-dogstatsd-client-v1.0.1..libdd-dogstatsd-client-v1.0.2) - 2026-03-23
614

715
### Changed

libdd-dogstatsd-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-dogstatsd-clie
55
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-dogstatsd-client"
66
rust-version.workspace = true
77
edition.workspace = true
8-
version= "1.0.2"
8+
version = "2.0.0"
99
license.workspace = true
1010

1111
[lib]
1212
bench = false
1313

1414
[dependencies]
15-
libdd-common = { version = "3.0.1", path = "../libdd-common", default-features = false }
15+
libdd-common = { version = "3.0.2", path = "../libdd-common", default-features = false }
1616
cadence = "1.3.0"
1717
serde = { version = "1.0", features = ["derive", "rc"] }
1818
tracing = { version = "0.1", default-features = false }

libdd-library-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rand = "0.8.3"
2424
rmp = "0.8.14"
2525
rmp-serde = "1.3.0"
2626

27-
libdd-trace-protobuf = { version = "3.0.0", path = "../libdd-trace-protobuf" }
27+
libdd-trace-protobuf = { version = "3.0.1", path = "../libdd-trace-protobuf" }
2828

2929
[dev-dependencies]
3030
tempfile = { version = "3.3" }

0 commit comments

Comments
 (0)