Skip to content

Commit d0063ab

Browse files
committed
add changelog
1 parent 71ea88a commit d0063ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
- Bug fix: Empty Logger names are retained as-is instead of replacing with
2626
"rust.opentelemetry.io/sdk/logger"
2727
[#2316](https://github.com/open-telemetry/opentelemetry-rust/pull/2316)
28+
29+
- `Logger::provider`: This method is deprecated as of version `0.27.1`. To be removed in `0.28.0`.
30+
- `Logger::instrumentation_scope`: This method is deprecated as of version `0.27.1`. To be removed in `0.28.0`
31+
Migration Guidance:
32+
- These methods are intended for log appenders. Keep the clone of the provider handle, instead of depending
33+
on above methods.
34+
2835

2936
## 0.27.0
3037

0 commit comments

Comments
 (0)