- Add
new
method toBoxedTracer
#1009 - Add js-sys as dependency for api crate when building wasm targets #1078
- Create tracer using a shared instrumentation library #1129
- Add
Context::map_current
#1140
OtelString::Owned
carriesBox<str>
instead ofString
#1096
- Drop include_trace_context parameter from Logs API/SDK. #1133
- Synchronous instruments no longer accepts
Context
while reporting measurements. #1076.
- Fix
SpanRef::set_attributes
mutability requirement. #1038 - Move OrderMap module to root of otel-api crate. #1061
- Use the browser-only js-sys workaround only when actually targeting a browser #1008
- Implement
Display
onBaggage
#921. - Bump MSRV to 1.57 #953.
- Update dependencies and bump MSRV to 1.60 #969.
- API split from
opentelemetry
crate