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-http/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.12.0
6
+
5
7
- Add `reqwest-rustls-webkpi-roots` feature flag to configure [`reqwest`](https://docs.rs/reqwest/0.11.27/reqwest/index.html#optional-features) to use embedded `webkpi-roots`.
8
+
- Update `opentelemetry` dependency version to 0.23
Copy file name to clipboardexpand all lines: opentelemetry-jaeger-propagator/CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
3
3
## vNext
4
4
5
+
## v0.2.0
6
+
5
7
### Changed
6
8
7
9
- Propagation error will be reported to global error handler [#1640](https://github.com/open-telemetry/opentelemetry-rust/pull/1640)
10
+
- Update `opentelemetry` dependency version to 0.23
Copy file name to clipboardexpand all lines: opentelemetry-otlp/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## vNext
4
4
5
+
## v0.16.0
6
+
5
7
### Fixed
6
8
7
9
- URL encoded values in `OTEL_EXPORTER_OTLP_HEADERS` are now correctly decoded. [#1578](https://github.com/open-telemetry/opentelemetry-rust/pull/1578)
@@ -20,6 +22,10 @@
20
22
-**Breaking** Remove global provider for Logs [#1691](https://github.com/open-telemetry/opentelemetry-rust/pull/1691/)
21
23
- The method OtlpLogPipeline::install_simple() and OtlpLogPipeline::install_batch() now return `LoggerProvider` instead of
22
24
`Logger`. Refer to the [basic-otlp](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-otlp/examples/basic-otlp/src/main.rs) and [basic-otlp-http](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-otlp/examples/basic-otlp-http/src/main.rs) examples for how to initialize OTLP Log Exporter to use with OpenTelemetryLogBridge and OpenTelemetryTracingBridge respectively.
25
+
- Update `opentelemetry` dependency version to 0.23
26
+
- Update `opentelemetry_sdk` dependency version to 0.23
27
+
- Update `opentelemetry-http` dependency version to 0.12
28
+
- Update `opentelemetry-proto` dependency version to 0.6
Copy file name to clipboardexpand all lines: opentelemetry-prometheus/CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,17 @@
2
2
3
3
## vNext
4
4
5
+
## v0.16.0
6
+
5
7
### Added
6
8
7
9
- Add `ResourceSelector` to allow attaching resource as attributes to metrics [#1608](https://github.com/open-telemetry/opentelemetry-rust/pull/1608)
8
10
11
+
### Changed
12
+
13
+
- Update `opentelemetry` dependency version to 0.23
14
+
- Update `opentelemetry_sdk` dependency version to 0.23
Copy file name to clipboardexpand all lines: opentelemetry-proto/CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,12 @@
2
2
3
3
## vNext
4
4
5
-
- Update protobuf definitions to v1.2.0 [#1668](https://github.com/open-telemetry/opentelemetry-rust/pull/1668)
5
+
## v0.6.0
6
+
6
7
- Update protobuf definitions to v1.3.1 [#1721](https://github.com/open-telemetry/opentelemetry-rust/pull/1721)
7
8
- Fix the feature flag condition of `opentelemetry-proto/src/transform/logs.rs`[#1746](https://github.com/open-telemetry/opentelemetry-rust/pull/1746)
9
+
- Update `opentelemetry` dependency version to 0.23
10
+
- Update `opentelemetry_sdk` dependency version to 0.23
- Adjusted `chrono` features to reduce number of transitive dependencies. [#1569](https://github.com/open-telemetry/opentelemetry-rust/pull/1569)
13
-
- The default feature now includes logs, metrics and trace.
0 commit comments