Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bb0425

Browse files
Merge ef478f8 into 5ff99ff
2 parents 5ff99ff + ef478f8 commit 9bb0425

12 files changed

Lines changed: 32 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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.0", path = "../libdd-common" }
26+
libdd-common = { version = "3.0.1", path = "../libdd-common" }
2727
hyper = { workspace = true}
2828
serde = "1.0"
2929

libdd-common/CHANGELOG.md

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

33

44

5+
## [3.0.1](https://github.com/datadog/libdatadog/compare/libdd-common-v3.0.0..libdd-common-v3.0.1) - 2026-04-08
6+
7+
### Changed
8+
9+
- Update reqwest and quinn-proto dependency for dependabot alert ([#1774](https://github.com/datadog/libdatadog/issues/1774)) - ([1cd2791](https://github.com/datadog/libdatadog/commit/1cd2791f5e94ab3197e8e68bf6d670cc715d80a0))
10+
- Ekump/APMSP-2718 update aws-lc dependencies ([#1751](https://github.com/datadog/libdatadog/issues/1751)) - ([5d5a596](https://github.com/datadog/libdatadog/commit/5d5a596b54b4bc3729063c30393e9706cf2d4eba))
11+
12+
13+
514
## [3.0.0](https://github.com/datadog/libdatadog/compare/libdd-common-v2.0.1..libdd-common-v3.0.0) - 2026-03-18
615

716
### 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.0"
6+
version = "3.0.1"
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.0", path = "../libdd-common" }
53-
libdd-telemetry = { version = "3.0.0", path = "../libdd-telemetry" }
52+
libdd-common = { version = "3.0.1", path = "../libdd-common" }
53+
libdd-telemetry = { version = "3.1.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.0", path = "../libdd-common", default-features = false }
88+
libdd-common = { version = "3.0.1", path = "../libdd-common", default-features = false }

libdd-data-pipeline/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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.0", path = "../libdd-common", default-features = false }
34-
libdd-telemetry = { version = "3.0.0", path = "../libdd-telemetry", default-features = false }
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 }
3535
libdd-trace-protobuf = { version = "2.0.0", path = "../libdd-trace-protobuf" }
3636
libdd-trace-stats = { version = "1.0.3", path = "../libdd-trace-stats" }
3737
libdd-trace-utils = { version = "2.0.2", path = "../libdd-trace-utils", default-features = false }

libdd-dogstatsd-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license.workspace = true
1212
bench = false
1313

1414
[dependencies]
15-
libdd-common = { version = "3.0.0", path = "../libdd-common", default-features = false }
15+
libdd-common = { version = "3.0.1", 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-profiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ http-body-util = "0.1"
4242
httparse = "1.9"
4343
indexmap = "2.11"
4444
libdd-alloc = { version = "1.0.0", path = "../libdd-alloc" }
45-
libdd-common = { version = "3.0.0", path = "../libdd-common", default-features = false, features = ["reqwest", "test-utils"] }
45+
libdd-common = { version = "3.0.1", path = "../libdd-common", default-features = false, features = ["reqwest", "test-utils"] }
4646
libdd-profiling-protobuf = { version = "1.0.0", path = "../libdd-profiling-protobuf", features = ["prost_impls"] }
4747
mime = "0.3.16"
4848
parking_lot = { version = "0.12", default-features = false }

libdd-telemetry/CHANGELOG.md

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

33

44

5+
## [3.1.0](https://github.com/datadog/libdatadog/compare/libdd-telemetry-v3.0.0..libdd-telemetry-v3.1.0) - 2026-04-08
6+
7+
### Changed
8+
9+
- Refactor tarpc away ([#1742](https://github.com/datadog/libdatadog/issues/1742)) - ([c722b20](https://github.com/datadog/libdatadog/commit/c722b209ece89f245da4d5c1f35e01914b27f315))
10+
11+
12+
513
## [3.0.0](https://github.com/datadog/libdatadog/compare/libdd-telemetry-v2.0.0..libdd-telemetry-v3.0.0) - 2026-02-23
614

715
### Added

libdd-telemetry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdd-telemetry"
3-
version= "3.0.0"
3+
version= "3.1.0"
44
description = "Telemetry client allowing to send data as described in https://docs.datadoghq.com/tracing/configure_data_security/?tab=net#telemetry-collection"
55
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-telemetry"
66
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-telemetry"
@@ -31,7 +31,7 @@ tracing = { version = "0.1", default-features = false }
3131
uuid = { version = "1.3", features = ["v4"] }
3232
hashbrown = "0.15"
3333

34-
libdd-common = { version = "3.0.0", path = "../libdd-common", default-features = false }
34+
libdd-common = { version = "3.0.1", path = "../libdd-common", default-features = false }
3535
libdd-ddsketch = { version = "1.0.1", path = "../libdd-ddsketch" }
3636

3737
[target."cfg(unix)".dependencies]

0 commit comments

Comments
 (0)