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 +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- 3.9.0 (unreleased )
6+ 3.9.0 (2018-04-20 )
77------------------
88
9+ Python 3.6 is now officially supported!
10+
11+ - Remove support for non-ascii baggage keys; enable testing with Py 3.6 (#154) <Yuri Shkuro>
12+ - Add IP tag to tracer tags; rename `jaeger.hostname ` tag to `hostname ` (#160) <Won Jun Jang>
13+ - Remove `tchannel;<py3 ` restriction in tests/extras_require (#159) <Won Jun Jang>
14+ - Replace `concurrent.futures.Future ` with `tornado.concurrent.Future ` (#155) <Yuri Shkuro>
15+ - Better support for creating multiple tracers (#150) <nziebart>
16+ - Add PrometheusMetricsFactory (#142) <Eundoo Song>
917- Add ability to validate configuration (#124) <Gregory Reshetniak>
1018- Make Metrics consistent with Go client (#129) <Eundoo Song>
1119
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.8.1.dev0 '
24+ __version__ = '3.9.0 '
2525
2626from .tracer import Tracer # noqa
2727from .config import Config # noqa
You can’t perform that action at this time.
0 commit comments