OpenTelemetry - CNCF/opentelemetry-rust: Release v0.21.0
Name: opentelemetry-rust
Owner: OpenTelemetry - CNCF
Release: v0.21.0
Released: 2023-11-06
License: Apache-2.0
Release Assets:
This release should been seen as 1.0-rc4 following 1.0-rc3 in v0.20.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.
Changed
- Bump MSRV to 1.65 #1318
opentelemetry
crate now only carries the API types #1186. Use theopentelemetry_sdk
crate for the SDK types.trace::noop::NoopSpan
no longer implementsDefault
and instead exposes aconst DEFAULT
value. #1270- Updated crate documentation and examples. #1256
- Breaking
SpanBuilder
attributes changed fromOrderMap<Key, Value>
toVec<KeyValue>
andwith_attributes_map
method is removed fromSpanBuilder
. This implies that OpenTelemetry API will no longer perform de-dup of attribute Keys. #1293. Please share feedback here, if you are affected.