Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 1100a50

Browse files
committed
Preparing release 3.2.0
1 parent 0688470 commit 1100a50

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
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

1619
3.1.0 (2019-05-12)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='basictracer',
5-
version='3.1.1.dev0',
5+
version='3.2.0',
66
author='The OpenTracing Authors',
77
author_email='[email protected]',
88
license='MIT',

0 commit comments

Comments
 (0)