Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 1.57 KB

Changelog

v0.20.0

Added

  • Add new method to BoxedTracer #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

Changed

  • OtelString::Owned carries Box<str> instead of String #1096

Removed

  • Drop include_trace_context parameter from Logs API/SDK. #1133
  • Synchronous instruments no longer accepts Context while reporting measurements. #1076.

Fixed

  • 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

v0.19.0

Added

  • Add WithContext to public api #893.
  • Add support for instrumentation scope attributes #1021.

Changed

  • Implement Display on Baggage #921.
  • Bump MSRV to 1.57 #953.
  • Update dependencies and bump MSRV to 1.60 #969.

v0.18.0

  • API split from opentelemetry crate