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.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
Yuri Shkuro committed Feb 25, 2018
1 parent 57dd742 commit 7c3d57a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changes by Version

## 3.8.1 (unreleased)

* Nothing yet

## 3.8.0 (2017-01-24)
## 3.9.0 (2018-02-26)

* RemoteReporter.close() now ensures that the buffer is flushed before invoking the callback (#224, #226) - thanks to <MarckK>
* Fix Possible race condition in UDPSender #214
* Fix Support callback in udpSender.flush #157
* Fix Change SenderResponse.err to be a message string #32
* Node 6.x is recommended for development
* Add .nvmrc to tell husky precommit which Node version to use (#227)
* Export Configuration class (#221)
* Add engines field to package.json (#231)

## 3.8.0 (2018-01-24)

* Log error when Thrift conversion fails (#184)
* Throw error if serviceName is not provided (#192)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaeger-client",
"version": "3.8.1dev0",
"version": "3.9.0",
"description": "Jaeger binding for OpenTracing Node",
"engines": {
"node": ">=0.10"
Expand Down

0 comments on commit 7c3d57a

Please sign in to comment.