Skip to content

Commit 4f5773d

Browse files
chore: release (#329)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3282314 commit 4f5773d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

init-tracing-opentelemetry/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## [Unreleased]
1616

17+
## [0.37.0](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/init-tracing-opentelemetry-v0.36.1...init-tracing-opentelemetry-v0.37.0) - 2026-04-27
18+
19+
### <!-- 1 -->Fixed
20+
21+
- *(init)* metrics enabled if feature flages & explicit enabling
22+
- avoid to log sensitive OTEL value, and warn if issue on logfmt
23+
- *(docs)* build of sample & add screenshot for log
24+
25+
### <!-- 2 -->Added
26+
27+
- accept owned string for service'name and version
28+
- add OTLP log exporter ([#333](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/pull/333))
29+
1730
## [0.36.1](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/init-tracing-opentelemetry-v0.36.0...init-tracing-opentelemetry-v0.36.1) - 2026-03-15
1831

1932
### <!-- 1 -->Fixed

init-tracing-opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["tracing", "opentelemetry"]
66
categories = ["development-tools::debugging", "development-tools::profiling"]
77
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry"
88
edition.workspace = true
9-
version = "0.36.1"
9+
version = "0.37.0"
1010
repository.workspace = true
1111
license.workspace = true
1212

tracing-opentelemetry-instrumentation-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = [
1010
]
1111
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk"
1212
edition.workspace = true
13-
version = "0.32.4"
13+
version = "0.32.5"
1414
repository.workspace = true
1515
license.workspace = true
1616

0 commit comments

Comments
 (0)