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

Commit 64c82e8

Browse files
author
Yuri Shkuro
committed
Preparing release 4.0.0
1 parent 5a237ce commit 64c82e8

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.rst

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

1222
3.13.0 (2018-12-04)

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.13.1.dev0'
24+
__version__ = '4.0.0'
2525

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

0 commit comments

Comments
 (0)