Skip to content

Commit cfd7cd5

Browse files
dd-octo-sts[bot]github-actions[bot]iunanua
authored
chore(release): merge release branch to main (proposal for libdd-library-config (#2042)) (#2044)
This PR merges the release branch to main Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: iunanua <18325288+iunanua@users.noreply.github.com>
1 parent e268076 commit cfd7cd5

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

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-library-config/CHANGELOG.md

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

33

44

5+
## [2.0.0](https://github.com/datadog/libdatadog/compare/libdd-library-config-v1.1.0..libdd-library-config-v2.0.0) - 2026-05-26
6+
7+
### Added
8+
9+
- Thread-level ctx publication ([#1791](https://github.com/datadog/libdatadog/issues/1791)) - ([660b8a8](https://github.com/datadog/libdatadog/commit/660b8a8ae71eb5bc2cdd286a206870fbcb04a62a))
10+
- Add Hash trait to TracerMetadata ([#1931](https://github.com/datadog/libdatadog/issues/1931)) - ([d7eef80](https://github.com/datadog/libdatadog/commit/d7eef8031192d0ee79ba64cd824804c5a57abacf))
11+
- Add PartialEq and Eq traits to TracerMetadata ([#1922](https://github.com/datadog/libdatadog/issues/1922)) - ([971c407](https://github.com/datadog/libdatadog/commit/971c407d856db58baf1078bd7802abe13bac4f9f))
12+
- Root_span_id handling in otel thread ctx ([#1834](https://github.com/datadog/libdatadog/issues/1834)) - ([4be1fcc](https://github.com/datadog/libdatadog/commit/4be1fccc01264b1f48f4423460c64f6140580153))
13+
- Extend tracer metadata with thread ctx attrbutes ([#1831](https://github.com/datadog/libdatadog/issues/1831)) - ([a1d45fc](https://github.com/datadog/libdatadog/commit/a1d45fc69308e330d04420be626f7c165f269ead))
14+
15+
### Changed
16+
17+
- Migrate from rustix to libc ([#1859](https://github.com/datadog/libdatadog/issues/1859)) - ([68822c5](https://github.com/datadog/libdatadog/commit/68822c55446efe8d6654d2449d696f5ff2f28d31))
18+
- Move otel thread ctx in dedicated crate ([#1855](https://github.com/datadog/libdatadog/issues/1855)) - ([252c693](https://github.com/datadog/libdatadog/commit/252c693e68df9fa598119dd8cff26a2881bd8140))
19+
- Gate behind feature ([#1843](https://github.com/datadog/libdatadog/issues/1843)) - ([11d4111](https://github.com/datadog/libdatadog/commit/11d4111c934d9af49d8124b8266dbbdda5857cb4))
20+
21+
22+
523
## [1.1.0](https://github.com/datadog/libdatadog/compare/libdd-library-config-v1.0.0..libdd-library-config-v1.1.0) - 2026-03-13
624

725
### Added

libdd-library-config/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-library-config"
6-
version = "1.1.0"
6+
version = "2.0.0"
77
description = "Configuration management library for Datadog products."
88
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-library-config"
99
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-library-config"

0 commit comments

Comments
 (0)