Skip to content

Commit ab77a28

Browse files
committed
fix changelog
1 parent 69142a8 commit ab77a28

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

opentelemetry-appender-log/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## vNext
44

5-
## 0.27.0
5+
## 0.28.0
66

77
Released 2025-Feb-10
88

opentelemetry-appender-tracing/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## vNext
44

5-
- **Breaking** [2291](https://github.com/open-telemetry/opentelemetry-rust/pull/2291) Rename `logs_level_enabled flag` to `spec_unstable_logs_enabled`. Please enable this updated flag if the feature is needed. This flag will be removed once the feature is stabilized in the specifications.
5+
- New experimental feature to use trace\_id & span\_id from spans created through the [tracing](https://crates.io/crates/tracing) crate (experimental_use_tracing_span_context) [#2438](https://github.com/open-telemetry/opentelemetry-rust/pull/2438)
6+
67

78
## 0.28.0
89

@@ -18,6 +19,7 @@ Released 2024-Nov-11
1819
- Update `opentelemetry` dependency version to 0.27
1920

2021
- Bump MSRV to 1.70 [#2179](https://github.com/open-telemetry/opentelemetry-rust/pull/2179)
22+
- **Breaking** [2291](https://github.com/open-telemetry/opentelemetry-rust/pull/2291) Rename `logs_level_enabled flag` to `spec_unstable_logs_enabled`. Please enable this updated flag if the feature is needed. This flag will be removed once the feature is stabilized in the specifications.
2123

2224
## v0.26.0
2325
Released 2024-Sep-30

opentelemetry-appender-tracing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
3535
default = []
3636
experimental_metadata_attributes = ["dep:tracing-log"]
3737
spec_unstable_logs_enabled = ["opentelemetry/spec_unstable_logs_enabled"]
38+
# TODO - Enable this in 0.28.1 (once tracing-opentelemetry v0.29 is released)
3839
#experimental_use_tracing_span_context = ["tracing-opentelemetry"]
3940

4041

0 commit comments

Comments
 (0)