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
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## vNext
4
4
5
+
## v0.25.0
6
+
7
+
- Update `opentelemetry` dependency version to 0.25
8
+
- Starting with this version, this crate will align with `opentelemetry` crate
9
+
on major,minor versions.
10
+
5
11
## v0.5.0
6
12
7
13
-[1869](https://github.com/open-telemetry/opentelemetry-rust/pull/1869) Utilize the `LogRecord::set_target()` method to pass the log target to the SDK.
Copy file name to clipboardexpand all lines: opentelemetry-appender-tracing/CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## vNext
4
4
5
+
-[2101](https://github.com/open-telemetry/opentelemetry-rust/pull/2101) The `log` events emitted via the `tracing` pipeline using the `log-tracing` crate no longer include the target metadata as attributes. Exporters or backends that rely on this attribute should now access the target directly from the `LogRecord::target` field.
6
+
7
+
8
+
## v0.25.0
9
+
10
+
- Update `opentelemetry` dependency version to 0.25
11
+
- Starting with this version, this crate will align with `opentelemetry` crate
12
+
on major,minor versions.
5
13
- Reduce heap allocation by using `&'static str` for `SeverityText`.
0 commit comments