File tree 2 files changed +11
-1
lines changed
init-tracing-opentelemetry
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.27.0] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/init-tracing-opentelemetry-v0.26.0...init-tracing-opentelemetry-v0.27.0 ) - 2025-02-24
10
+
11
+ ### <!-- 1 --> Fixed
12
+
13
+ - drop on the TracingGuard also shutdown the wrapped TracerProvider
14
+
15
+ ### <!-- 2 --> Added
16
+
17
+ - allow to provide log's "directives" via ` init_subscribers_and_loglevel `
18
+
9
19
## [ 0.25.0] ( https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/init-tracing-opentelemetry-v0.24.1...init-tracing-opentelemetry-v0.25.0 ) - 2024-12-10
10
20
11
21
### <!-- 1 --> Fixed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords = ["tracing", "opentelemetry"]
6
6
categories = [" development-tools::debugging" , " development-tools::profiling" ]
7
7
homepage = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/tree/main/init-tracing-opentelemetry"
8
8
edition.workspace = true
9
- version = " 0.26 .0"
9
+ version = " 0.27 .0"
10
10
authors.workspace = true
11
11
repository.workspace = true
12
12
license.workspace = true
You can’t perform that action at this time.
0 commit comments