This repository was archived by the owner on Aug 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- 3.1.1 (unreleased )
6+ 3.2.0 (2021-04-12 )
77------------------
88
9- - TextPropagator.extract raises SpanContextCorruptedException with
10- more meaningful error messages.
11-
12- - Tracer.start_span validates type of ``references= `` preventing
13- problems for users migrating code from opentracing==1.3.0.
9+ - setup.py: Remove test dependency doubles (#44) <John Vandenberg>
10+ - Do not throw error when no tracing headers are sent (#43) <Logan Capaldo>
11+ - Stop testing with Python 3.5 <Yuri Shkuro>
12+ - Provide meaningful error messages when failed to extract headers from carrier (#42) <Gabriel Falcão>
13+ - TextPropagator.extract raises SpanContextCorruptedException with
14+ more meaningful error messages.
15+ - Tracer.start_span validates type of ``references= `` preventing
16+ problems for users migrating code from opentracing==1.3.0.
1417
1518
16193.1.0 (2019-05-12)
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'basictracer' ,
5- version = '3.1.1.dev0 ' ,
5+ version = '3.2.0 ' ,
66 author = 'The OpenTracing Authors' ,
7788 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments