Skip to content

Commit e6762cb

Browse files
committed
update changelog
1 parent 1d0042f commit e6762cb

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -218,21 +218,11 @@ metadata, a feature introduced in version 0.1.40. [#2418](https://github.com/ope
218218
- **Breaking** Introduced `experimental_async_runtime` feature for runtime-specific traits.
219219
- Runtime-specific features (`rt-tokio`, `rt-tokio-current-thread`, and `rt-async-std`)
220220
now depend on the `experimental_async_runtime` feature.
221-
- Custom runtime implementations must enable the `experimental_async_runtime` feature.
222-
- For users needing to enable the runtime related features
223-
- **For users enabling runtime features**: No additional steps are required.
224-
Enabling `rt-tokio`, `rt-tokio-current-thread`, or `rt-async-std` automatically enables `experimental_async_runtime`.
225-
```toml
226-
[dependencies]
227-
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
228-
```
229-
- **For users implementing a custom runtime**: Enable the experimental_async_runtime feature in your Cargo.toml
230-
and implement the Runtime trait:
231-
```toml
232-
[dependencies]
233-
opentelemetry_sdk = { version = "0.27.1", features = ["experimental_async_runtime"] }
234-
```
235-
221+
- For most users, no action is required. Enabling runtime features such as `rt-tokio`, `rt-tokio-current-thread`,
222+
or `rt-async-std` will automatically enable the `experimental_async_runtime` feature.
223+
- If you're implementing a custom runtime, you must explicitly enable the experimental_async_runtime` feature in your
224+
Cargo.toml and implement the required `Runtime` traits.
225+
236226
## 0.27.1
237227

238228
Released 2024-Nov-27

0 commit comments

Comments
 (0)