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

Commit 9b388c9

Browse files
black-adderyurishkuro
authored andcommitted
Preparing release 3.9.0 (#162)
* Preparing release 3.9.0 Signed-off-by: Won Jun Jang <[email protected]> * Add missing items Signed-off-by: Yuri Shkuro <[email protected]>
1 parent c10a08d commit 9b388c9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

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

jaeger_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import jaeger_client.thrift_gen as modpath
2222
sys.path.append(modpath.__path__[0])
2323

24-
__version__ = '3.8.1.dev0'
24+
__version__ = '3.9.0'
2525

2626
from .tracer import Tracer # noqa
2727
from .config import Config # noqa

0 commit comments

Comments
 (0)