- Nothing changed yet.
setup.py: Remove test dependency doubles (#44) <John Vandenberg>
Do not throw error when no tracing headers are sent (#43) <Logan Capaldo>
Stop testing with Python 3.5 <Yuri Shkuro>
Provide meaningful error messages when failed to extract headers from carrier (#42) <Gabriel Falcão> - TextPropagator.extract raises SpanContextCorruptedException with
more meaningful error messages.
- Tracer.start_span validates type of
references=
preventing problems for users migrating code from opentracing==1.3.0.
- Tracer.start_span validates type of
- Unpin OpenTracing dependency and change to a range (#40) <Nathan Hsieh>
- Add support for Python 3.5+ (#39) <Aliaksei Urbanski>
- Include 0,1 as acceptable sampled value (#37) <Dominik Janků>
- Update our OT dependency to 2.0.0.
- Implement ScopeManager for in-process propagation.
- Update OT dependency to >=1.2.1 and <2.0.
- Bump the minor version :-/
- Adjust to OT logging changes
- Make the RNG robust to fork()
- Implement immutable SpanContext
- Allow BasicTracer users to opt in to propagators
- Positional arguments
- Adapt to SpanContext changes
- Rename ChildOf/FollowsFrom to child_of/follows_from
- Adapt to SpanContext changes
- Add InMemoryRecorder and respect sampling.priority tag
- Official release
- Initial public API