Skip to content

v0.5.0 for API, SDK and OTLP Exporter

Compare
Choose a tag to compare
@tsloughter tsloughter released this 20 Nov 16:01
v0.5.0
cb74034

Major change in this release is we now match the spec for start_span, meaning it no longer sets the started Span to the current Span in the Context. To start a Span and set it to the current Span use with_span or pass the return value of start_span to set_current_span.

Some PR links are missing because they were made before the repos were combined.

API

SDK

Exporter