You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: opentelemetry-appender-log/CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
## vNext
4
4
5
+
## v0.5.0
6
+
5
7
-[1869](https://github.com/open-telemetry/opentelemetry-rust/pull/1869) Utilize the `LogRecord::set_target()` method to pass the log target to the SDK.
8
+
- Update `opentelemetry` dependency version to 0.24
Copy file name to clipboardexpand all lines: opentelemetry-appender-tracing/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
## vNext
4
4
5
+
## v0.5.0
6
+
5
7
-[1869](https://github.com/open-telemetry/opentelemetry-rust/pull/1869) Utilize the `LogRecord::set_target()` method to pass the tracing target to the SDK.
6
8
Exporters might use the target to override the instrumentation scope, which previously contained "opentelemetry-appender-tracing".
7
9
10
+
-**Breaking**[1928](https://github.com/open-telemetry/opentelemetry-rust/pull/1928) Insert tracing event name into LogRecord::event_name instead of attributes.
11
+
- If using a custom exporter, then they must serialize this field directly from LogRecord::event_name instead of iterating over the attributes. OTLP Exporter is modified to handle this.
12
+
- Update `opentelemetry` dependency version to 0.24
13
+
8
14
## v0.4.0
9
15
10
16
- Removed unwanted dependency on opentelemetry-sdk.
0 commit comments