Skip to content

Commit 859e3f2

Browse files
committed
update changelog
1 parent 69bffef commit 859e3f2

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

opentelemetry-appender-log/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## vNext
44

55
- Add log key-values as attributes [#1628](https://github.com/open-telemetry/opentelemetry-rust/pull/1628)
6+
- **BREAKING** Remove `logs_level_enabled` feature flag as the feature is not part of the specs. [#1736](https://github.com/open-telemetry/opentelemetry-rust/pull/1736/files)
67

78
## v0.3.0
89

opentelemetry-appender-tracing/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## vNext
44

55
- Removed unwanted dependency on opentelemetry-sdk.
6+
- - **BREAKING** Remove `logs_level_enabled` feature flag as the feature is not part of the specs. [#1736](https://github.com/open-telemetry/opentelemetry-rust/pull/1736/files)
7+
68

79
## v0.3.0
810

opentelemetry-sdk/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- After `shutdown`, `LogProcessor` will not process any new logs
2929
- Moving LogRecord implementation to the SDK. [1702](https://github.com/open-telemetry/opentelemetry-rust/pull/1702).
3030
- Relocated `LogRecord` struct to SDK, as an implementation for the trait in the API.
31+
- - **BREAKING** Remove `logs_level_enabled` feature flag as the feature is not part of the specs.
32+
[#1736](https://github.com/open-telemetry/opentelemetry-rust/pull/1736/files)
33+
3134

3235
## v0.22.1
3336

opentelemetry/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ let tracer = provider
7777
.build();
7878
```
7979

80+
- **BREAKING** Remove `logs_level_enabled` feature flag as the feature is not part of the specs.
81+
[#1736](https://github.com/open-telemetry/opentelemetry-rust/pull/1736/files)
82+
8083
## v0.22.0
8184

8285
### Added

0 commit comments

Comments
 (0)