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

Commit 38121ba

Browse files
vprithviyurishkuro
authored andcommitted
Prepare release 3.16.0 (#392)
* Prepare release 3.16.0 Signed-off-by: Prithvi Raj <p.r@uber.com> * Update CHANGELOG.md Signed-off-by: Prithvi Raj <p.r@uber.com>
1 parent 13935c7 commit 38121ba

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 3.16.0 (2019-09-09)
4+
5+
* Support 128bit traceIDs (#361) - thanks @PaulMiami
6+
* Support delayed sampling (#380) - thanks @yurishkuro
7+
* All spans of a trace share sampling state (#377) - thanks @tiffon and @yurishkuro
8+
39
## 3.15.0 (2019-05-10)
410

511
* Avoid mutation of user's tags (#348) - Thanks @fapspirit

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.15.0",
3+
"version": "3.16.0",
44
"description": "Jaeger binding for OpenTracing Node",
55
"engines": {
66
"node": ">=0.10"

0 commit comments

Comments
 (0)