File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
axum-tracing-opentelemetry
tonic-tracing-opentelemetry
tracing-opentelemetry-instrumentation-sdk Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 0.19.1 ] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/axum-tracing-opentelemetry-v0.19.0...axum-tracing-opentelemetry-v0.19.1 ) - 2024-08-31
9+ ## [ 0.21.0 ] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/axum-tracing-opentelemetry-v0.19.0...axum-tracing-opentelemetry-v0.21.0 ) - 2024-08-31
1010
1111### <!-- 1 --> Fixed
1212- 🐛 workaround for a delay, batch,... behavior in otlp exporter and test with fake-opentelemetry-collector (closed too early)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ categories = [
1111homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/axum-tracing-opentelemetry"
1212rust-version.workspace = true
1313edition.workspace = true
14- version = " 0.19.1 "
14+ version = " 0.21.0 "
1515authors.workspace = true
1616repository.workspace = true
1717license.workspace = true
@@ -30,7 +30,7 @@ tracing = { workspace = true }
3030tracing-opentelemetry = { workspace = true }
3131tracing-opentelemetry-instrumentation-sdk = { path = " ../tracing-opentelemetry-instrumentation-sdk" , features = [
3232 " http" ,
33- ], version = " 0.19 " }
33+ ], version = " 0.21 " }
3434
3535[dev-dependencies ]
3636fake-opentelemetry-collector = { path = " ../fake-opentelemetry-collector" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 0.20 .0] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/tonic-tracing-opentelemetry-v0.19.0...tonic-tracing-opentelemetry-v0.20 .0 ) - 2024-08-31
9+ ## [ 0.21 .0] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/tonic-tracing-opentelemetry-v0.19.0...tonic-tracing-opentelemetry-v0.21 .0 ) - 2024-08-31
1010
1111### <!-- 4 --> Changed
1212- 💄 update deprecated syntax "default_features" in Cargo.toml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories = [
1010]
1111homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tonic-tracing-opentelemetry"
1212edition.workspace = true
13- version = " 0.20 .0"
13+ version = " 0.21 .0"
1414authors.workspace = true
1515repository.workspace = true
1616license.workspace = true
@@ -29,7 +29,7 @@ tracing = { workspace = true }
2929tracing-opentelemetry = { workspace = true }
3030tracing-opentelemetry-instrumentation-sdk = { path = " ../tracing-opentelemetry-instrumentation-sdk" , features = [
3131 " http" ,
32- ], version = " 0.19 " }
32+ ], version = " 0.21 " }
3333
3434[dev-dependencies ]
3535axum = { workspace = true }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ## [ 0.19.1 ] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/tracing-opentelemetry-instrumentation-sdk-v0.19.0...tracing-opentelemetry-instrumentation-sdk-v0.19.1 ) - 2024-08-31
9+ ## [ 0.21.0 ] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/tracing-opentelemetry-instrumentation-sdk-v0.19.0...tracing-opentelemetry-instrumentation-sdk-v0.21.0 ) - 2024-08-31
1010
1111### <!-- 4 --> Changed
1212- ⬆️ upgrade to tonic 0.12
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ categories = [
1010]
1111homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/tracing-opentelemetry-instrumentation-sdk"
1212edition.workspace = true
13- version = " 0.19.1 "
13+ version = " 0.21.0 "
1414authors.workspace = true
1515repository.workspace = true
1616license.workspace = true
You can’t perform that action at this time.
0 commit comments