Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
label: Tracer Version(s)
description: "Version(s) of the tracer affected by this bug"
placeholder: "0.2.1"
placeholder: "0.3.0"
validations:
required: true

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"
[workspace.package]
rust-version = "1.84.1"
edition = "2021"
version = "0.3.0-alpha.1"
version = "0.3.0"
license = "Apache-2.0"
repository = "https://github.com/DataDog/dd-trace-rs"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ let logging_provider = datadog_opentelemetry::logs()

For advanced usage and configuration information, check out [`DatadogTracingBuilder`],
[`configuration::ConfigBuilder`] and the
[library documentation](https://docs.rs/datadog-opentelemetry/0.3.0-alpha.1/datadog_opentelemetry/).
[library documentation](https://docs.rs/datadog-opentelemetry/0.3.0/datadog_opentelemetry/).

* Through env variables

Expand Down
6 changes: 6 additions & 0 deletions datadog-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0 (Feb 27, 2026)

- Add OTEL metrics support in https://github.com/DataDog/dd-trace-rs/pull/127
- add OTEL logs support in https://github.com/DataDog/dd-trace-rs/pull/144
- Remove error logs on transient trace export issues in https://github.com/DataDog/dd-trace-rs/pull/148

## 0.2.1 (Dec 11, 2025)

- Fix Remote Config path parsing
Expand Down
Loading