Skip to content

Commit

Permalink
Preparing release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed Apr 12, 2021
1 parent 0688470 commit 1100a50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
History
-------

3.1.1 (unreleased)
3.2.0 (2021-04-12)
------------------

- 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.
- 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.


3.1.0 (2019-05-12)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='basictracer',
version='3.1.1.dev0',
version='3.2.0',
author='The OpenTracing Authors',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 1100a50

Please sign in to comment.