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

Commit e98f4f2

Browse files
tiffonyurishkuro
authored andcommitted
Prepare v3.15.0 release (#365)
* Prepare v3.15.0 release Signed-off-by: Joe Farro <joef@uber.com> * Typo in changelog Signed-off-by: Joe Farro <joef@uber.com>
1 parent 5c89fa5 commit e98f4f2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes by Version
22

3+
## 3.15.0 (2019-05-10)
4+
5+
* Avoid mutation of user's tags (#348) - Thanks @fapspirit
6+
* Support false values for the B3 Sampled header (#346) - Thanks @sebnow
7+
* Fix HTTP sender, consume response data to free up memory (#343) - Thanks @baldmaster
8+
* Transform IP for int32 representation to dot representation (#340) - Thanks @Etienne-Carriere
9+
310
## 3.14.4 (2019-01-24)
411

512
* Hard code version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jaeger-client",
3-
"version": "3.14.4",
3+
"version": "3.15.0",
44
"description": "Jaeger binding for OpenTracing Node",
55
"engines": {
66
"node": ">=0.10"

0 commit comments

Comments
 (0)