opentelemetry_api 0.19.0

OpenTelemetry is a metrics collection and distributed tracing framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## v0.19.0
### Added
- Add `WithContext` to public api [#893]https://github.com/open-telemetry/opentelemetry-rust/pull/893.

### Changed
- Implement `Display` on `Baggage` [#921]https://github.com/open-telemetry/opentelemetry-rust/pull/921.
- Bump MSRV to 1.57 [#953]https://github.com/open-telemetry/opentelemetry-rust/pull/953.
- Update dependencies and bump MSRV to 1.60 [#969]https://github.com/open-telemetry/opentelemetry-rust/pull/969.

## v0.18.0

- API split from `opentelemetry` crate