Skip to content

Commit 753df4f

Browse files
authored
chore: prepare libdd-telemetry-v2.0.0 (#1457)
libdd-telemetry-v2.0.0 chore: use git-cliff to generate CHANGELOG.md chore: fix changelog Co-authored-by: julio.gonzalez <[email protected]>
1 parent e8a3b99 commit 753df4f

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libdd-crashtracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ backtrace = "=0.3.74"
4747
chrono = {version = "0.4", default-features = false, features = ["std", "clock", "serde"]}
4848
cxx = { version = "1.0", optional = true }
4949
libdd-common = { version = "1.0.0", path = "../libdd-common" }
50-
libdd-telemetry = { version = "1.0.0", path = "../libdd-telemetry" }
50+
libdd-telemetry = { version = "2.0.0", path = "../libdd-telemetry" }
5151
http = "1.0"
5252
libc = "0.2"
5353
nix = { version = "0.29", features = ["poll", "signal", "socket"] }

libdd-data-pipeline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ uuid = { version = "1.10.0", features = ["v4"] }
3434
tokio-util = "0.7.11"
3535

3636
libdd-common = { version = "1.0.0", path = "../libdd-common", default-features = false }
37-
libdd-telemetry = { version = "1.0.0", path = "../libdd-telemetry", default-features = false }
37+
libdd-telemetry = { version = "2.0.0", path = "../libdd-telemetry", default-features = false }
3838
libdd-trace-protobuf = { version = "1.0.0", path = "../libdd-trace-protobuf" }
3939
libdd-trace-stats = { version = "1.0.0", path = "../libdd-trace-stats" }
4040
libdd-trace-utils = { version = "1.0.0", path = "../libdd-trace-utils", default-features = false }

libdd-telemetry/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
4+
## [2.0.0](https://github.com/datadog/libdatadog/compare/libdd-telemetry-v1.0.0..libdd-telemetry-v2.0.0) - 2026-01-20
5+
6+
### Added
7+
8+
- *(config_visibility)* [APMAPI-1693] Telemetry for enhanced config reporting ([#1385](https://github.com/datadog/libdatadog/issues/1385)) - ([435107c](https://github.com/datadog/libdatadog/commit/435107c245112397914935c0f7148a18b91cafc6))
9+
10+
### Changed
11+
12+
- *(telemetry)* Flush metrics with heartbeats if the interval is small ([#1418](https://github.com/datadog/libdatadog/issues/1418)) - ([40a1ad6](https://github.com/datadog/libdatadog/commit/40a1ad6bc8fe903b67af0c95ce530fd7efe28329))
13+
- Add changelog for every published crate ([#1396](https://github.com/datadog/libdatadog/issues/1396)) - ([5c4a024](https://github.com/datadog/libdatadog/commit/5c4a024598d6fe6cbd93a3e3dc9882848912064f))
14+
- Support cxx bindings for crashinfo ([#1379](https://github.com/datadog/libdatadog/issues/1379)) - ([6b26318](https://github.com/datadog/libdatadog/commit/6b263189044f48cec6a67745036bd027b44f6daa))
15+
316
## 1.0.0 - 2025-11-17
417

518
Initial release.

libdd-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libdd-telemetry"
3-
version= "1.0.0"
3+
version= "2.0.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"

0 commit comments

Comments
 (0)