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

Commit

Permalink
Preparing release 3.14.0 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-adder authored Jan 24, 2019
1 parent fbbbeb4 commit c32e5b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changes by Version

## 3.13.1 (unreleased)

* Nothing yet.
## 3.14.0 (2019-01-24)

* Add setProcess method to LoggingReporter (#303) - thanks @isayme
* Change Zipkin Codec to Not Inject Missing Parent (#305) - thanks @adinunzio84
* Add missed contextKey option to initTracer (#308) - thanks @yepninja
* Allow overriding codec's default baggage prefix (#310) - thanks @artemruts
* Make zipkin codec use case insensetive headers (#309) - thanks @artemruts
* Fix Span.log to return `this` (#316) - thanks @doubret
* Support injecting and extracting into carriers without Object prototypes (#318) - thanks @ggoodman
* Support canonical env variables (#311) - thanks @yepninja
* Rename 'jaeger.hostname' tracer tag to 'hostname' (#333) - thanks @verma-varsha
* Use the ip and hostname tags if provided (#336) - thanks @ledor473
* Make TchannelBridge use semantic conventions when logging error to the span (#334) - thanks @verma-varsha

## 3.13.0 (2018-10-08)

Expand Down
16 changes: 4 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaeger-client",
"version": "3.13.0",
"version": "3.14.0",
"description": "Jaeger binding for OpenTracing Node",
"engines": {
"node": ">=0.10"
Expand All @@ -13,13 +13,8 @@
"type": "git",
"url": "git://github.com/jaegertracing/jaeger-client-node.git"
},
"files": [
"dist/src"
],
"contributors": [
"Yuri Shkuro <[email protected]>",
"Won Jun Jang <[email protected]>"
],
"files": ["dist/src"],
"contributors": ["Yuri Shkuro <[email protected]>", "Won Jun Jang <[email protected]>"],
"dependencies": {
"node-int64": "^0.4.0",
"thriftrw": "^3.5.0",
Expand Down Expand Up @@ -83,9 +78,6 @@
"show-cover": "open coverage/lcov-report/index.html"
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
]
"*.{js,json,md}": ["prettier --write", "git add"]
}
}

0 comments on commit c32e5b4

Please sign in to comment.