This repository was archived by the owner on Jul 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- 3.13.1 (unreleased)
7- -------------------
8-
9- - Nothing changed yet.
6+ 4.0.0 (2019-04-27)
7+ ------------------
8+
9+ - (Support OpenTracing API v2.0 (#206) <Michał Szymański>
10+ - Add support for references (#241) <Bhavin Gandhi>
11+ - Add info on configuring Jaeger agent location. (#245) <Carlos Nunez>
12+ - Add 128bit trace_id support (#230) <Bhavin Gandhi>
13+ - Enable linting of tests (#227) <pravarag>
14+ - Enable windows support by isolating ioctl calls (#233) <CARRIERE Etienne>
15+ - Unpin flake8 to allow v3 (#231) <Yuri Shkuro>
16+ - Fix pycurl install advice <Yuri Shkuro>
17+ - Fix handling of missing headers in the b3 codec (#215) <cshowe>
18+ - Fix typo in the link name <Yuri Shkuro>
19+ - Add supported python version to README (#226) <Won Jun Jang>
1020
1121
12223.13.0 (2018-12-04)
Original file line number Diff line number Diff line change 2121import jaeger_client .thrift_gen as modpath
2222sys .path .append (modpath .__path__ [0 ])
2323
24- __version__ = '3.13.1.dev0 '
24+ __version__ = '4.0.0 '
2525
2626from .tracer import Tracer # noqa
2727from .config import Config # noqa
You can’t perform that action at this time.
0 commit comments